Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

G

gameNotActiveYet(Agent, Token) - Method in class com.putable.server.matrix.HeinekenMatrix
What a game button says when clicked on while the game is inactive
gameOver() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Determines the winner of this Heineken game, if any, and sends a congratulations message to all Agents in the Matrix if it finds a winner
gameStatus - Variable in class com.putable.server.matrix.AbstractHeinekenGame
The current status of this Heineken Math game
gameTokens - Variable in class com.putable.server.matrix.HeinekenMathMatrix
The 64 game buttons of this Heineken Math game
gameTokens - Variable in class com.putable.server.matrix.PairPanickingMatrix
The 64 game buttons of this PairPanicking game
getAgent() - Method in class com.putable.server.NetPuzlClientProxy
Returns the agent
getAgentCount() - Method in class com.putable.common.matrix.AbstractMatrix
 
getAgentCount() - Method in interface com.putable.common.matrix.Matrix
Gets the number of Agents in this Matrix.
getAgentId() - Method in class com.putable.client.NetPuzlClient
Returns current agent
getAgentIterator() - Method in class com.putable.common.matrix.AbstractMatrix
 
getAgentIterator() - Method in interface com.putable.common.matrix.Matrix
Gets an iterator over the elements in the container for agents.
getAgentListModel() - Method in class com.putable.client.gui.Gui
A getter method for the agent list model.
getAgents() - Method in class com.putable.common.matrix.AbstractMatrix
 
getAgents() - Method in interface com.putable.common.matrix.Matrix
Gets the Set of Agents in this Matrix
getAgentsConnected() - Method in class com.putable.server.NetPuzlClientHandler
Gets the number of clients connected
getAttributes() - Method in interface com.putable.common.matrix.Matrix
Gets the attributes of this Matrix
getAttributes() - Method in class com.putable.common.matrix.NetPuzlObject
Gets the Attributes of this NetPuzlObject
getBackgroundColor() - Method in class com.putable.common.matrix.Attributes
Gets the background color of this Attributes object
getBgcolor() - Method in class com.putable.common.tags.TSet
Returns the bgcolor attribute of the Tag
getBufferedImage() - Method in class com.putable.common.tags.TSet
Returns a BufferedImage that was transfered over the network to the client
getCache() - Method in class com.putable.client.NetPuzlClient
Returns the cache
getCache() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Gets the cache that links object IDs to their NetPuzlObjects
getCache() - Method in class com.putable.server.NetPuzlServer
Gets the map that holds the cache/symbol table of this server
getChatText() - Method in class com.putable.client.gui.Gui
This method is used when chatting to retrieve the input text from the user.
getClicker() - Method in class com.putable.common.matrix.ClickFunction
Gets the Agent who clicked the Token
getClickFunction() - Method in class com.putable.common.matrix.Token
Gets the function that processes clicks for this Token
getClientList() - Static method in class com.putable.server.NetPuzlClientHandler
Gets the client list.
getClosingTag() - Static method in class com.putable.common.tags.TClient
Gets a closing tag for a client Tag
getClosingTag() - Static method in class com.putable.common.tags.TServer
Returns SERVER closing tag
getCmdType() - Method in class com.putable.common.tags.TCmd
Returns the attribute type of the Tag.
getComlexText() - Method in class tests.ClientXMLHandlerTester
 
getComlexText() - Method in class tests.ServerXMLHandlerTester
 
getCurrentMatrix() - Method in class com.putable.client.NetPuzlClient
Returns current matrix
getCurrentMatrix() - Method in class com.putable.common.matrix.Agent
Gets the Matrix this Agent is currently in
getCurrentStatus() - Method in class com.putable.server.NetPuzlServer
Returns current server status BUSY, CLOSED or OPEN
getData() - Method in class com.putable.common.tags.TXrequest
Returns containing data
getData() - Method in class com.putable.common.tags.TXresponse
Returns DATA contained by the Tag
getData() - Method in class com.putable.xmlhandler.XMLHandler
Supplemental tag to get the content of non empty element
getEnergy() - Method in class com.putable.common.matrix.Attributes
Gets the energy of this Attributes object
getEnergy() - Method in class com.putable.common.tags.TSet
Returns the energy attribute of the Tag
getError() - Method in exception com.putable.common.tags.TagCreationException
Returns details of an error
getFgcolor() - Method in class com.putable.common.tags.TSet
Returns the fgcolor attribute of the Tag
getForegroundColor() - Method in class com.putable.common.matrix.Attributes
Gets the foreground color of this Attributes object
getFrame() - Method in class com.putable.client.gui.Gui
A getter method for the frame of this GUI.
getFrom() - Method in class com.putable.common.tags.THear
Returns origin or speaker responsible for the Tag
getFromXMLStr(String) - Method in class com.putable.xmlhandler.XMLHandler
Inside function used for converting "&amp;" to '&', "&lt;" to '<' and &quot;" to '"' inside the string for converting XML ready text to user eye friendly.
getGameStatus() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Gets the current status of this Heineken game
getGrid() - Method in class com.putable.common.matrix.AbstractMatrix
 
getGrid() - Method in interface com.putable.common.matrix.Matrix
A method used for testing that returns a reference to the 2-dimensional cell array or grid.
getGridCell(int, int) - Method in class com.putable.common.matrix.AbstractMatrix
 
getGridCell(int, int) - Method in interface com.putable.common.matrix.Matrix
This method returns a particular Cell in the grid from the specified coordinates.
getGroup() - Method in class com.putable.common.tags.TServer
Returns the group name, which should be only the name of the group mentioned in class CS351 Spring '10 at UNM
getHeader() - Method in class com.putable.xmlhandler.ClientXMLHandler
Returns the header that has to be send to the server upon initiation of the connection.
getHeader() - Method in class com.putable.xmlhandler.ServerXMLHandler
Returns the header that has to be send to the client upon initiation of the connection.
getHeight() - Method in class com.putable.common.matrix.AbstractMatrix
 
getHeight() - Method in interface com.putable.common.matrix.Matrix
This method is used to get how tall the matrix is.
getHeinekenMathMatrix() - Method in class com.putable.server.NetPuzlServer
Returns an instance of the Heineken Math Matrix
getHeinekenMathMatrixBgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the background color of a Heineken Math Matrix
getHeinekenMathMatrixFgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the foreground color of a Heineken Math Matrix
getHeinekenMathMatrixHeight() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the height of a Heineken Matrix
getHeinekenMathMatrixName() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the name of a Heineken Math Matrix
getHeinekenMathMatrixTitle() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the title of a Heineken Math Matrix
getHeinekenMathMatrixWidth() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the width of a Heineken Math Matrix
getHeinekenMatrix() - Method in class com.putable.server.NetPuzlServer
Retruns an instance of Heineken Matrix
getHeinekenMatrixBgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the background color of a Heineken Matrix
getHeinekenMatrixFgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the foreground color of a Heineken Matrix
getHeinekenMatrixHeight() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the height of a Heineken Matrix
getHeinekenMatrixName() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the name of a Heineken Matrix
getHeinekenMatrixTitle() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the title of a Heineken Matrix
getHeinekenMatrixWidth() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the width of a Heineken Matrix
getHelp(Agent) - Method in class com.putable.server.matrix.HeinekenMathMatrix
Sends an Agent this Heineken Math game's rules
getHomeMatrix() - Method in class com.putable.server.NetPuzlServer
Get Home Matrix
getHomeMatrixBgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the background color of a Home Matrix
getHomeMatrixFgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the foreground color of a Home Matrix
getHomeMatrixHeight() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the height of a Home Matrix
getHomeMatrixName() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the name of a Home Matrix
getHomeMatrixTitle() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the title of a Home Matrix
getHomeMatrixWidth() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the width of a Home Matrix
getID() - Method in class com.putable.common.tags.ObjID
Returns the id of an object
getImage() - Method in class com.putable.common.matrix.Attributes
Gets the image of this Attributes object
getImage() - Method in class com.putable.common.matrix.Image
This is a getter method for this Image object will return a BufferedImage representation of this Image object.
getImageCount() - Method in class com.putable.common.matrix.AbstractMatrix
 
getImageCount() - Method in interface com.putable.common.matrix.Matrix
Gets the number of Images from this Matrix, including images from the Matrix's Agents and Tokens
getImageID() - Method in class com.putable.common.tags.TSet
Returns an image attribute of the Tag objid or empty
getImageListModel() - Method in class com.putable.client.gui.Gui
 
getKey() - Method in class com.putable.common.matrix.SayFunction
Gets the Key to be spoken to
getKeyCode(int) - Static method in class com.putable.common.tags.KeyCodeMapper
Converts KeyCode to a String
getKeyCode(String) - Static method in class com.putable.common.tags.KeyCodeMapper
Converts the string representation of the KeyCode to its appropriate int value
getKeycode() - Method in class com.putable.common.tags.TSet
Returns java.awt.event.KeyEvent 'virtual key' contained in a Tag.
getKeyCount() - Method in class com.putable.common.matrix.AbstractMatrix
 
getKeyCount() - Method in interface com.putable.common.matrix.Matrix
Gets the number of Keys from this Matrix.
getKeyIterator() - Method in class com.putable.common.matrix.AbstractMatrix
 
getKeyIterator() - Method in interface com.putable.common.matrix.Matrix
Gets an iterator over the elements in the container for keys.
getKeyListModel() - Method in class com.putable.client.gui.Gui
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.putable.client.gui.Gui.MyListCellRenderer
Overrides getListCellRendererComponent to provide additional functionality to the Heineken GUI
getLoggedIn() - Method in class com.putable.client.NetPuzlClient
Returns login status
getMatrix() - Method in class com.putable.client.gui.Gui
A getter method for the the current matrix.
getMatrix() - Method in class com.putable.common.matrix.SayFunction
Gets the Matrix to be spoken to
getMatrixListModel() - Method in class com.putable.client.gui.Gui
 
getModifiers() - Method in class com.putable.common.tags.TCmd
Returns the modifiers attribute of the Tag
getMsg() - Method in class com.putable.common.tags.THear
Returns the message that conveys the specific content that is being said
getMsg() - Method in class com.putable.common.tags.TLoggedIn
Returns a message to the client, normally relating to the process of logging in
getMsg() - Method in class com.putable.common.tags.TLoggedOut
Returns the Tag's containing message
getMsg() - Method in class com.putable.common.tags.TLogout
Returns a message if contained, otherwise null.
getName() - Method in class com.putable.common.matrix.Attributes
Gets the name of this Attributes object
getName() - Method in class com.putable.common.tags.TServer
Returns the name that identify the particular server 'world' (or 'database')
getName() - Method in class com.putable.common.tags.TSet
Returns the name attribute of the Tag
getNetPuzlServer() - Method in class com.putable.server.NetPuzlClientProxy
Gets the NetPuzlServer of this NetPuzl client proxy
getNumSolved() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Gets the current number of solved squares in this Heineken game
getObjID() - Method in class com.putable.common.matrix.Cell
This method is used for retrieving the object ID of this Cell's Token
getObjID() - Method in interface com.putable.common.matrix.Matrix
Gets the object ID of this Matrix
getObjID() - Method in class com.putable.common.matrix.NetPuzlObject
Gets the object ID of this NetPuzlObject
getObjid() - Method in class com.putable.common.tags.TCmd
Returns the ObjID attribute of the Tag
getObjId() - Method in class com.putable.common.tags.TLoggedIn
Returns ObjID attribute of the Tag
getObjid() - Method in class com.putable.common.tags.TSet
Returns objid attribute of the Tag
getOptions() - Method in class com.putable.common.tags.TXrequest
Returns options attribute of the Tag
getOptions() - Method in class com.putable.common.tags.TXresponse
Returns options attribute of the Tag
getPairPanickingMatrixBgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the background color of a Pair Panicking Matrix
getPairPanickingMatrixFgColor() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the foreground color of a Pair Panicking Matrix
getPairPanickingMatrixHeight() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the height of a Pair Panicking Matrix
getPairPanickingMatrixName() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the name of a Pair Panicking Matrix
getPairPanickingMatrixTitle() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the title of a Pair Panicking Matrix
getPairPanickingMatrixWidth() - Static method in class com.putable.server.factoryClasses.MatrixFactory
Gets the width of a Pair Panicking Matrix
getPairPanicMatrix() - Method in class com.putable.server.NetPuzlServer
The pair panicking matrix
getPassword() - Method in class com.putable.common.tags.TLogin
Returns user's password
getProxy() - Method in class com.putable.common.matrix.Agent
Gets the client proxy this Agent is on
getRandomColor() - Method in class com.putable.server.matrix.HomeMatrix
Gets a Color with a random red, green, blue, and alpha
getRandomColor() - Method in class tests.FactoryClassesTest
Gets a Color with a random red, green, blue, and alpha
getRandomString(int) - Method in class tests.FactoryClassesTest
Gets an alphanumeric String of the specified length
getRecievedText() - Method in class com.putable.client.gui.Gui
 
getRequests() - Method in class com.putable.server.NetPuzlServer
Gets the queue of requests of this server
getSayer() - Method in class com.putable.common.matrix.SayFunction
Gets the Agent who spoke to the NetPuzlObject
getSayFunction() - Method in class com.putable.common.matrix.AbstractMatrix
 
getSayFunction() - Method in class com.putable.common.matrix.Key
Gets the function that processes spoken commands for this Key
getSayFunction() - Method in interface com.putable.common.matrix.Matrix
Gets the function that processes spoken commands for this Matrix
getSayFunction() - Method in class com.putable.common.matrix.Token
Gets the function that processes spoken commands for this Token
getServerSocket() - Method in class com.putable.server.NetPuzlServer
getServer returns a copy of the Server Socket for testing purposes
getServerStatus() - Method in class com.putable.client.NetPuzlClient
Returns a status of the server
getStartToken() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Gets the 'Start' button of this Heineken game
getStatus() - Method in class com.putable.common.tags.TServer
Returns the current status of the Server
getStatusToken() - Method in class com.putable.server.matrix.AbstractHeinekenGame
Gets the 'Status' button of this Heineken game
getText() - Method in class com.putable.common.matrix.Attributes
Gets the text of this Attributes object
getText() - Method in class com.putable.common.tags.TCmd
Returns the text attribute of the Tag
getText() - Method in class com.putable.common.tags.TSet
Returns the text attribute of the Tag
getThis() - Method in class com.putable.client.gui.Gui
This method is used to pass a reference to this when inside an anonymous class to be able to reference the GUI's methods
getThis() - Method in class com.putable.common.matrix.AbstractMatrix
 
getThis() - Method in interface com.putable.common.matrix.Matrix
Gets this Matrix for use in anonymous classes
getTo() - Method in class com.putable.common.tags.THear
Returns target or destination of this Hear tag.
getToken() - Method in class com.putable.common.matrix.Cell
Gets the token contained in this Cell
getToken() - Method in class com.putable.common.matrix.ClickFunction
Gets the Token to be clicked
getToken() - Method in class com.putable.common.matrix.SayFunction
Gets the Token to be spoken to
getTokenCount() - Method in class com.putable.common.matrix.AbstractMatrix
 
getTokenCount() - Method in interface com.putable.common.matrix.Matrix
Gets the number of Tokens in this Matrix
getTokenListModel() - Method in class com.putable.client.gui.Gui
A getter method for the token list model.
getTokens() - Method in class com.putable.common.matrix.AbstractMatrix
 
getTokens() - Method in interface com.putable.common.matrix.Matrix
Gets the List of Tokens from this Matrix's grid
getType() - Method in class com.putable.common.tags.ObjID
Way of getting TYPE of the objid (possible: "token", "matrix", "agent", "key" and "image");
getType() - Method in class com.putable.common.tags.Tag
Returns type of the Tag
getType() - Method in class com.putable.xmlhandler.XMLHandler
Supplemental method to get the type of parsing tag
getUser() - Method in class com.putable.common.tags.TLogin
Returns user name
getUserName() - Method in class com.putable.server.NetPuzlClientProxy
Returns the username
getVersion() - Method in class com.putable.common.tags.TClient
Returns version of communication language in the NetPuzl world
getVersion() - Method in class com.putable.common.tags.TServer
Returns version of XML NetPuzl communication standard, which is "1.1"
getVersion() - Method in class com.putable.xmlhandler.XMLHandler
Returns the version of the communication language between client and server in NetPuzl world.
getWidth() - Method in class com.putable.common.matrix.AbstractMatrix
 
getWidth() - Method in interface com.putable.common.matrix.Matrix
This method is used to get how wide the matrix is.
getX() - Method in class com.putable.common.matrix.Attributes
Gets the x value of this Attributes object
getX() - Method in class com.putable.common.tags.TSet
Returns x attribute of the Tag
getXCoord() - Method in class com.putable.common.matrix.Cell
Gets the x coordinate of this Cell
getY() - Method in class com.putable.common.matrix.Attributes
Gets the y value of this Attributes object
getY() - Method in class com.putable.common.tags.TSet
Returns y attribute of the Tag
getYCoord() - Method in class com.putable.common.matrix.Cell
Gets the y coordinate of this Cell
goHome(Agent) - Method in class com.putable.server.matrix.HeinekenMathMatrix
Returns an Agent to Home Matrix
grassImage - Variable in class com.putable.server.matrix.HeinekenMatrix
The Image of each of the 63 background buttons
grid - Variable in class com.putable.common.matrix.AbstractMatrix
The two dimensional grid of Cells contained in this Matrix
group - Variable in class com.putable.client.NetPuzlClient
The group name whose sever you are connecting to
GROUP - Variable in class com.putable.common.tags.TServer
 
Gui - Class in com.putable.client.gui
This class is for the client this is what he/she sees when they login to our games.
Gui() - Constructor for class com.putable.client.gui.Gui
This method is used for testing so that we don't have to build a client or a server just see the eye candy.
Gui(NetPuzlClient) - Constructor for class com.putable.client.gui.Gui
This is the constructor for this class, needs a client so that it can send Tags to its proxy.
gui - Variable in class com.putable.client.NetPuzlClient
A reference to the Gui that is displaying for this client
Gui.CellListener - Class in com.putable.client.gui
This class is used to add some form listening from the user mouse to the specified cell.
Gui.KeyDispatcher - Class in com.putable.client.gui
A class to dispatch Key events
Gui.MyListCellRenderer - Class in com.putable.client.gui
This little class is so the agents in the list panel can still display the background behind it.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links