org.jvnet.flamingo.common.ui
Class CommandButtonStripUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.jvnet.flamingo.common.ui.CommandButtonStripUI
Direct Known Subclasses:
BasicCommandButtonStripUI

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

UI for button strip (JCommandButtonStrip).

Author:
Kirill Grouchnikov

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

CommandButtonStripUI

public CommandButtonStripUI()