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

G

GameFactory - class ks.client.gamefactory.GameFactory.
Factory for creating Solitaire Game objects on demand.
GameFactory() - Constructor for class ks.client.gamefactory.GameFactory
Empty GameFactory constructor needed for Block components.
gameIncrement - Variable in class ks.client.core.CreateTableDialog
 
gameIncrement_TextValueChanged(TextEvent) - Method in class ks.client.core.CreateTableDialog
Ensure increment is valid
gameLength - Variable in class ks.client.core.CreateTableDialog
 
gameOver(Table, Status) - Method in class ks.client.core.HelperClient
Contact the server with our latest status information.
games - Variable in class ks.client.core.HelperClient
Set of GameWindow objects [key=tableName, value=GameWindow].
gamesInProfile_ItemStateChanged(ItemEvent) - Method in class ks.client.core.KombatClient
Manage the title of activeGameTables Label and the enabled state of the createTable button Sends TablesCommand to the server.
GameState - class edu.wpi.cs.cs509.game.engine.GameState.
 
GameState() - Constructor for class edu.wpi.cs.cs509.game.engine.GameState
 
gamesWon - Variable in class ks.client.gamefactory.PlayerRanking
num Games Won (no more than six players per table)
GameWindow - class ks.client.gamefactory.GameWindow.
Primary Window for managing the Container within which the solitaire action takes place.
gameWindow_ComponentResized(ComponentEvent) - Method in class ks.client.gamefactory.GameWindow
Handle the window resize events here.
gameWindow_WindowEvents() - Method in class ks.client.gamefactory.GameWindow
Comment
GameWindow() - Constructor for class ks.client.gamefactory.GameWindow
GameWindow constructor comment.
GameWindow(String) - Constructor for class ks.client.gamefactory.GameWindow
GameWindow constructor comment.
GardenColumnController - class yostinso.GardenColumnController.
Controller class for the GardenColumnView Creation date: (11/29/2001 4:41:24 PM)
GardenColumnController(FlowerGarden, GardenColumnView) - Constructor for class yostinso.GardenColumnController
GardenColumnController constructor comment.
gardenColumns - Variable in class yostinso.FlowerGarden
 
GardenColumnView - class yostinso.GardenColumnView.
Controller object for the GardenColumn Creation date: (11/29/2001 11:28:17 AM)
GardenColumnView(Column) - Constructor for class yostinso.GardenColumnView
 
gardenColumnViews - Variable in class yostinso.FlowerGarden
 
GardenRow - class yostinso.GardenRow.
GardenRow model element for the FlowerGarden solitaire variation Creation date: (11/29/2001 11:15:26 AM)
GardenRow() - Constructor for class yostinso.GardenRow
GardenRow constructor comment.
GardenRow(String) - Constructor for class yostinso.GardenRow
GardenRow constructor comment.
GardenRowController - class yostinso.GardenRowController.
Controller object for the GardenRowView element Creation date: (11/29/2001 8:36:21 PM)
GardenRowController(FlowerGarden, GardenRowView) - Constructor for class yostinso.GardenRowController
GardenRowController constructor comment.
GardenRowView - class yostinso.GardenRowView.
GardenRowView widget/entity object for the FlowerGarden solitaire variation Creation date: (11/29/2001 11:45:05 AM)
GardenRowView(GardenRow) - Constructor for class yostinso.GardenRowView
GardenRowView constructor comment.
gDeck - Variable in class brlandry.GrandfatherClock
 
generateGame(String) - Method in class ks.client.gamefactory.GameFactory
Given a game Type, this generates a Solitaire object for it.
generateWindow(String, Table, Solitaire) - Method in class ks.client.gamefactory.GameFactory
Return the working TableGUI entity seen by the users when playing
getAccessType() - Method in class ks.client.core.CreateTableDialog
Return selected TableType, as selected by user.
getActionCommand() - Method in class ks.client.gamefactory.timer.Timer
Returns the command name of the action event fired by this button.
getActivate() - Method in class ks.monitor.MonitorCommand
Return activation status.
getAfterChange() - Method in class edu.wpi.cs.cs509.graph.grapheditor.ExportParametersDialog
Returns the value of the AfterChange checkbox.
getAnnounceRate() - Method in class ks.client.gamefactory.timer.TimerPanel
Return the rate at which announcements are made.
getAssignedSuit() - Method in class yostinso.SuitPile
Return the suit assigned to this SuitPile.
getBarHeight() - Method in class ks.client.gamefactory.PlayerRanking
Return the height of each bar showing player scores.
getChoice() - Method in class ks.client.core.TestIndividualPlugin
Get the skin choice selected by the user.
getClassBytes(String) - Method in class ks.jarloader.JarInfo
Return byte array associated with class name.
getClassName() - Method in class ks.client.core.TestIndividualPlugin
Get the name for the user-entered class.
getColumnViewForSelectedCards(MouseEvent) - Method in class yostinso.GardenRowView
 
getColumnViewForSelectedCards(MouseEvent) - Method in class yostinso.GardenColumnView
 
getDefaultWidth(CardImages) - Method in class yostinso.GardenRowView
 
getDelay() - Method in class ks.client.gamefactory.timer.Timer
Obtains the delay time setting for this timer.
getDelay() - Method in class ks.client.gamefactory.skin.ImageScroller
Return delay between image scrolling.
getDelay() - Method in class ks.client.gamefactory.skin.BouncingBalls
Return delay between image scrolling.
getDestination() - Method in class yostinso.MoveGRSPMove
Returns destination pile (calculated by valid method).
getDestination() - Method in class yostinso.MoveGCSPMove
Returns destination pile (calculated by valid method).
getDistance(INode, INode) - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
Return known distance from n1 to n2.
getDX() - Method in class edu.wpi.cs.cs509.game.engine.Velocity
Return DX value.
getDY() - Method in class edu.wpi.cs.cs509.game.engine.Velocity
Return DY value.
getEdge(INode, INode) - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Get the IEdge that connects the INodes node1 and node2.
getEdge(INode, INode) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IGraph
Get the IEdge that connects the INodes node1 and node2.
getEmptyColumnCount(Column, Column) - Method in class yostinso.FlowerGarden
Returns the number of empty GardenColumns *without counting* source and target.
getEntry(String, String) - Method in class ks.client.gamefactory.PluginFactory
Returns entry for the given plugin.
getEntry(String, String) - Method in class ks.client.gamefactory.GameFactory
Delegate to factory.
getFontSize() - Method in class ks.client.gamefactory.timer.TimerPanel
Return the font size to be used.
getGameContainer() - Method in class ks.client.gamefactory.GameWindow
Returns the Container in which solitaire games are being executed.
getGameIncrement() - Method in class ks.client.core.CreateTableDialog
Return delta to add to seed when selecting new hands, as selected by user.
getGameLength() - Method in class ks.client.core.CreateTableDialog
Return length of game, as selected by the user.
getGameLength() - Method in class ks.client.gamefactory.GameWindow
Return the time length of the table associated with this interface Creation date: (10/16/01 9:21:41 PM)
getHeight() - Method in class edu.wpi.cs.cs509.game.engine.GameState
 
getHelper() - Method in class ks.client.core.KombatClient
Return the helper client.
getHostName() - Method in class ks.client.core.HelperClient
Return the host we are connected to, if at all.
getHostValue() - Method in class ks.client.core.ConnectDialog
Return the contents of the Host field.
getImage(URL) - Method in class ks.client.core.KombatClient
 
getImage(URL, String) - Method in class ks.client.core.KombatClient
 
getInstance(Component) - Static method in class yostinso.SuitImages
 
getInstanceOf(Frame) - Static method in class ks.client.core.SplashScreen
Return the singleton instance of this splash screen.
getIntegerValue() - Method in class edu.wpi.cs.cs509.graph.grapheditor.RetrieveIntegerParameterDialog
Return integer value or throw exception if illegal value.
getJarName() - Method in class ks.jarloader.JarLoader
 
getLastSelectionPoint() - Method in class yostinso.GardenRow
Return the location of the last Selection point.
getLOCAL() - Method in class ks.client.core.KombatClient
Return the string to user for local host.
getLocation() - Method in class edu.wpi.cs.cs509.game.engine.Target
Return location of target
getLocation() - Method in class edu.wpi.cs.cs509.game.engine.Enemy
Returns current location.
getManifest() - Method in class ks.jarloader.JarLoader
 
getManifest() - Method in class ks.jarloader.JarInfo
Return manifest associated with class name.
getManifest(String) - Method in class ks.jarloader.JarLoaderFacade
Gets the Manifest for the Jar file associated with the given key.
getMaster() - Method in class ks.client.gamefactory.timer.TimerPanel
Get the entity that we must contact upon expiration.
getMessage() - Method in class ks.monitor.MonitorMessage
Return message.
getName() - Method in class brlandry.GrandfatherClock
Returns name of game
getName() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Returns the String name of the IGraph.
getName() - Method in interface edu.wpi.cs.cs509.graph.interfaces.IGraph
Returns the String name of the IGraph.
getName() - Method in class heineman.Klondike
getName method comment.
getName() - Method in class yostinso.FlowerGarden
 
getNameOffset() - Method in class ks.client.gamefactory.PlayerRanking
Return the offset where players' names can be drawn.
getNameWidth() - Method in class ks.client.gamefactory.PlayerRanking
Return the width (in pixels) of each player's name Creation date: (9/25/01 10:29:35 PM)
getNewInstance() - Method in interface edu.wpi.cs.cs509.graph.interfaces.IExperimentEngine
returns a newInstance of IRandomGraphGenManager.
getNode(int) - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Get the INode for the given node ID.
getNode(int) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IGraph
Get the INode for the given node ID.
getNode(int, int) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Return INode that is within fixed radius of the given (x,y) position.
getNumPlayers() - Method in class ks.client.core.CreateTableDialog
Return number of players, as selected by user.
getNumPlayers() - Method in class ks.client.gamefactory.PlayerRanking
Return the number of players.
getObject() - Method in class edu.wpi.cs.cs509.clipboard.Item
Return object associated with this Item
getObject() - Method in interface edu.wpi.cs.cs509.clipboard.IItem
Return object associated with this Item
getOtherNode(IEdge, INode) - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
This method returns the other node in an edge.
getOtherNode(IEdge, INode) - Method in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
This method returns the other node in the edge.
getPadding() - Method in class ks.client.gamefactory.PlayerRanking
Return the padding between player name and score Creation date: (9/25/01 10:54:54 PM)
getPasswordValue() - Method in class ks.client.core.ConnectDialog
Return contents of the password text field.
getPreferredSize() - Method in class brlandry.GrandfatherClock
Overrides function from Solitaire to initialize the screen to a larger size.
getPropertiesOfRegisteredGraphs() - Method in interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGenManager
Returns an Enumeration of Properties corresponding to the properities of the RandomGraphGens that are registered with this Manager.
getProperty(String) - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Vertex
Return the value of a property identified by key.
getProperty(String) - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Return the value of a property identified by key.
getProperty(String) - Method in class edu.wpi.cs.cs509.graph.interfaces.PropertyManager
Return the value of a property identified by key.
getProperty(String) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IMetaInformation
Return the value of a property identified by key.
getPropertyValue(String) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGen
returns the value of the Property corresponding to the name parameter pre: if the RGG does not support the parameter denoted by name, then RandomGraphGenException is thrown post: the int returned is the value corresponding to the specified property
getProvided() - Method in class edu.wpi.cs.cs509.game.timer.Timer
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class edu.wpi.cs.cs509.game.randomDecider.RandomDecider
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class ks.client.unimplemented.NotYetImplemented
We expose ProcessCommand interface.
getProvided() - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class ks.monitor.Monitor
Return provided interfaces: IProcessCommand and IOutput.
getProvided() - Method in class ks.client.core.KombatClient
We expose ProcessCommand interface.
getProvided() - Method in class edu.wpi.cs.cs509.clipboard.Clipboard
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class edu.wpi.cs.cs509.graph.processors.reporter.MetaDataReporter
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphCustomizer
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides Since V1.9 Editor provides IClipboardAccessor.
getProvided() - Method in class edu.wpi.cs.cs509.game.graphicalDisplay.GraphicalDisplay
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class edu.wpi.cs.cs509.calculator.Calculator
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class edu.wpi.cs.cs509.tutorial.FirstTry
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class edu.wpi.cs.cs509.graph.processors.articulationpoints.ArticulationPoints
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class ks.server.processor.CommandProcessor
We expose ProcessCommand interface.
getProvided() - Method in class edu.wpi.cs.cs509.game.display.Display
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class edu.wpi.cs.cs509.game.initializer.Initializer
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class edu.wpi.cs.cs509.game.sliderDecider.SliderDecider
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class ks.client.gamefactory.GameFactory
We expose ProcessCommand interface.
getProvided() - Method in class ks.server.communicator.Communicator
We expose ProcessCommand interface.
getProvided() - Method in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides
getProvided() - Method in class ks.client.monitorgui.MonitorGUI
We expose ProcessCommand interface.
getProvided() - Method in class ks.jarloader.JarLoaderFacade
Provides ILoader interface.
getProvided() - Method in class edu.wpi.cs.cs509.game.engine.CoreEngine
This method returns an Enumeration of Strings, specifying all the interfaces that this component provides.
getProvided() - Method in class ks.server.core.Server
We expose ProcessCommand interface.
getRadius() - Method in class ks.client.gamefactory.skin.BouncingBalls
Return size of Ball.
getRandomGraphGen(Properties) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGenManager
returns a clone of the IRandomGraphGen whose properties correspond to the propertyList parameter.
getRequired() - Method in class edu.wpi.cs.cs509.game.timer.Timer
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class edu.wpi.cs.cs509.game.randomDecider.RandomDecider
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class ks.client.unimplemented.NotYetImplemented
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class ks.monitor.Monitor
Return required interfaces: IOutput.
getRequired() - Method in class ks.client.core.KombatClient
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class edu.wpi.cs.cs509.clipboard.Clipboard
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.graph.processors.reporter.MetaDataReporter
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphCustomizer
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.game.graphicalDisplay.GraphicalDisplay
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class edu.wpi.cs.cs509.calculator.Calculator
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.tutorial.FirstTry
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class edu.wpi.cs.cs509.graph.processors.articulationpoints.ArticulationPoints
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class ks.server.processor.CommandProcessor
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class edu.wpi.cs.cs509.game.display.Display
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class edu.wpi.cs.cs509.game.initializer.Initializer
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class edu.wpi.cs.cs509.game.sliderDecider.SliderDecider
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class ks.client.gamefactory.GameFactory
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class ks.server.communicator.Communicator
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires
getRequired() - Method in class ks.client.monitorgui.MonitorGUI
We expose ProcessCommand and IOutput required interfaces.
getRequired() - Method in class ks.jarloader.JarLoaderFacade
Nothing required.
getRequired() - Method in class edu.wpi.cs.cs509.game.engine.CoreEngine
This method returns an Enumeration of Strings, specifying all the interfaces that this component requires.
getRequired() - Method in class ks.server.core.Server
We expose ProcessCommand and IOutput required interfaces.
getResolvedClass() - Method in class edu.wpi.cs.cs509.clipboard.DataType
Return resolved class to protected callers.
getResource(String) - Method in class ks.jarloader.JarInfo
Return byte array associated with resource.
getScrollDistance() - Method in class ks.client.gamefactory.skin.ImageScroller
Return distance to scroll image.
getSeed() - Method in class ks.client.core.TestIndividualPlugin
Get the seed selected by the user.
getSeed() - Method in class ks.client.core.CreateTableDialog
Calculate random seed, if not already set.
getSize() - Method in class edu.wpi.cs.cs509.game.engine.Target
Return the size of the target
getSize() - Method in class edu.wpi.cs.cs509.game.engine.Enemy
Return size of enemy square.
getStatus() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Vertex
Return status number of this vertex.
getStatus(INode) - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
Return the status value of the INode
getStringValue() - Method in class edu.wpi.cs.cs509.graph.grapheditor.RetrieveStringParameterDialog
Return String value entered by user.
getSuitImage(int) - Method in class yostinso.SuitImages
 
getSuitImage(SuitPile) - Method in class yostinso.SuitImages
 
getSupportedProperties() - Method in interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGen
returns an interface of Strings pertaining to the names of Properties supported by this RandomGraphGen.
getTable() - Method in class ks.client.gamefactory.GameWindow
Return the table for this window.
getTable(String, String) - Method in class ks.client.core.KombatClient
 
getTable(String, String) - Method in class ks.client.core.HelperClient
Return GameWindow from our hashtable by name/type
getTable(Table) - Method in class ks.client.core.HelperClient
Return GameWindow from our hashtable by Table.
getTableName() - Method in class ks.client.core.CreateTableDialog
Return name of table as selected by the user.
getTableName() - Method in class ks.client.gamefactory.GameWindow
Knows info about table.
getTableType() - Method in class ks.client.gamefactory.GameWindow
Knows info about table.
getTarget() - Method in class edu.wpi.cs.cs509.game.graphicalDisplay.Grid
Return target in grid
getTarget() - Method in class edu.wpi.cs.cs509.game.engine.GameState
Return target in the game engine
getType() - Method in class edu.wpi.cs.cs509.clipboard.Item
Return type associated with this Item
getType() - Method in interface edu.wpi.cs.cs509.clipboard.IItem
Return type associated with this Item
getUserNameValue() - Method in class ks.client.core.ConnectDialog
Return contents of the user name field.
getVelocity() - Method in class edu.wpi.cs.cs509.game.engine.Target
Return velocity
getVelocity() - Method in class edu.wpi.cs.cs509.game.engine.Enemy
Returns current velocity.
getVersion() - Method in class brlandry.GrandfatherClock
Returns version
getVersion() - Method in class heineman.Klondike
getName method comment.
getWidth() - Method in class edu.wpi.cs.cs509.game.engine.GameState
Returns the width of the grid.
getX() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Vertex
Return x coordinate of this vertex.
getX() - Method in class edu.wpi.cs.cs509.game.engine.Location
Return X coordinate.
getX(INode) - Method in class edu.wpi.cs.cs509.graph.interfaces.FactoryIGraph
Return x coordinate of this node.
getY() - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Vertex
Return x coordinate of this vertex.
getY() - Method in class edu.wpi.cs.cs509.game.engine.Location
Return Y coordinate.
getY(INode) - Method in class edu.wpi.cs.cs509.graph.interfaces.FactoryIGraph
Return y coordinate of this node.
GrandfatherClock - class brlandry.GrandfatherClock.
Grandfather's Clock:
GrandfatherClock() - Constructor for class brlandry.GrandfatherClock
 
GrandfatherColumnController - class brlandry.GrandfatherColumnController.
Responds to mouse events over the ColumnView widget.
GrandfatherColumnController(GrandfatherClock, ColumnView) - Constructor for class brlandry.GrandfatherColumnController
 
GrandfatherDeck - class brlandry.GrandfatherDeck.
A GrandfatherDeck is a Deck with the following cards on top of the deck Position Card 1 10 of Hearts 1 Jack of Spades 1 Queen of Diamonds 1 King of Clubs 1 Two of Hearts 1 Three of Spades 1 Four of Diamonds 1 Five of Clubs 1 Six of Hearts 1 Seven of Spades 1 Eight of Diamonds 1 Nine of Clubs
GrandfatherDeck(String) - Constructor for class brlandry.GrandfatherDeck
 
GrandfatherPileController - class brlandry.GrandfatherPileController.
This object controls events that occur over a particular PileView object.
GrandfatherPileController(GrandfatherClock, PileView) - Constructor for class brlandry.GrandfatherPileController
 
graph - Variable in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphManager
The IGraph underlying object
Graph - class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph.
Represents a Graph = (V,E) where V is a set of Vertices and E a set of edges.
Graph() - Constructor for class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Graph constructor comment.
GraphCanvas - class edu.wpi.cs.cs509.graph.grapheditor.GraphCanvas.
The canvas in which graph is drawn.
GraphCanvas() - Constructor for class edu.wpi.cs.cs509.graph.grapheditor.GraphCanvas
Default GraphCanvas Constructor.
GraphCanvas(FactoryIGraph) - Constructor for class edu.wpi.cs.cs509.graph.grapheditor.GraphCanvas
GraphCanvas is typically constructed with a given graph in mind.
GraphCanvas(GraphicsConfiguration) - Constructor for class edu.wpi.cs.cs509.graph.grapheditor.GraphCanvas
GraphCanvas constructor comment.
graphChanged() - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Exports graph after each material change (add or delete a vertex/edge).
GraphCustomizer - class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphCustomizer.
Customizes the Graph Editor with appropriate drawing customizations.
GraphCustomizer() - Constructor for class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphCustomizer
GraphGenerator constructor comment.
GraphEditor - class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor.
Component for interactive editing of a Graph.
GraphEditor() - Constructor for class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
 
GraphicalDisplay - class edu.wpi.cs.cs509.game.graphicalDisplay.GraphicalDisplay.
Show game in graphical fashion.
GraphicalDisplay() - Constructor for class edu.wpi.cs.cs509.game.graphicalDisplay.GraphicalDisplay
GraphicalDisplay constructor comment.
GraphManager - class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphManager.
This class provides the ability to manipulate the contents of a Graph object that conforms to the IGraph interface.
GraphManager() - Constructor for class edu.wpi.cs.cs509.graph.processors.graphcustomizer.GraphManager
GraphManager is constructed.
graphPanel_MouseClicked(MouseEvent) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Process MouseClick events within GraphCanvas.
graphPanel_MouseDragged(MouseEvent) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Process MouseDragged events within GraphCanvas.
graphPanel_MousePressed(MouseEvent) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Process MousePressed events within GraphCanvas.
graphPanel_MouseReleased(MouseEvent) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Process MousePressed events within GraphCanvas.
grid - Variable in class edu.wpi.cs.cs509.game.graphicalDisplay.GraphicalDisplay
Widget within which to show progress.
Grid - class edu.wpi.cs.cs509.game.graphicalDisplay.Grid.
 
Grid() - Constructor for class edu.wpi.cs.cs509.game.graphicalDisplay.Grid
 
guiComponents - Variable in class ks.client.core.KombatClient
Set of IClientComponent components.
guiInstance - Variable in class edu.wpi.cs.cs509.clipboard.Clipboard
Each clipboard can have a single GUI instance.

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