|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JMenuItem
javax.swing.JMenu
org.dishevelled.identify.IdMenu
public final class IdMenu
An extension of JMenu that displays the name property value and appropriate icon from an icon bundle for a given bean.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JMenu |
|---|
JMenu.AccessibleJMenu, JMenu.WinListener |
| Nested classes/interfaces inherited from class javax.swing.JMenuItem |
|---|
JMenuItem.AccessibleJMenuItem |
| Nested classes/interfaces inherited from class javax.swing.AbstractButton |
|---|
AbstractButton.AccessibleAbstractButton, AbstractButton.ButtonChangeListener |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static IconSize |
DEFAULT_ICON_SIZE
Default icon size. |
| Fields inherited from class javax.swing.JMenu |
|---|
popupListener |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
IdMenu()
Create a new menu. |
|
IdMenu(Object value)
Create a new menu with the specified value. |
|
IdMenu(Object value,
IconSize iconSize)
Create a new menu item with the specified value and icon size. |
|
| Method Summary | |
|---|---|
void |
applyComponentOrientation(ComponentOrientation orientation)
|
IconSize |
getIconSize()
Return the icon size for this menu. |
IconTextDirection |
getIconTextDirection()
Return the icon text direction for this menu. |
Object |
getValue()
Return the value for this menu. |
void |
setComponentOrientation(ComponentOrientation orientation)
|
void |
setIconSize(IconSize iconSize)
Set the icon size for this menu to iconSize. |
void |
setValue(Object value)
Set the value for this menu to value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.swing.MenuElement |
|---|
processKeyEvent, processMouseEvent |
| Field Detail |
|---|
public static final IconSize DEFAULT_ICON_SIZE
| Constructor Detail |
|---|
public IdMenu()
public IdMenu(Object value)
value - value
public IdMenu(Object value,
IconSize iconSize)
value - valueiconSize - icon size, must not be null| Method Detail |
|---|
public Object getValue()
public void setValue(Object value)
value.
This is a bound property.
value - value for this menupublic IconSize getIconSize()
public void setIconSize(IconSize iconSize)
iconSize.
This is a bound property.
iconSize - icon size, must not be nullpublic IconTextDirection getIconTextDirection()
public void setComponentOrientation(ComponentOrientation orientation)
setComponentOrientation in class JMenupublic void applyComponentOrientation(ComponentOrientation orientation)
applyComponentOrientation in class JMenu
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||