org.jvnet.flamingo.common.ui
Class CommandButtonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by org.jvnet.flamingo.common.ui.CommandButtonUI
Direct Known Subclasses:
BasicCommandButtonUI

public abstract class CommandButtonUI
extends javax.swing.plaf.ButtonUI

UI for command button (JCommandButton).

Author:
Kirill Grouchnikov

Constructor Summary
CommandButtonUI()
           
 
Method Summary
abstract  java.awt.Rectangle getActionClickArea()
          Returns the click area associated with the default button action.
abstract  java.awt.Point getKeyTipAnchorCenterPoint()
           
abstract  java.awt.Rectangle getPopupClickArea()
          Returns the click area associated with the popup button action.
 
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

CommandButtonUI

public CommandButtonUI()
Method Detail

getActionClickArea

public abstract java.awt.Rectangle getActionClickArea()
Returns the click area associated with the default button action.

Returns:
Click area associated with the default button action.

getPopupClickArea

public abstract java.awt.Rectangle getPopupClickArea()
Returns the click area associated with the popup button action.

Returns:
Click area associated with the popup button action.

getKeyTipAnchorCenterPoint

public abstract java.awt.Point getKeyTipAnchorCenterPoint()