Generated on Thu Nov 2 14:49:41 2006 for Gecode/J by doxygen 1.5.0

org.gecode.gist.GistUIInterface Interface Reference

Inherits org.gecode.gist.Inspector.

Inherited by org.gecode.gist.swing.SwingUI.

List of all members.


Detailed Description

Definition at line 31 of file GistUIInterface.java.

Public Member Functions

void open ()
SpaceNode createRoot (Space rootSpace, boolean bab, Statistics stats)
void update ()
void inspect (String s)
void scaleToFit ()
void centerCursor ()
void setCurrentNode (SpaceNode newNode)
File saveFilename ()
boolean overwriteDialog ()
void reportError (String msg, String title)
void menuInspectActive (boolean active, boolean isRoot, boolean isLeaf)
void menuSearchActive (boolean active)
void menuHideNodeActive (boolean active, boolean hidden)
void menuUnhideAllActive (boolean active)
void menuHideFailedActive (boolean active)
void updateEventListeners ()


Member Function Documentation

void org.gecode.gist.GistUIInterface.open (  ) 

SpaceNode org.gecode.gist.GistUIInterface.createRoot ( Space  rootSpace,
boolean  bab,
Statistics  stats 
)

void org.gecode.gist.GistUIInterface.update (  ) 

void org.gecode.gist.GistUIInterface.inspect ( String  s  ) 

void org.gecode.gist.GistUIInterface.scaleToFit (  ) 

void org.gecode.gist.GistUIInterface.centerCursor (  ) 

void org.gecode.gist.GistUIInterface.setCurrentNode ( SpaceNode  newNode  ) 

File org.gecode.gist.GistUIInterface.saveFilename (  ) 

boolean org.gecode.gist.GistUIInterface.overwriteDialog (  ) 

void org.gecode.gist.GistUIInterface.reportError ( String  msg,
String  title 
)

void org.gecode.gist.GistUIInterface.menuInspectActive ( boolean  active,
boolean  isRoot,
boolean  isLeaf 
)

void org.gecode.gist.GistUIInterface.menuSearchActive ( boolean  active  ) 

void org.gecode.gist.GistUIInterface.menuHideNodeActive ( boolean  active,
boolean  hidden 
)

void org.gecode.gist.GistUIInterface.menuUnhideAllActive ( boolean  active  ) 

void org.gecode.gist.GistUIInterface.menuHideFailedActive ( boolean  active  ) 

void org.gecode.gist.GistUIInterface.updateEventListeners (  ) 


The documentation for this interface was generated from the following file: