|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkSeparator
public static class BookmarkManager.BookmarkSeparator
Class for Bookmark Separator.
Field Summary |
---|
Fields inherited from class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark |
---|
folder |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs. |
JMenuItem |
createMenu()
Create a MenuItem for this Bookmark |
void |
store(Node n)
Store bookmarks in an XML Document. |
Methods inherited from class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark |
---|
children, getAllowsChildren, getChildAt, getChildCount, getFolder, getIndex, getParent, getTitle, insert, isLeaf, remove, remove, removeFromParent, setFolder, setParent, setTitle, setUserObject, toString |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public JMenuItem createMenu()
createMenu
in class BookmarkManager.Bookmark
null
public void store(Node n)
store
in class BookmarkManager.Bookmark
n
- Node (Element or Document) to attach topublic void actionPerformed(ActionEvent e)
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |