org.jvnet.flamingo.bcb.ui
Class ChoicesSelectorUI

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

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

UI for choices selector (ChoicesSelector).

Author:
Topologi, Kirill Grouchnikov

Constructor Summary
ChoicesSelectorUI()
           
 
Method Summary
 
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

ChoicesSelectorUI

public ChoicesSelectorUI()