Uses of Class
turingmachine.CTMInternalFrameView

Uses of CTMInternalFrameView in turingmachine
 

Methods in turingmachine that return CTMInternalFrameView
private  CTMInternalFrameView CTMMenuBar.getSelectedFrame()
          Get the currently selected frame.
 CTMInternalFrameView CTMDocument.viewCreate()
          Create a new view of this document.
 CTMInternalFrameView CTMApplication.getSelectedFrame()
           
 

Methods in turingmachine with parameters of type CTMInternalFrameView
 boolean CTMDocument.viewClose(CTMInternalFrameView aView)
          Close a view of this document.