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 _

I

IAdd - interface edu.wpi.cs.cs509.calculator.IAdd.
A sample interface to perform calculations on numbers.
ICalc - interface edu.wpi.cs.cs509.calculator.ICalc.
A sample interface to perform calculations on numbers.
IClipboard - interface edu.wpi.cs.cs509.clipboard.IClipboard.
Interface to a Clipboard component.
IClipboardAccessor - interface edu.wpi.cs.cs509.clipboard.IClipboardAccessor.
Interface that a block component must implement to use the graphical Clipboard interface
IClipboardGUI - interface edu.wpi.cs.cs509.clipboard.IClipboardGUI.
Interface to a Clipboard component using Clipboard's built-in GUI.
id - Variable in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Vertex
id of this vertex.
ID - Static variable in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
(Statistically) Unique String for meta information.
ID - Static variable in class edu.wpi.cs.cs509.graph.processors.reporter.MetaDataReporter
(Statistically) Unique String for meta information.
ID - Static variable in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
(Statistically) Unique String for meta information.
ID - Static variable in class edu.wpi.cs.cs509.graph.interfaces.FactoryIGraph
(Statistically) Unique String for meta information.
ID - Static variable in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
(Statistically) Unique String for meta information.
IDataType - interface edu.wpi.cs.cs509.clipboard.IDataType.
External interface revealed to external components to hold the type of an item on the clipboard.
IDecisionMaker - interface edu.wpi.cs.cs509.game.interfaces.IDecisionMaker.
Decide action.
IEdge - interface edu.wpi.cs.cs509.graph.interfaces.IEdge.
Interface for accessing and manipulating edges within an IGraph.
IExperimentEngine - interface edu.wpi.cs.cs509.graph.interfaces.IExperimentEngine.
Version History: 1.1: Added EnumerationException to setGraphs(Enumeration) 1.0 IExperimentEngine is the principle interface for the ExperimentEngine.
IExportGraph - interface edu.wpi.cs.cs509.graph.interfaces.IExportGraph.
Standard interface for transmitting an IGraph object across component boundaries.
IGameEngine - interface edu.wpi.cs.cs509.game.interfaces.IGameEngine.
Able to execute the Game State given to it
IGraph - interface edu.wpi.cs.cs509.graph.interfaces.IGraph.
Interface to an abstraction of a graph.
IGraphEditor - interface edu.wpi.cs.cs509.graph.interfaces.IGraphEditor.
All GraphEditor components must provide this interface.
IGraphStorage - interface edu.wpi.cs.cs509.graph.interfaces.IGraphStorage.
Provides an interface for IGraphs to be stored and retrieved from the fileSystem in ASCII format.
IGraphVisitor - interface edu.wpi.cs.cs509.graph.interfaces.IGraphVisitor.
The Graph Vistor interface, which can be used for visiting IGraph, INode, IEdge, and IMetaInformation objects.
IInfoChanged - interface edu.wpi.cs.cs509.graph.grapheditor.IInfoChanged.
When Meta Information is changed in MetaInfo Dialog, it calls this method.
IItem - interface edu.wpi.cs.cs509.clipboard.IItem.
External interface revealed to external components to manipulate Items on the clipboard.
image - Variable in class edu.wpi.cs.cs509.clipboard.PaintableCanvas
The image shown on the screen.
imageCache - Static variable in class yostinso.SuitImages
 
ImageCopier - class ks.client.gamefactory.skin.ImageCopier.
Visitor class to fills rectangles with parts of an image.
ImageCopier(Image, ImageObserver, Graphics) - Constructor for class ks.client.gamefactory.skin.ImageCopier
ImageCopier by default uses this color as the fillRect color when transfering a filled Rectangle.
ImageScroller - class ks.client.gamefactory.skin.ImageScroller.
Class for presenting a scrolling image on the back of a solitaire game.
ImageScroller(Image, Container) - Constructor for class ks.client.gamefactory.skin.ImageScroller
ImageScroller constructor.
imagesLoaded - Variable in class edu.wpi.cs.cs509.clipboard.ClipboardGUI
Determines if our images have been loaded.
IMetaInformation - interface edu.wpi.cs.cs509.graph.interfaces.IMetaInformation.
Interface to enable standardized structure for meta data.
importGraph(IGraph) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Import graph *IF* it is a Graph instance.
info - Variable in class ks.jarloader.JarLoader
 
infoUpdated() - Method in interface edu.wpi.cs.cs509.graph.grapheditor.IInfoChanged
Alert drawers that meta info has changed.
infoUpdated() - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Alert drawers that meta info has changed.
init() - Method in class ks.server.core.KeyboardReader
 
init(ISplashScreenWriter) - Method in class ks.client.core.KombatClient
Any initialization required by KombatClient goes here.
initialHeight - Variable in class ks.client.gamefactory.GameWindow
Initial height for the window.
initialize() - Method in class brlandry.GrandfatherClock
Initializes games: creates entity, boundary, and view objects.
initialize() - Method in class heineman.Klondike
initialize method comment.
initialize() - Method in class yostinso.FlowerGarden
Initializes FlowerGarden Plugin.
initialize(Solitaire) - Method in class ks.client.gamefactory.GameWindow
Initialize game canvas using specific solitaire game.
initializeControllers() - Method in class brlandry.GrandfatherClock
Initialize boundary objects
initializeControllers() - Method in class heineman.Klondike
initialize controllers comment.
initializeModel(int) - Method in class brlandry.GrandfatherClock
Initializes entity objects
initializeModel(int) - Method in class heineman.Klondike
initialize method comment.
Initializer - class edu.wpi.cs.cs509.game.initializer.Initializer.
Initialize Game state.
Initializer() - Constructor for class edu.wpi.cs.cs509.game.initializer.Initializer
Initializer constructor comment.
initializeView() - Method in class brlandry.GrandfatherClock
Initializes view objects
initializeView() - Method in class heineman.Klondike
initialize view comment.
initialSeed_TextValueChanged(TextEvent) - Method in class ks.client.core.CreateTableDialog
Ensure seed is a valid int.
initialWidth - Variable in class ks.client.gamefactory.GameWindow
Initial width for the window.
initiate(String, int, String, String) - Method in class ks.client.core.HelperClient
Contact the server at the given host and log in with given parameters.
initUser(String) - Method in class ks.server.core.Server
When user logs in, there are a set of initial messages that must be sent to that user.
innerCounter - Variable in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Integer to create unique integer labels.
INode - interface edu.wpi.cs.cs509.graph.interfaces.INode.
Interface for accessing and manipulating nodes in a graph.
inputField_ActionEvents() - Method in class ks.client.core.KombatClient
Add this into output window locally and pass along to the server.
inputField_ActionPerformed(ActionEvent) - Method in class ks.client.gamefactory.GameWindow
React to new text entered into the input field.
insert(IItem) - Method in interface edu.wpi.cs.cs509.clipboard.IClipboard
Inserts the given object conforming to the IItem interface into the clipboard.
insert(IItem) - Method in class edu.wpi.cs.cs509.clipboard.Clipboard
Inserts the given object conforming to the IItem interface into the clipboard.
instantiatePlugin(String, String) - Method in class ks.client.gamefactory.PluginFactory
Instantiate the given plugin, or return null if not found.
interpet(Message) - Method in class ks.client.core.HelperClient
Central area for processing messages received from the Server.
interpret(Message) - Method in class ks.client.core.KombatClient
Process messages and return response.
interpretCommandString(String, Iterator) - Method in class ks.client.unimplemented.NotYetImplemented
Interpret commands (if any).
interpretCommandString(String, Iterator) - Static method in class ks.client.core.CommandFactory
Given a single action word, and arguments, return appropriately formatted object.
interpretCommandString(String, Iterator) - Method in class ks.client.monitorgui.MonitorGUI
Interpret commands (if any).
interpretString(String) - Method in class ks.server.core.Server
Interpret commands entered on STDIN for the server.
interpretString(String) - Method in interface ks.server.core.KeyboardListener
 
invitations_ActionPerformed(ActionEvent) - Method in class ks.client.core.KombatClient
Comment
IRandomGraphGen - interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGen.
Provides a way to create random graphs that have a certain set of properties.
IRandomGraphGenManager - interface edu.wpi.cs.cs509.graph.interfaces.IRandomGraphGenManager.
The manager of the various RandomGraphGenerators.
isAdjacent(INode, INode) - Method in class edu.wpi.cs.cs509.graph.processors.graphcustomizer.Graph
Returns whether an IEdge exist that connects node1 and node2.
isAdjacent(INode, INode) - Method in interface edu.wpi.cs.cs509.graph.interfaces.IGraph
Returns whether an IEdge exist that connects node1 and node2.
isCanceled() - Method in class ks.client.core.ConnectDialog
Return whether the user canceled action.
isConnected() - Method in class ks.client.core.HelperClient
Determine if we are connected to the Server.
isConnected(IGraph) - Method in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
Determine whether the IGraph object is connected.
isDepressed - Variable in class edu.wpi.cs.cs509.clipboard.PaintableCanvas
Whether the image should be in the 'depressed' 3d state.
isDepressed() - Method in class edu.wpi.cs.cs509.clipboard.PaintableCanvas
Determine whether the region is currently depressed (signals that action will be taken).
isEmpty() - Method in class edu.wpi.cs.cs509.game.graphicalDisplay.Grid
 
isEnabled() - Method in class ks.client.gamefactory.timer.Timer
Determine if we are enabled.
isHilighted - Variable in class edu.wpi.cs.cs509.clipboard.PaintableCanvas
Whether the image should be in the hilighted state.
isReady() - Static method in class yostinso.SuitImages
 
isRepeat() - Method in class ks.client.gamefactory.timer.Timer
Obtains the repeat setting of the timer.
isSelected(INode) - Method in class edu.wpi.cs.cs509.graph.interfaces.FactoryIGraph
Return selection state of given node in the graph.
isSelected(INode) - Method in class edu.wpi.cs.cs509.graph.processors.connectedchecker.ConnectednessChecker
Determines whether given node has been visited based upon private meta information.
isStatusInjective(IGraph) - Method in class edu.wpi.cs.cs509.graph.processors.statusinjectivechecker.StatusInjectiveChecker
Returns whether graph is status injective.
isSubTypeOf(DataType) - Method in class edu.wpi.cs.cs509.clipboard.DataType
Determine whether this object is a sub-type of the passed-in type.
isVisible() - Method in class ks.client.gamefactory.skin.Psychadelic
Detect if we are visible.
isVisible() - Method in class ks.client.gamefactory.skin.ImageScroller
Determine whether image is visible.
isVisible() - Method in class ks.client.gamefactory.skin.BouncingBalls
Determine whether image is visible.
isVisible(int, int) - Method in class edu.wpi.cs.cs509.graph.grapheditor.GraphEditor
Determines if vertex is still visible with given coordinates.
Item - class edu.wpi.cs.cs509.clipboard.Item.
A Typed Information on the clipboard.
Item(DataType, Object) - Constructor for class edu.wpi.cs.cs509.clipboard.Item
Construct an Item for this type and object.
Item(Item) - Constructor for class edu.wpi.cs.cs509.clipboard.Item
Duplicates the given item.
ITick - interface edu.wpi.cs.cs509.game.interfaces.ITick.
Interface that an external timer can be connected to.
ITimer - interface edu.wpi.cs.cs509.game.interfaces.ITimer.
Timer interface
ITimerExpired - interface ks.client.gamefactory.timer.ITimerExpired.
Interface for methods to call when timer has expired.
IUpdate - interface edu.wpi.cs.cs509.game.interfaces.IUpdate.
Whenever gameState changes, update is called.
IVisitable - interface edu.wpi.cs.cs509.graph.interfaces.IVisitable.
Sub-interface for IEdge, INode, and IGraph that consolidates visitor design pattern.

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 _