|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
org.jvnet.flamingo.bcb.ui.BreadcrumbBarUI
public abstract class BreadcrumbBarUI
UI for breadcrumb bar (JBreadcrumbBar
).
Constructor Summary | |
---|---|
BreadcrumbBarUI()
|
Method Summary | |
---|---|
abstract BreadcrumbParticle |
getParticle(int selectorIndex)
|
abstract javax.swing.JPopupMenu |
getPopup()
|
abstract int |
getPopupInitiatorIndex()
|
abstract ChoicesSelector |
getSelector(int selectorIndex)
|
abstract void |
hidePopup()
|
abstract boolean |
popup(int componentIndex)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreadcrumbBarUI()
Method Detail |
---|
public abstract boolean popup(int componentIndex)
public abstract void hidePopup()
public abstract javax.swing.JPopupMenu getPopup()
public abstract int getPopupInitiatorIndex()
public abstract BreadcrumbParticle getParticle(int selectorIndex)
public abstract ChoicesSelector getSelector(int selectorIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |