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
Definition at line 13 of file ExplorerDocument.java.
Definition at line 14 of file ExplorerDocument.java.
Definition at line 15 of file ExplorerDocument.java.
The documentation for this class was generated from the following file:
- org/gecode/explorer/cocoa/ExplorerDocument.java
