|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.et.gui.editor.syn.DefaultInputHandler.HashEntry
private static class DefaultInputHandler.HashEntry
A hash entry that represents either an action listener or a hashtable.
| Field Summary | |
|---|---|
ActionListener |
action
|
Hashtable<KeyStroke,DefaultInputHandler.HashEntry> |
table
|
| Constructor Summary | |
|---|---|
DefaultInputHandler.HashEntry(ActionListener action)
Constructs an entry representing an action listener. |
|
DefaultInputHandler.HashEntry(Hashtable<KeyStroke,DefaultInputHandler.HashEntry> table)
Constructs an entry representing a hashtable. |
|
| Method Summary | |
|---|---|
boolean |
isAction()
Returns true if this entry represents an action listener. |
boolean |
isTable()
Returns true if this entry represents a hashtable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ActionListener action
public Hashtable<KeyStroke,DefaultInputHandler.HashEntry> table
| Constructor Detail |
|---|
public DefaultInputHandler.HashEntry(ActionListener action)
public DefaultInputHandler.HashEntry(Hashtable<KeyStroke,DefaultInputHandler.HashEntry> table)
| Method Detail |
|---|
public boolean isAction()
public boolean isTable()
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||