Uses of Class
turingmachine.CTMApplication

Uses of CTMApplication in turingmachine
 

Fields in turingmachine declared as CTMApplication
private  CTMApplication CTMMenuBar.mApplication
          The application this menubar belongs to.
private  CTMApplication CTMFrame.mApplication
          The application this frame belongs to.
private  CTMApplication CTMDocument.mApplication
          The application this document belongs to.
 

Methods in turingmachine that return CTMApplication
private  CTMApplication CTMMenuBar.getApplication()
          Get the application this menubar belongs to.
 CTMApplication CTMFrame.getApplication()
          Get the application this frame belongs to.
 CTMApplication CTMDocument.getApplication()
          Get the application for this document.
 

Methods in turingmachine with parameters of type CTMApplication
static CTMDocument CTMDocument.load(CTMApplication application)
          Load a document.
 

Constructors in turingmachine with parameters of type CTMApplication
CTMMenuBar(CTMApplication aApplication)
          Constructor.
CTMFrame(CTMApplication aApplication)
          Constructor.
CTMDocument(CTMApplication application)
          Constructor.