Uses of Class
apps.mathpadapp.util.MTFrame

Packages that use MTFrame
apps.mathpadapp.controllerapp.assignmentbuilder   
apps.mathpadapp.controllerapp.assignmentcontroller   
apps.mathpadapp.controllerapp.projectorcontroller   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.controllerapp.usercontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.util   
apps.mysteriestableportal   
apps.remotecontrol.tableportal   
 

Uses of MTFrame in apps.mathpadapp.controllerapp.assignmentbuilder
 

Subclasses of MTFrame in apps.mathpadapp.controllerapp.assignmentbuilder
 class AssignmentBuilder
          The Class AssignmentBuilder.
 class SendToDialog
          The Class SendToDialog.
 

Uses of MTFrame in apps.mathpadapp.controllerapp.assignmentcontroller
 

Subclasses of MTFrame in apps.mathpadapp.controllerapp.assignmentcontroller
 class AssignmentControllerWindow
          The Class AssignmentControllerWindow.
 class ResultDialog
          The Class ResultDialog.
 

Uses of MTFrame in apps.mathpadapp.controllerapp.projectorcontroller
 

Subclasses of MTFrame in apps.mathpadapp.controllerapp.projectorcontroller
 class ProjectorControllerWindow
          The Class ProjectorControllerWindow.
 

Uses of MTFrame in apps.mathpadapp.controllerapp.tablecontroller
 

Subclasses of MTFrame in apps.mathpadapp.controllerapp.tablecontroller
 class TableControllerWindow
          The Class TableControllerWindow.
 

Uses of MTFrame in apps.mathpadapp.controllerapp.usercontroller
 

Subclasses of MTFrame in apps.mathpadapp.controllerapp.usercontroller
 class UserControllerWindow
          The Class UserControllerWindow.
 

Uses of MTFrame in apps.mathpadapp.mathtool
 

Subclasses of MTFrame in apps.mathpadapp.mathtool
 class AnswerDialog
          The Class AnswerDialog.
 class LoginDialog
          The Class LoginDialog.
 class MathTool
          The Class MathTool.
 

Uses of MTFrame in apps.mathpadapp.util
 

Subclasses of MTFrame in apps.mathpadapp.util
 class MTDialog
          The Class MTDialog.
 class MTMessageBox
          The Class MTMessageBox.
 

Methods in apps.mathpadapp.util that return MTFrame
 MTFrame MTDialog.getParent()
          Gets the parent.
 

Constructors in apps.mathpadapp.util with parameters of type MTFrame
MTDialog(MTFrame parentFrame, ContentSystem contentSystem)
          Instantiates a new MT dialog.
MTDialog(MTFrame parentFrame, ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new MT dialog.
MTMessageBox(MTFrame parentFrame, ContentSystem contentSystem)
          Instantiates a new MT message box.
 

Uses of MTFrame in apps.mysteriestableportal
 

Subclasses of MTFrame in apps.mysteriestableportal
 class ClearDataDialog
          The Class ClearDataDialog.
 class SendDataDialog
          The Class SendDataDialog.
 

Uses of MTFrame in apps.remotecontrol.tableportal
 

Subclasses of MTFrame in apps.remotecontrol.tableportal
 class CustomiseViewDialog
          The Class CustomiseViewDialog.
 class TableConnectDialog
          The Class TableConnectDialog.
 class TablePortal
          The Class TablePortal.