Generated on Fri Oct 6 16:26:47 2006 for Gecode/J by doxygen 1.4.7

org.gecode.explorer.cocoa.ExplorerDocument Class Reference

List of all members.

Detailed Description

Definition at line 11 of file ExplorerDocument.java.

Public Member Functions

 ExplorerDocument ()
 ExplorerDocument (String fileName, String fileType)
String windowNibName ()
void windowControllerDidLoadNib (NSWindowController aController)
NSData dataRepresentationOfType (String aType)
boolean loadDataRepresentation (NSData data, String aType)
void setScale (Object sender)
void exploreAll (Object sender)

Public Attributes

NSScrollView graphicScrollView
TreeView treeView
NSSlider slider


Constructor & Destructor Documentation

org.gecode.explorer.cocoa.ExplorerDocument.ExplorerDocument (  ) 

Definition at line 19 of file ExplorerDocument.java.

org.gecode.explorer.cocoa.ExplorerDocument.ExplorerDocument ( String  fileName,
String  fileType 
)

Definition at line 37 of file ExplorerDocument.java.


Member Function Documentation

String org.gecode.explorer.cocoa.ExplorerDocument.windowNibName (  ) 

Definition at line 41 of file ExplorerDocument.java.

void org.gecode.explorer.cocoa.ExplorerDocument.windowControllerDidLoadNib ( NSWindowController  aController  ) 

Definition at line 45 of file ExplorerDocument.java.

NSData org.gecode.explorer.cocoa.ExplorerDocument.dataRepresentationOfType ( String  aType  ) 

Definition at line 63 of file ExplorerDocument.java.

boolean org.gecode.explorer.cocoa.ExplorerDocument.loadDataRepresentation ( NSData  data,
String  aType 
)

Definition at line 69 of file ExplorerDocument.java.

void org.gecode.explorer.cocoa.ExplorerDocument.setScale ( Object  sender  ) 

Definition at line 73 of file ExplorerDocument.java.

void org.gecode.explorer.cocoa.ExplorerDocument.exploreAll ( Object  sender  ) 

Definition at line 79 of file ExplorerDocument.java.


Member Data Documentation


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