public class FwkTileSelectButtonUI extends javax.swing.plaf.basic.BasicButtonUI implements FwkInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
FwkTileSelectButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Create the UI.
|
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
Get the maximum size of the component.
|
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
Get the minimum size of the component.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
paint(java.awt.Graphics gr,
javax.swing.JComponent c)
The paint routine.
|
void |
release()
Release the object.
|
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static final java.lang.String version
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacepublic void release()
release in interface FwkInterfacepublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize in class javax.swing.plaf.basic.BasicButtonUIpublic java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize in class javax.swing.plaf.basic.BasicButtonUIpublic void paint(java.awt.Graphics gr,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicButtonUI