JET

edu.utep.cs.et.gui.editor.syn
Class DefaultInputHandler.HashEntry

java.lang.Object
  extended by edu.utep.cs.et.gui.editor.syn.DefaultInputHandler.HashEntry
Enclosing class:
DefaultInputHandler

private static class DefaultInputHandler.HashEntry
extends Object

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

action

public ActionListener action

table

public Hashtable<KeyStroke,DefaultInputHandler.HashEntry> table
Constructor Detail

DefaultInputHandler.HashEntry

public DefaultInputHandler.HashEntry(ActionListener action)
Constructs an entry representing an action listener.


DefaultInputHandler.HashEntry

public DefaultInputHandler.HashEntry(Hashtable<KeyStroke,DefaultInputHandler.HashEntry> table)
Constructs an entry representing a hashtable.

Method Detail

isAction

public boolean isAction()
Returns true if this entry represents an action listener.


isTable

public boolean isTable()
Returns true if this entry represents a hashtable.


JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.