Uses of Class
synergynetframework.appsystem.contentsystem.items.OrthoContainer

Packages that use OrthoContainer
apps.mathpadapp.controllerapp.assignmentcontroller   
apps.mathpadapp.controllerapp.projectorcontroller   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.controllerapp.usercontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.util   
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes   
apps.remotecontrol.tableportal   
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.items.innernotecontroller   
synergynetframework.appsystem.services.net.networkedcontentmanager   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils   
 

Uses of OrthoContainer in apps.mathpadapp.controllerapp.assignmentcontroller
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller that return OrthoContainer
 OrthoContainer ResultListControlPanel.getContainer()
          Gets the container.
 OrthoContainer AssignmentListControlPanel.getContainer()
          Gets the container.
 

Uses of OrthoContainer in apps.mathpadapp.controllerapp.projectorcontroller
 

Methods in apps.mathpadapp.controllerapp.projectorcontroller that return OrthoContainer
 OrthoContainer ProjectorListControlPanel.getContainer()
          Gets the container.
 

Uses of OrthoContainer in apps.mathpadapp.controllerapp.tablecontroller
 

Methods in apps.mathpadapp.controllerapp.tablecontroller that return OrthoContainer
 OrthoContainer TableListControlPanel.getContainer()
          Gets the container.
 

Uses of OrthoContainer in apps.mathpadapp.controllerapp.usercontroller
 

Methods in apps.mathpadapp.controllerapp.usercontroller that return OrthoContainer
 OrthoContainer UserListControlPanel.getContainer()
          Gets the container.
 

Uses of OrthoContainer in apps.mathpadapp.mathtool
 

Methods in apps.mathpadapp.mathtool that return OrthoContainer
 OrthoContainer MathToolControlPanel.getContentPanel()
          Gets the content panel.
 

Uses of OrthoContainer in apps.mathpadapp.util
 

Methods in apps.mathpadapp.util that return OrthoContainer
 OrthoContainer MTList.getContainer()
          Gets the container.
 

Uses of OrthoContainer in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
 

Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes that return OrthoContainer
 OrthoContainer GraphNode.getNodeContainer()
          Gets the node container.
 

Uses of OrthoContainer in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return OrthoContainer
 OrthoContainer TablePortalControlPanel.getContentPanel()
          Gets the content panel.
 

Uses of OrthoContainer in synergynetframework.appsystem.contentsystem.items
 

Subclasses of OrthoContainer in synergynetframework.appsystem.contentsystem.items
 class ControlBar
          The Class ControlBar.
 class DropDownList
          The Class DropDownList.
 class LineItem
          The Class LineItem.
 class ListContainer
          The Class ListContainer.
 class MediaPlayer
          The Class MediaPlayer.
 class MTKeyboard
          The Class MTKeyboard.
 class RoundListContainer
          The Class RoundListContainer.
 class RoundWindow
          The Class RoundWindow.
 class SwingContainer
          The Class SwingContainer.
 class VncFrame
          The Class VncFrame.
 class Window
          The Class Window.
 

Methods in synergynetframework.appsystem.contentsystem.items that return OrthoContainer
 OrthoContainer OrthoContentItem.getParent()
          Gets the parent.
 

Uses of OrthoContainer in synergynetframework.appsystem.contentsystem.items.innernotecontroller
 

Methods in synergynetframework.appsystem.contentsystem.items.innernotecontroller that return OrthoContainer
 OrthoContainer InnerNoteEditor.getNoteNode()
          Gets the note node.
 

Methods in synergynetframework.appsystem.contentsystem.items.innernotecontroller with parameters of type OrthoContainer
 void InnerNoteEditor.setNoteNode(OrthoContainer noteNode)
          Sets the note node.
 

Uses of OrthoContainer in synergynetframework.appsystem.services.net.networkedcontentmanager
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager with parameters of type OrthoContainer
 void NetworkedContentManager.enableMenuController(boolean isMenuControllerOn, OrthoContainer menu)
          Enable menu controller.
 

Uses of OrthoContainer in synergynetframework.appsystem.services.net.networkedcontentmanager.utils
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils that return OrthoContainer
 OrthoContainer RemoteDesktop.getDesktopWindow()
          Gets the desktop window.
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils with parameters of type OrthoContainer
 void RemoteDesktop.setDesktopWindow(OrthoContainer desktopWindow)
          Sets the desktop window.