public class FwkTileSelectMenuItemUI extends javax.swing.plaf.basic.BasicMenuItemUI implements FwkInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
acceleratorDelimiter, acceleratorFont, acceleratorForeground, acceleratorSelectionForeground, arrowIcon, checkIcon, defaultTextIconGap, disabledForeground, menuDragMouseListener, menuItem, menuKeyListener, mouseInputListener, oldBorderPainted, propertyChangeListener, selectionBackground, selectionForeground| Constructor and Description |
|---|
FwkTileSelectMenuItemUI() |
| 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.
|
createMenuDragMouseListener, createMenuKeyListener, createMouseInputListener, createPropertyChangeListener, doClick, getPath, getPreferredMenuItemSize, getPreferredSize, getPropertyPrefix, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, paintBackground, paintMenuItem, paintText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, updatepublic 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.BasicMenuItemUIpublic java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize in class javax.swing.plaf.basic.BasicMenuItemUIpublic void paint(java.awt.Graphics gr,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicMenuItemUI