- paint(Graphics) - Method in class com.putable.common.matrix.Cell
-
This method is used for displaying how the cell should appear in GUI.
- paintComponent(Graphics) - Method in class com.putable.client.gui.HeinekenList
-
- paintComponent(Graphics) - Method in class com.putable.client.gui.HeinekenPanel
-
- paintComponent(Graphics) - Method in class com.putable.client.gui.HeinekenPasswordField
-
- paintComponent(Graphics) - Method in class com.putable.client.gui.HeinekenTextArea
-
- paintComponent(Graphics) - Method in class com.putable.client.gui.HeinekenTextField
-
- paintComponent(Graphics) - Method in class com.putable.client.gui.TransparentPanel
-
- PAIR_PANICKING_MATRIX_BGCOLOR - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The background color constant of a Pair Panicking Matrix
- PAIR_PANICKING_MATRIX_FGCOLOR - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The foreground color constant of a Pair Panicking Matrix
- PAIR_PANICKING_MATRIX_HEIGHT - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The height constant of a Pair Panicking Matrix
- PAIR_PANICKING_MATRIX_NAME - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The name constant of a Pair Panicking Matrix
- PAIR_PANICKING_MATRIX_TITLE - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The title constant of a Pair Panicking Matrix
- PAIR_PANICKING_MATRIX_WIDTH - Static variable in class com.putable.server.factoryClasses.MatrixFactory
-
The width constant of a Pair Panicking Matrix
- PairPanickingMatrix - Class in com.putable.server.matrix
-
Team Heineken's implementation of PairPanicking as described by
http://cs.unm.edu/~ackley/351/projects/3/1.0/PairPanicking.txt
- PairPanickingMatrix(ObjID, Attributes, Map<ObjID, NetPuzlObject>) - Constructor for class com.putable.server.matrix.PairPanickingMatrix
-
Constructs a PairPanicking game with the given parameters
- pairPanicMatrix - Variable in class com.putable.server.NetPuzlServer
-
The pair panicking matrix
- panel - Variable in class com.putable.client.gui.ServerLoginScreen
-
The panel for the NetPuzlGUI
- panel - Variable in class com.putable.client.LoginScreen
-
The panel.
- parseClientTag() - Method in interface com.putable.xmlhandler.ServerTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TClient tag and make sure that all of them are in correct form
- parseClientTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parseCmdTag() - Method in interface com.putable.xmlhandler.ServerTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TCmd tag and make sure that all of them are in correct form
- parseCmdTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parseHearTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag it should create the THear tag and
make sure that all of them are in correct form
- parseHearTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseHexImage(String) - Method in class com.putable.xmlhandler.XMLHandler
-
Method for converting hex string into image
- parseLoggedInTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TLoggedIn tag and make sure that all of them are in correct form
- parseLoggedInTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseLoggedOutTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TLoggedOut tag and make sure that all of them are in correct form
- parseLoggedOutTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseLoginTag() - Method in interface com.putable.xmlhandler.ServerTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TLogin tag and make sure that all of them are in correct form
- parseLoginTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parseLogoutTag() - Method in interface com.putable.xmlhandler.ServerTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TLogout tag and make sure that all of them are in correct form
- parseLogoutTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parser - Variable in class com.putable.client.NetPuzlClient
-
- parser - Variable in class com.putable.server.NetPuzlClientProxy
-
The Server XML Parser
- parseServerTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TServer tag and make sure that all of them are in correct form
- parseServerTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseSetTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TSet tag and make sure that all of them are in correct form
- parseSetTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parseTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parseTag() - Method in class com.putable.xmlhandler.XMLHandler
-
Parses and creates the Tag appropriate type ( can get type by calling
getType() method )
- parseXrequestTag() - Method in interface com.putable.xmlhandler.ServerTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TXrequest tag and make sure that all of them are in correct form
- parseXrequestTag() - Method in class com.putable.xmlhandler.ServerXMLHandler
-
- parseXresponseTag() - Method in interface com.putable.xmlhandler.ClientTagParser
-
By accessing the attributes of the Tag in the HashMap it should create
the TXresponse tag and make sure that all of them are in correct form
- parseXresponseTag() - Method in class com.putable.xmlhandler.ClientXMLHandler
-
- parsingException(Exception) - Method in class tests.ServerXMLHandlerTestee
-
- pass - Variable in class com.putable.client.LoginScreen
-
The pass.
- password - Variable in class com.putable.client.LoginScreen
-
JLabels for username and password
- PASSWORD - Variable in class com.putable.common.tags.TLogin
-
- port - Variable in class com.putable.client.gui.ServerLoginScreen
-
The name and the the port to connect to
- portNumber - Variable in class com.putable.client.gui.ServerLoginScreen
-
The port number to connect to the NetPuzlServer
- portNumber - Variable in class com.putable.server.NetPuzlServer
-
Server port number
- prefAction() - Method in class com.putable.client.gui.Gui
-
This is some common behavior between actions.
- produce(String, String, Color, Color, Image, Map<ObjID, NetPuzlObject>) - Static method in class com.putable.server.factoryClasses.AgentFactory
-
Produces an Agent with a unique object ID and the given parameters
- produce(File, Map<ObjID, NetPuzlObject>) - Static method in class com.putable.server.factoryClasses.ImageFactory
-
Produces an Image with a unique object ID and the given parameters
- produce(String, String, Map<ObjID, NetPuzlObject>) - Static method in class com.putable.server.factoryClasses.KeyFactory
-
Produces a Key with a unique ID and the given parameters
- produce(MatrixType, Map<ObjID, NetPuzlObject>) - Static method in class com.putable.server.factoryClasses.MatrixFactory
-
Produces a Matrix of with a unique object ID and the given parameters in
the given Map
- produce(String, String, Color, Color, int, int, Image, Map<ObjID, NetPuzlObject>) - Static method in class com.putable.server.factoryClasses.TokenFactory
-
Produces a Token with a unique object ID and the given parameters
- proxy - Variable in class com.putable.common.matrix.Agent
-
The client proxy this Agent is on
- proxy - Variable in class com.putable.server.RequestHandler
-
The proxy associated with this client's proxy.