public class FwkTileSelectMenuItemUI extends javax.swing.plaf.basic.BasicMenuItemUI implements FwkInterface
,
Serialized FormModifier 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, update
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.BasicMenuItemUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class javax.swing.plaf.basic.BasicMenuItemUI
public void paint(java.awt.Graphics gr, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicMenuItemUI