- main(String[]) - Static method in class com.putable.client.NetPuzlClient
-
Starts the client
- main(String[]) - Static method in class com.putable.common.InitializeServerClient
-
This is the main code to begin all happenings.
- main(String[]) - Static method in class com.putable.server.NetPuzlServer
-
Starts a new NetPuzlServer.
- mainFrame - Variable in class com.putable.client.gui.Gui
-
This is the window.
- matrix - Variable in class com.putable.client.gui.Gui
-
- Matrix - Interface in com.putable.common.matrix
-
An interface representing a Matrix in a NetPuzl world
- matrix - Variable in class com.putable.common.matrix.SayFunction
-
The Matrix to be spoken to, or null if none
- MatrixFactory - Class in com.putable.server.factoryClasses
-
A factory class that produces Matrices with unique ObjIDs and caches them
- MatrixFactory() - Constructor for class com.putable.server.factoryClasses.MatrixFactory
-
Restricts factory instantiation since all class data is static
- matrixList - Variable in class com.putable.client.gui.Gui
-
- matrixListModel - Variable in class com.putable.client.gui.Gui
-
- matrixPanel - Variable in class com.putable.client.gui.Gui
-
These are the various panels needed.
- matrixScrollPane - Variable in class com.putable.client.gui.Gui
-
- MatrixTest - Class in tests
-
A test suite for an implementation of the Matrix interface
- MatrixTest() - Constructor for class tests.MatrixTest
-
- MatrixType - Enum in com.putable.common.matrix
-
An enum to represent the different types of matrices supported by the
Heineken server
- MatrixType() - Constructor for enum com.putable.common.matrix.MatrixType
-
- menuAbout - Variable in class com.putable.client.gui.Gui
-
- menuBar - Variable in class com.putable.client.gui.Gui
-
This is all the stuff for the menu bar.
- menuFile - Variable in class com.putable.client.gui.Gui
-
- menuHelp - Variable in class com.putable.client.gui.Gui
-
- menuLogout - Variable in class com.putable.client.gui.Gui
-
- menuStatus - Variable in class com.putable.client.gui.Gui
-
- MODIFIERS - Variable in class com.putable.common.tags.TCmd
-
- mouseClicked(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is what happens when the mouse is clicked, just creates a click
tag and sends that out.
- mouseDragged(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is what happens when the mouse is pressed and held down.
- mouseEntered(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is what happens when the mouse is over the cell this just
repaints it now possibly give some useful information about what
there over?
- mouseExited(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
When the mouse exits from being on top of the Cell just repainting
for now.
- mouseMoved(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is what happens when the mouse is moving over a Cell if an info
popup was implemented we might want to change that here.
- mousePressed(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is what happens when a Cell is pressed on this is invoked with
every click, so do nothing here the click will take care of this.
- mouseReleased(MouseEvent) - Method in class com.putable.client.gui.Gui.CellListener
-
This is the second half of the mouseClicked method again do nothing
here that will all be handled in the mouseClicked method.
- moveClickableToken() - Method in class com.putable.server.matrix.HeinekenMatrix
-
Swaps the Heineken bottle Token's name, text, and Image Attributes with a
random background Token's Attributes
- msg - Variable in class com.putable.common.tags.THear
-
- msg - Variable in class com.putable.common.tags.TLoggedIn
-
- msg - Variable in class com.putable.common.tags.TLoggedOut
-
- msg - Variable in class com.putable.common.tags.TLogout
-
- MyListCellRenderer() - Constructor for class com.putable.client.gui.Gui.MyListCellRenderer
-