|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.plugin
Class HistoryPlugin

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.bdgp.apps.dagedit.gui.DEPlugin
org.bdgp.apps.dagedit.plugin.HistoryPlugin
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.lang.Cloneable, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class HistoryPlugin
- extends org.bdgp.apps.dagedit.gui.DEPlugin
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| 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 | |
(package private) java.util.Vector |
histories
|
(package private) java.awt.Component |
lastGUI
|
(package private) org.bdgp.apps.dagedit.datamodel.HistoryTreeModel |
model
|
(package private) org.bdgp.apps.dagedit.gui.event.DETermReloadListener |
reloadListener
|
(package private) org.bdgp.apps.dagedit.gui.event.RootChangeListener |
rootListener
|
(package private) javax.swing.JButton |
saveButton
|
(package private) javax.swing.event.TreeSelectionListener |
selectListener
|
(package private) javax.swing.JTree |
sessionList
|
static int |
TAB_SIZE
|
| Fields inherited from class org.bdgp.apps.dagedit.gui.DEPlugin |
controller, id, idGen, isEmbedded, propsWritten |
| 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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
HistoryPlugin()
|
|
| Method Summary | |
private void |
attachListeners()
|
void |
cleanup()
|
protected java.awt.Component |
getComponentForItem(java.lang.Object object)
|
java.lang.String |
getName()
Returns the name of this component. |
void |
init(MultiProperties props)
|
protected void |
layoutPlugin()
|
protected void |
printHistory(java.io.PrintWriter writer,
int indent,
java.lang.Object obj)
|
protected void |
saveHistory()
|
protected void |
updateGUI()
|
| Methods inherited from class org.bdgp.apps.dagedit.gui.DEPlugin |
equals, finalize, getController, getProperties, isEmbedded, resize, setController, setIsEmbedded, toString, writeProperties |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
TAB_SIZE
public static final int TAB_SIZE
- See Also:
- Constant Field Values
histories
java.util.Vector histories
sessionList
javax.swing.JTree sessionList
model
org.bdgp.apps.dagedit.datamodel.HistoryTreeModel model
reloadListener
org.bdgp.apps.dagedit.gui.event.DETermReloadListener reloadListener
rootListener
org.bdgp.apps.dagedit.gui.event.RootChangeListener rootListener
selectListener
javax.swing.event.TreeSelectionListener selectListener
saveButton
javax.swing.JButton saveButton
lastGUI
java.awt.Component lastGUI
| Constructor Detail |
HistoryPlugin
public HistoryPlugin()
| Method Detail |
getName
public java.lang.String getName()
- Description copied from class:
java.awt.Component - Returns the name of this component.
init
public void init(MultiProperties props)
saveHistory
protected void saveHistory()
printHistory
protected void printHistory(java.io.PrintWriter writer, int indent, java.lang.Object obj)
attachListeners
private void attachListeners()
updateGUI
protected void updateGUI()
getComponentForItem
protected java.awt.Component getComponentForItem(java.lang.Object object)
cleanup
public void cleanup()
layoutPlugin
protected void layoutPlugin()
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC