Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package cgsuite.ui

Contains the core Combinatorial Game Suite library.

See:
          Description

Interface Summary
MessageReceiver  
 

Class Summary
AboutDialog  
AppearancePreferencesPanel  
AssignableList A list implementation for the CGSuite scripting language.
CgsuiteAST An abstract syntax tree
CommandLineOptions  
CoreMethodInvoker  
CoreOutputHandler Creates output for instances of cgsuite.CanonicalGame and other core classes.
CorePlugin The Combinatorial Game Suite core plug-in.
DiskCachePreferencesPanel  
EmbeddedTextArea  
ExplorerFrame A component for analysing sequences of moves in games.
GameDisplayPreferencesPanel  
HelpFrame  
JoinMailingListDialog  
Kernel  
KernelPreferencesPanel  
LicenseDialog  
LogFrame  
Main  
MainFrame The top-level frame for the Combinatorial Game Suite GUI.
MessageFromKernel  
MessageToKernel  
MoveTree An alternative to JTree, specifically for displaying trees of game moves.
MoveTreeNode A single move in an ongoing game.
OutputBox  
PluginInstance  
PluginManagerDialog  
PreferencesDialog  
PreferencesManager  
PreferencesManager.PluginPreferences  
Queue  
RunScriptDialog  
SelectExplorerTypeDialog  
SplashWindow  
UnexpectedErrorDialog  
WorksheetFrame  
WorksheetPanel  
 

Exception Summary
BrokenLoopException  
DeepRecursionException  
InputException Thrown when an error occurs while walking a parse tree.
ReturnedProcedureException  
 

Package cgsuite.ui Description

Contains the core Combinatorial Game Suite library.

This package contains the fundamental framework for the Combinatorial Game Suite back-end. Classes in cgsuite are interface-independent. They can be accessed from within the CGSuite interface, by plug-ins, or by stand-alone applications. Important components of this package include:

For information on writing plug-ins, refer to the cgsuite.plugin documentation.