|
|||||||||
| 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 BuMenuRecentFiles

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.BuMenuRecentFiles
- 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.beans.PropertyChangeListener, java.io.Serializable, javax.swing.SwingConstants
- public class BuMenuRecentFiles
- extends BuMenu
- implements java.beans.PropertyChangeListener
- 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 | |
private int |
number_
|
private com.memoire.fu.FuPreferences |
preferences_
|
private BuResource |
resource_
|
private boolean |
valid_
|
| 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 | |
BuMenuRecentFiles()
|
|
BuMenuRecentFiles(com.memoire.fu.FuPreferences _preferences,
BuResource _resource)
|
|
| Method Summary | |
void |
addRecentFile(java.lang.String _path,
java.lang.String _icon)
|
protected void |
build()
|
com.memoire.fu.FuPreferences |
getPreferences()
|
BuResource |
getResource()
|
boolean |
isEnabled()
Tests whether or not this component is enabled. |
void |
paintComponent(java.awt.Graphics _g)
Paint the component's body. |
void |
propertyChange(java.beans.PropertyChangeEvent _evt)
Fired after a Bean's property has changed. |
void |
setPreferences(com.memoire.fu.FuPreferences _preferences)
|
void |
setResource(BuResource _resource)
|
| 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 |
| Field Detail |
number_
private int number_
valid_
private boolean valid_
preferences_
private com.memoire.fu.FuPreferences preferences_
resource_
private BuResource resource_
| Constructor Detail |
BuMenuRecentFiles
public BuMenuRecentFiles()
BuMenuRecentFiles
public BuMenuRecentFiles(com.memoire.fu.FuPreferences _preferences, BuResource _resource)
| Method Detail |
getPreferences
public com.memoire.fu.FuPreferences getPreferences()
setPreferences
public void setPreferences(com.memoire.fu.FuPreferences _preferences)
getResource
public BuResource getResource()
setResource
public void setResource(BuResource _resource)
addRecentFile
public void addRecentFile(java.lang.String _path, java.lang.String _icon)
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent _evt)
- Description copied from interface:
java.beans.PropertyChangeListener - Fired after a Bean's property has changed.
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
build
protected void build()
paintComponent
public 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.
isEnabled
public 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.
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC