org.gecode.gist.cocoa.GistDocument Class Reference
List of all members.Detailed Description
Definition at line 12 of file GistDocument.java.
Public Member Functions | |
| GistDocument () | |
| GistDocument (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.gist.cocoa.GistDocument.GistDocument | ( | ) |
Definition at line 20 of file GistDocument.java.
| org.gecode.gist.cocoa.GistDocument.GistDocument | ( | String | fileName, | |
| String | fileType | |||
| ) |
Definition at line 38 of file GistDocument.java.
Member Function Documentation
| String org.gecode.gist.cocoa.GistDocument.windowNibName | ( | ) |
Definition at line 42 of file GistDocument.java.
| void org.gecode.gist.cocoa.GistDocument.windowControllerDidLoadNib | ( | NSWindowController | aController | ) |
Definition at line 46 of file GistDocument.java.
| NSData org.gecode.gist.cocoa.GistDocument.dataRepresentationOfType | ( | String | aType | ) |
Definition at line 64 of file GistDocument.java.
| boolean org.gecode.gist.cocoa.GistDocument.loadDataRepresentation | ( | NSData | data, | |
| String | aType | |||
| ) |
Definition at line 70 of file GistDocument.java.
| void org.gecode.gist.cocoa.GistDocument.setScale | ( | Object | sender | ) |
Definition at line 74 of file GistDocument.java.
| void org.gecode.gist.cocoa.GistDocument.exploreAll | ( | Object | sender | ) |
Definition at line 80 of file GistDocument.java.
Member Data Documentation
| NSScrollView org.gecode.gist.cocoa.GistDocument.graphicScrollView |
Definition at line 14 of file GistDocument.java.
Definition at line 15 of file GistDocument.java.
Definition at line 16 of file GistDocument.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/cocoa/GistDocument.java
