public class FwkIconButtonUI extends javax.swing.plaf.basic.BasicButtonUI implements FwkInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
FwkIconButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Create the UI.
|
FwkArrayInterface |
getFwkMimeTypes() |
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 |
getParams()
This function returns a string containing all parameters
of the object.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release the object.
|
void |
setDefaults()
This method sets all internal states to the default.
|
java.lang.String |
toString()
Get the string representation of the object.
|
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, installUI, paint, 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 FwkArrayInterface getFwkMimeTypes()
public 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 java.lang.String getParams()
public void setDefaults()
public java.lang.String toString()
toString in class java.lang.Object