org.jvnet.flamingo.bcb.ui
Class BreadcrumbBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.jvnet.flamingo.bcb.ui.BreadcrumbBarUI
Direct Known Subclasses:
BasicBreadcrumbBarUI

public abstract class BreadcrumbBarUI
extends javax.swing.plaf.ComponentUI

UI for breadcrumb bar (JBreadcrumbBar).

Author:
Topologi, Kirill Grouchnikov

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

BreadcrumbBarUI

public BreadcrumbBarUI()
Method Detail

popup

public abstract boolean popup(int componentIndex)

hidePopup

public abstract void hidePopup()

getPopup

public abstract javax.swing.JPopupMenu getPopup()

getPopupInitiatorIndex

public abstract int getPopupInitiatorIndex()

getParticle

public abstract BreadcrumbParticle getParticle(int selectorIndex)

getSelector

public abstract ChoicesSelector getSelector(int selectorIndex)