public class FwkTileSelectButtonUI extends javax.swing.plaf.basic.BasicButtonUI implements FwkInterface
,
Serialized FormModifier 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, uninstallUI
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
public void release()
release
in interface FwkInterface
public 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.BasicButtonUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class javax.swing.plaf.basic.BasicButtonUI
public void paint(java.awt.Graphics gr, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicButtonUI