|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuDynamicMenu

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JMenuItem
javax.swing.JMenu
com.memoire.bu.BuMenu
com.memoire.bu.BuDynamicMenu
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, javax.swing.MenuElement, java.io.Serializable, javax.swing.SwingConstants
- Direct Known Subclasses:
- BuMenuInternalFrames, BuMenuTools
- public abstract class BuDynamicMenu
- extends BuMenu
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JMenu |
javax.swing.JMenu.AccessibleJMenu, javax.swing.JMenu.WinListener |
| Nested classes inherited from class javax.swing.JMenuItem |
javax.swing.JMenuItem.AccessibleJMenuItem |
| Nested classes inherited from class javax.swing.AbstractButton |
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class com.memoire.bu.BuMenu |
|
| Fields inherited from class javax.swing.JMenu |
popupListener |
| Fields inherited from class javax.swing.JMenuItem |
|
| 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.Container |
|
| 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 | |
BuDynamicMenu(java.lang.String _s,
java.lang.String _cmd)
|
|
| Method Summary | |
protected abstract void |
build()
|
protected abstract boolean |
isActive()
|
boolean |
isEnabled()
Tests whether or not this component is enabled. |
void |
paintComponent(java.awt.Graphics _g)
Paint the component's body. |
void |
setEnabled(boolean _enabled)
Enable or disable menu item. |
void |
setSelected(boolean _state)
Changes this menu selected state if selected is true and false otherwise This method fires menuEvents to menu's registered listeners. |
| Methods inherited from class com.memoire.bu.BuMenu |
actionPerformed, addActionListener, addCheckBox, addCheckBox, addMenuItem, addMenuItem, addMenuItem, addMenuItem, addMenuItem, addMenuItem, addMenuItem, addRadioButton, addRadioButton, addSeparator, addSubMenu, buildEditionMenu, buildExportMenu, buildFileMenu, buildHelpMenu, buildImportMenu, buildLookAndFeelMenu, buildMetalThemeMenu, buildSlafThemeMenu, buildWindowMenu, computeMnemonics, paint, removeActionListener, setIcon |
| 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 |
| Constructor Detail |
BuDynamicMenu
public BuDynamicMenu(java.lang.String _s, java.lang.String _cmd)
| Method Detail |
build
protected abstract void build()
isActive
protected abstract boolean isActive()
setSelected
public final void setSelected(boolean _state)
- Description copied from class:
javax.swing.JMenu - Changes this menu selected state if selected is true and false otherwise
This method fires menuEvents to menu's registered listeners.
isEnabled
public final boolean isEnabled()
- Description copied from class:
java.awt.Component - Tests whether or not this component is enabled. Components are enabled
by default, and must be enabled to receive user input or generate events.
setEnabled
public final void setEnabled(boolean _enabled)
- Description copied from class:
javax.swing.JMenuItem - Enable or disable menu item. When menu item is disabled,
its text and icon are grayed out if they exist.
paintComponent
public final void paintComponent(java.awt.Graphics _g)
- Description copied from class:
javax.swing.JComponent - Paint the component's body. This usually means calling ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)>
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)55 on the JComponent.ui>JComponent.ui55 property of the component, if it is non-null. You may override this if you wish to customize the component's body-painting behavior. The component's body is painted first, before the border and children.
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC