- Key - Class in com.putable.common.matrix
-
A representation of a command that can normally be invoked from a keyboard
when running a NetPuzl client GUI
- Key(ObjID, Attributes, Map<ObjID, NetPuzlObject>) - Constructor for class com.putable.common.matrix.Key
-
Constructs a Key with the given parameters
- key - Variable in class com.putable.common.matrix.SayFunction
-
The Key to be spoken to, or null if none
- keycode - Variable in class com.putable.common.tags.TSet
-
- KeyCodeMapper - Class in com.putable.common.tags
-
Maps between static int value KeyCode and String representation of it.
- KeyCodeMapper() - Constructor for class com.putable.common.tags.KeyCodeMapper
-
- KeyDispatcher() - Constructor for class com.putable.client.gui.Gui.KeyDispatcher
-
- KeyFactory - Class in com.putable.server.factoryClasses
-
A factory class that produces Keys with unique ObjIDs and caches them
- KeyFactory() - Constructor for class com.putable.server.factoryClasses.KeyFactory
-
Restricts factory instantiation since all class data is static
- keyListModel - Variable in class com.putable.client.gui.Gui
-
- keyPanel - Variable in class com.putable.client.gui.Gui
-
These are the various panels needed.
- keys - Variable in class com.putable.common.matrix.AbstractMatrix
-
The Keys contained in this Matrix
- keyScrollPane - Variable in class com.putable.client.gui.Gui
-
- keysList - Variable in class com.putable.client.gui.Gui
-
- killThread() - Method in class com.putable.server.NetPuzlClientProxy
-
- killWindow() - Method in class com.putable.client.gui.ServerLoginScreen
-
Kills this window
- killWindow() - Method in class com.putable.client.LoginScreen
-
This method is used to close the login window when the close button is
pressed.