|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.MenuComponent
java.awt.MenuItem
se.liu.ida.critiquer.gui.TaskView.ActivityAddItem
private static class TaskView.ActivityAddItem
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.MenuItem |
---|
java.awt.MenuItem.AccessibleAWTMenuItem |
Nested classes/interfaces inherited from class java.awt.MenuComponent |
---|
java.awt.MenuComponent.AccessibleAWTMenuComponent |
Field Summary | |
---|---|
private java.lang.Class |
activityClass
|
private TaskView |
graphView
|
private static int |
index
|
private static int[] |
keyboardShortcuts
This is used to create subsequent keyboard shortcut entries |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
TaskView.ActivityAddItem(TaskView g,
java.lang.Class activityClass,
java.lang.String label)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
Methods inherited from class java.awt.MenuItem |
---|
addActionListener, addNotify, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, getAccessibleContext, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, paramString, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut |
Methods inherited from class java.awt.MenuComponent |
---|
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, postEvent, removeNotify, setFont, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private static int[] keyboardShortcuts
private static int index
private java.lang.Class activityClass
private TaskView graphView
Constructor Detail |
---|
public TaskView.ActivityAddItem(TaskView g, java.lang.Class activityClass, java.lang.String label) throws java.awt.HeadlessException
java.awt.HeadlessException
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |