|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CTMDocument in turingmachine |
---|
Fields in turingmachine declared as CTMDocument | |
---|---|
private CTMDocument |
CTMDialogDocumentProperties.mDocument
The document that is having its properties set. |
private CTMDocument |
CTMInternalFrameView.mDocument
The document this frame belongs to. |
private CTMDocument |
CTMData.mDocument
The document this data belongs to. |
private CTMDocument |
CTMComponentView.mDocument
The document this view is a view of. |
Methods in turingmachine that return CTMDocument | |
---|---|
CTMDocument |
CTMInternalFrameView.getDocument()
Get the document this frame is rendering. |
static CTMDocument |
CTMDocument.load(CTMApplication application)
Load a document. |
CTMDocument |
CTMData.getDocument()
Get the document this state belongs to. |
CTMDocument |
CTMComponentView.getDocument()
Get the document this view is rendering. |
private CTMDocument |
CTMComponentControl.getDocument()
Get the document that this control is modifying. |
CTMDocument |
CTMComponent.getDocument()
Get the document that this state is from. |
Methods in turingmachine with parameters of type CTMDocument | |
---|---|
private void |
CTMMenuBar.menuFile_New_TuringMachine(CTMDocument aDocument)
Creates new view on document. |
void |
CTMApplication.addDocument(CTMDocument aDocument)
Add a document to applications open document list. |
void |
CTMApplication.removeDocument(CTMDocument aDocument)
Remove a document from applications open document list. |
Constructors in turingmachine with parameters of type CTMDocument | |
---|---|
CTMDialogDocumentProperties(javax.swing.JFrame aParent,
CTMDocument aDocument)
Constructor. |
|
CTMInternalFrameView(CTMDocument aDocument)
Constructor. |
|
CTMDataTransition(CTMDocument document,
CTMDataLink dataLink)
Constructor. |
|
CTMDataState(CTMDocument aDocument,
java.lang.String aStateName,
java.awt.Point aPoint)
Constructor. |
|
CTMDataLink(CTMDocument document,
CTMDataState stateFrom,
CTMDataState stateTo)
Constructor. |
|
CTMDataComment(CTMDocument document,
java.lang.String comment,
java.awt.Rectangle bounds)
Constructor. |
|
CTMData(CTMDocument aDocument)
Constructor. |
|
CTMData(CTMDocument aDocument,
CTMData aDataParent)
Constructor. |
|
CTMComponentView(CTMDocument aDocument)
Constructor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |