Uses of Class
synergynetframework.appsystem.contentsystem.ContentSystem

Packages that use ContentSystem
apps.basketapp.client   
apps.basketapp.controller   
apps.basketapp.controller.mysteries   
apps.conceptmap   
apps.conceptmap.graphcomponents   
apps.conceptmap.graphcomponents.link   
apps.conceptmap.graphcomponents.nodes   
apps.conceptmap.utility   
apps.control.controlmenu   
apps.mathpadapp.conceptmapping   
apps.mathpadapp.controllerapp   
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.networkmanager.managers   
apps.mathpadapp.util   
apps.mtdesktop.tabletop   
apps.mtdesktop.tabletop.basket   
apps.mtdesktop.tabletop.mouse   
apps.mtdesktop.tabletop.notepad   
apps.mysteries   
apps.mysteriestableportal   
apps.projectmanagement.component.ganttchart   
apps.projectmanagement.component.staffnode   
apps.projectmanagement.component.workflowchart.core   
apps.projectmanagement.component.workflowchart.core.graphcomponents   
apps.projectmanagement.component.workflowchart.core.graphcomponents.links   
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes   
apps.projectmanagement.controller   
apps.projectmanagement.io   
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.tableportal   
apps.remotecontrol.tableportal.inspectionutility   
apps.tablepositionsetup   
apps.threedbuttonsexperiment.calculator   
apps.threedinteraction.tv   
apps.threedmanipulation.scene   
apps.threedmanipulation.tools   
apps.threedmanipulation.utils   
apps.threedmanipulationexperiment.tools   
apps.twentyfourpoint.utils   
synergynetframework.appsystem.contentsystem   
synergynetframework.appsystem.contentsystem.contentloader   
synergynetframework.appsystem.contentsystem.contentloader.attributesrender   
synergynetframework.appsystem.contentsystem.contentloader.contentitemcreator   
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.jme   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.services.net.networkedcontentmanager   
synergynetframework.appsystem.services.net.networkedcontentmanager.messagehandler   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils   
synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers   
synergynetframework.appsystem.table.gfx   
 

Uses of ContentSystem in apps.basketapp.client
 

Methods in apps.basketapp.client with parameters of type ContentSystem
 java.util.List<ContentItem> MapInitializer.getMystery(ContentSystem contentSystem)
          Gets the mystery.
 

Constructors in apps.basketapp.client with parameters of type ContentSystem
Basket(ContentSystem contentSystem, TableIdentity tableId)
          Instantiates a new basket.
StateLoader(ContentSystem contentSystem)
          Instantiates a new state loader.
 

Uses of ContentSystem in apps.basketapp.controller
 

Constructors in apps.basketapp.controller with parameters of type ContentSystem
ClearDataDialog(ContentSystem contentSystem)
          Instantiates a new clear data dialog.
ContentSubMenu(ContentSystem contentSystem)
          Instantiates a new content sub menu.
ControlMenu(ContentSystem contentSystem, ContentSubMenu contentSubMenu)
          Instantiates a new control menu.
SnapshotContainer(ContentSystem contentSystem, TableIdentity tableId)
          Instantiates a new snapshot container.
 

Uses of ContentSystem in apps.basketapp.controller.mysteries
 

Methods in apps.basketapp.controller.mysteries with parameters of type ContentSystem
 java.util.List<ContentItem> VideoMystery.getMystery(ContentSystem contentSystem)
          Gets the mystery.
 java.util.List<ContentItem> TextMystery.getMystery(ContentSystem contentSystem)
          Gets the mystery.
 java.util.List<ContentItem> TableMystery.getMystery(ContentSystem contentSystem, java.lang.String appName)
          Gets the mystery.
 

Uses of ContentSystem in apps.conceptmap
 

Methods in apps.conceptmap that return ContentSystem
 ContentSystem ConceptMapApp.getContentSystem()
          Gets the content system.
 

Uses of ContentSystem in apps.conceptmap.graphcomponents
 

Constructors in apps.conceptmap.graphcomponents with parameters of type ContentSystem
GraphComponent(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph component.
OptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Instantiates a new option message.
 

Uses of ContentSystem in apps.conceptmap.graphcomponents.link
 

Constructors in apps.conceptmap.graphcomponents.link with parameters of type ContentSystem
GraphLink(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph link.
LinkMenu(ContentSystem contentSystem, GraphManager gManager, GraphLink link)
          Instantiates a new link menu.
 

Uses of ContentSystem in apps.conceptmap.graphcomponents.nodes
 

Constructors in apps.conceptmap.graphcomponents.nodes with parameters of type ContentSystem
DocNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new doc node.
EditableQuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new editable quad node.
GraphNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph node.
ImageTextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new image text node.
KeyboardNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new keyboard node.
PDFNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new PDF node.
PPTNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new PPT node.
QuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new quad node.
TextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new text node.
 

Uses of ContentSystem in apps.conceptmap.utility
 

Methods in apps.conceptmap.utility with parameters of type ContentSystem
 OptionMessage MessageFactory.createOptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Creates a new Message object.
 

Constructors in apps.conceptmap.utility with parameters of type ContentSystem
GraphManager(ContentSystem contentSystem)
          Instantiates a new graph manager.
 

Uses of ContentSystem in apps.control.controlmenu
 

Constructors in apps.control.controlmenu with parameters of type ContentSystem
ControlMenu(ContentSystem contentSystem, NetworkedContentManager networkedContentManager, SubAppMenu subAppMenu, BackgroundController backgroundController)
          Instantiates a new control menu.
 

Uses of ContentSystem in apps.mathpadapp.conceptmapping
 

Constructors in apps.mathpadapp.conceptmapping with parameters of type ContentSystem
GraphLink(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new graph link.
GraphManager(ContentSystem contentSystem)
          Instantiates a new graph manager.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp
 

Constructors in apps.mathpadapp.controllerapp with parameters of type ContentSystem
ControlBar(ContentSystem contentSystem)
          Instantiates a new control bar.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp.assignmentbuilder
 

Constructors in apps.mathpadapp.controllerapp.assignmentbuilder with parameters of type ContentSystem
AssignmentBuilder(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new assignment builder.
SendToDialog(AssignmentBuilder assignmentBuilder, ContentSystem contentSystem)
          Instantiates a new send to dialog.
SettingsDialog(AssignmentBuilder assignmentBuilder, ContentSystem contentSystem)
          Instantiates a new settings dialog.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp.assignmentcontroller
 

Constructors in apps.mathpadapp.controllerapp.assignmentcontroller with parameters of type ContentSystem
AssignmentControllerWindow(ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new assignment controller window.
AssignmentListControlPanel(ContentSystem contentSystem, MTList assignList, ControllerManager controllerManager)
          Instantiates a new assignment list control panel.
ResultDialog(java.lang.String assignmentId, ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new result dialog.
ResultList(ContentSystem contentSystem)
          Instantiates a new result list.
ResultListControlPanel(ContentSystem contentSystem, MTListManager resultPanelManager)
          Instantiates a new result list control panel.
ViewAnswerDialog(ContentSystem contentSystem)
          Instantiates a new view answer dialog.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp.projectorcontroller
 

Constructors in apps.mathpadapp.controllerapp.projectorcontroller with parameters of type ContentSystem
ProjectorControllerWindow(ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new projector controller window.
ProjectorListControlPanel(ContentSystem contentSystem, MTList projectorList, ControllerManager controllerManager)
          Instantiates a new projector list control panel.
ProjectorNode(TableIdentity tableId, ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new projector node.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp.tablecontroller
 

Constructors in apps.mathpadapp.controllerapp.tablecontroller with parameters of type ContentSystem
MathPadRemoteDesktop(ContentSystem contentSystem, NetworkedContentManager networkManager)
          Instantiates a new math pad remote desktop.
RemoteDesktop(ContentSystem contentSystem, NetworkedContentManager networkManager)
          Instantiates a new remote desktop.
TableControllerWindow(ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new table controller window.
TableListControlPanel(ContentSystem contentSystem, MTListManager tablePanelManager, ControllerManager controllerManager)
          Instantiates a new table list control panel.
 

Uses of ContentSystem in apps.mathpadapp.controllerapp.usercontroller
 

Constructors in apps.mathpadapp.controllerapp.usercontroller with parameters of type ContentSystem
UserControllerWindow(ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new user controller window.
UserListControlPanel(ContentSystem contentSystem, MTList userPanelList, ControllerManager controllerManager)
          Instantiates a new user list control panel.
 

Uses of ContentSystem in apps.mathpadapp.mathtool
 

Constructors in apps.mathpadapp.mathtool with parameters of type ContentSystem
AnswerDialog(ContentSystem contentSystem, MathTool parentTool)
          Instantiates a new answer dialog.
ColorList(ContentSystem contentSystem)
          Instantiates a new color list.
LineWidthPanel(ContentSystem contentSystem, int noOfWidthLevels, int widthShift)
          Instantiates a new line width panel.
LoginDialog(ContentSystem contentSystem, MathTool parentTool)
          Instantiates a new login dialog.
MathTool(ContentSystem contentSystem)
          Instantiates a new math tool.
MathTool(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new math tool.
MathToolControlPanel(ContentSystem contentSystem, MathTool tool)
          Instantiates a new math tool control panel.
 

Uses of ContentSystem in apps.mathpadapp.networkmanager.managers
 

Methods in apps.mathpadapp.networkmanager.managers that return ContentSystem
 ContentSystem NetworkedContentManager.getContentSystem()
          Gets the content system.
 

Constructors in apps.mathpadapp.networkmanager.managers with parameters of type ContentSystem
ClientManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.ArrayList<java.lang.Class<?>> receiverClasses)
          Instantiates a new client manager.
ControllerManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.ArrayList<java.lang.Class<?>> receiverClasses)
          Instantiates a new controller manager.
NetworkedContentManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.ArrayList<java.lang.Class<?>> receiverClasses)
          Instantiates a new networked content manager.
ProjectorManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.ArrayList<java.lang.Class<?>> receiverClasses)
          Instantiates a new projector manager.
 

Uses of ContentSystem in apps.mathpadapp.util
 

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

Uses of ContentSystem in apps.mtdesktop.tabletop
 

Constructors in apps.mtdesktop.tabletop with parameters of type ContentSystem
TabletopContentManager(ContentSystem contentSystem, DefaultSynergyNetApp app)
          Instantiates a new tabletop content manager.
 

Uses of ContentSystem in apps.mtdesktop.tabletop.basket
 

Methods in apps.mtdesktop.tabletop.basket that return ContentSystem
 ContentSystem BasketManager.getContentSystem()
          Gets the content system.
 

Constructors in apps.mtdesktop.tabletop.basket with parameters of type ContentSystem
JmeNetworkedBasket(ContentSystem contentSystem)
          Instantiates a new jme networked basket.
 

Uses of ContentSystem in apps.mtdesktop.tabletop.mouse
 

Constructors in apps.mtdesktop.tabletop.mouse with parameters of type ContentSystem
MouseCursor(ContentSystem contentSystem, MultiTouchInputComponent input, TableIdentity tableId, int cursorId, java.awt.Color color)
          Instantiates a new mouse cursor.
 

Uses of ContentSystem in apps.mtdesktop.tabletop.notepad
 

Constructors in apps.mtdesktop.tabletop.notepad with parameters of type ContentSystem
MultiUserNotepad(ContentSystem contentSystem)
          Instantiates a new multi user notepad.
 

Uses of ContentSystem in apps.mysteries
 

Constructors in apps.mysteries with parameters of type ContentSystem
SubAppMenu(ContentSystem contentSystem)
          Instantiates a new sub app menu.
 

Uses of ContentSystem in apps.mysteriestableportal
 

Methods in apps.mysteriestableportal with parameters of type ContentSystem
 java.util.List<ContentItem> DinnerDisasterBuilder.build(ContentSystem contentSystem)
          Builds the.
 

Constructors in apps.mysteriestableportal with parameters of type ContentSystem
ClearDataDialog(NetworkedContentManager manager, ContentSystem contentSystem)
          Instantiates a new clear data dialog.
ControlMenu(ContentSystem contentSystem, SubAppMenu subAppMenu)
          Instantiates a new control menu.
 

Uses of ContentSystem in apps.projectmanagement.component.ganttchart
 

Constructors in apps.projectmanagement.component.ganttchart with parameters of type ContentSystem
GanttChart(ContentSystem contentSystem, int width, int heigth)
          Instantiates a new gantt chart.
InputBox(ContentSystem contentSystem, int length, int heigth)
          Instantiates a new input box.
Menu(ContentSystem contentSystem)
          Instantiates a new menu.
ScrollBar(int length, int heigth, int contentLength, ContentSystem contentSystem, ScrollBar.Direction direction)
          Instantiates a new scroll bar.
TaskRow(com.jme.scene.Node rootNode, ContentSystem contentSystem, Window periodBarParent, Window taskBarParent, float rowHeigth, float lengthPerDay, com.jme.math.Vector2f orgin)
          Instantiates a new task row.
 

Uses of ContentSystem in apps.projectmanagement.component.staffnode
 

Constructors in apps.projectmanagement.component.staffnode with parameters of type ContentSystem
StaffNode(ContentSystem contentSystem, StaffModel staffModel, int width, int heigth)
          Instantiates a new staff node.
StaffNode(ContentSystem contentSystem, StaffModel staffModel, int width, int heigth, boolean closable)
          Instantiates a new staff node.
 

Uses of ContentSystem in apps.projectmanagement.component.workflowchart.core
 

Methods in apps.projectmanagement.component.workflowchart.core with parameters of type ContentSystem
 OptionMessage MessageFactory.createOptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Creates a new Message object.
 

Constructors in apps.projectmanagement.component.workflowchart.core with parameters of type ContentSystem
GraphManager(ContentSystem contentSystem)
          Instantiates a new graph manager.
WorkflowTool(ContentSystem contentSystem)
          Instantiates a new workflow tool.
 

Uses of ContentSystem in apps.projectmanagement.component.workflowchart.core.graphcomponents
 

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents with parameters of type ContentSystem
GraphComponent(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph component.
OptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Instantiates a new option message.
 

Uses of ContentSystem in apps.projectmanagement.component.workflowchart.core.graphcomponents.links
 

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents.links with parameters of type ContentSystem
GraphLink(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph link.
LinkMenu(ContentSystem contentSystem, GraphManager gManager, GraphLink link)
          Instantiates a new link menu.
 

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

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes with parameters of type ContentSystem
EditableQuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new editable quad node.
GraphNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph node.
ImageTextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new image text node.
KeyboardNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new keyboard node.
QuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new quad node.
TextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new text node.
 

Uses of ContentSystem in apps.projectmanagement.controller
 

Constructors in apps.projectmanagement.controller with parameters of type ContentSystem
ProjectManagementMenu(ContentSystem contentSystem, com.jme.scene.Node orthoNode)
          Instantiates a new project management menu.
 

Uses of ContentSystem in apps.projectmanagement.io
 

Methods in apps.projectmanagement.io with parameters of type ContentSystem
static java.lang.String StaffNodesLoader.loadNode(java.lang.String fileName, ContentSystem contentSystem)
          Load node.
 

Uses of ContentSystem in apps.remotecontrol.networkmanager.managers
 

Methods in apps.remotecontrol.networkmanager.managers that return ContentSystem
 ContentSystem NetworkedContentManager.getContentSystem()
          Gets the content system.
 

Constructors in apps.remotecontrol.networkmanager.managers with parameters of type ContentSystem
NetworkedContentManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.List<java.lang.Class<?>> receiverClasses)
          Instantiates a new networked content manager.
 

Uses of ContentSystem in apps.remotecontrol.tableportal
 

Constructors in apps.remotecontrol.tableportal with parameters of type ContentSystem
CustomiseViewDialog(TablePortal portal, ContentSystem contentSystem)
          Instantiates a new customise view dialog.
DisplayPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new display panel.
PortalNavigator(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new portal navigator.
Radar(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new radar.
TableConnectDialog(TablePortal portal, ContentSystem contentSystem)
          Instantiates a new table connect dialog.
TablePortal(ContentSystem contentSystem, NetworkedContentManager networkManager, GraphManager grapgManager)
          Instantiates a new table portal.
TablePortalControlPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new table portal control panel.
 

Uses of ContentSystem in apps.remotecontrol.tableportal.inspectionutility
 

Methods in apps.remotecontrol.tableportal.inspectionutility with parameters of type ContentSystem
 void InspectionUtility.setContentSystem(ContentSystem contentSystem)
          Sets the content system.
 

Constructors in apps.remotecontrol.tableportal.inspectionutility with parameters of type ContentSystem
CircularLayout(ContentSystem contentSystem, java.util.List<ContentItem> items, com.jme.math.Vector3f centre, float distance)
          Instantiates a new circular layout.
 

Uses of ContentSystem in apps.tablepositionsetup
 

Constructors in apps.tablepositionsetup with parameters of type ContentSystem
Dial(ContentSystem contentSystem, int xLoc, int yLoc, float dialRadius, float startValue, float valuePerFullRotation, java.lang.String measure)
          Instantiates a new dial.
Slider(ContentSystem contentSystem, int x, int y, int widthNew, int heightNew, int maxValue, int minValue, java.lang.String prefix, java.lang.String suffix)
          Instantiates a new slider.
Stepper(ContentSystem contentSystem, int x, int y, float startValue, float stepSize, java.lang.String prefix, java.lang.String suffix, java.lang.String measure)
          Instantiates a new stepper.
 

Uses of ContentSystem in apps.threedbuttonsexperiment.calculator
 

Constructors in apps.threedbuttonsexperiment.calculator with parameters of type ContentSystem
TwoDCalculator(ContentSystem contentSystem, TextLabel targetNumberLabel, DateTextWritter logWritter)
          Instantiates a new two d calculator.
 

Uses of ContentSystem in apps.threedinteraction.tv
 

Methods in apps.threedinteraction.tv with parameters of type ContentSystem
 void TV.buildVideo(ContentSystem contentSystem, java.net.URL videoURL)
          Builds the video.
 

Constructors in apps.threedinteraction.tv with parameters of type ContentSystem
TV(ContentSystem contentSystem, java.net.URL videoURL, float frameWidth, java.net.URL tvFrameTexture)
          Instantiates a new tv.
 

Uses of ContentSystem in apps.threedmanipulation.scene
 

Methods in apps.threedmanipulation.scene with parameters of type ContentSystem
 void TV.buildVideo(ContentSystem contentSystem, java.net.URL videoURL)
          Builds the video.
 

Constructors in apps.threedmanipulation.scene with parameters of type ContentSystem
TV(ContentSystem contentSystem, java.net.URL videoURL, float frameWidth, java.net.URL tvFrameTexture)
          Instantiates a new tv.
 

Uses of ContentSystem in apps.threedmanipulation.tools
 

Constructors in apps.threedmanipulation.tools with parameters of type ContentSystem
Monitor(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, com.jme.math.Vector3f mainCameraPosition, com.jme.math.Vector2f initMonitorPosition, float initCameraZoom, float monitorWidth, java.lang.String skinColor, java.lang.String mode)
          Instantiates a new monitor.
MonitorScreen(java.lang.String name, ContentSystem contentSystem, float width, com.jme.scene.CameraNode camNode, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, java.lang.String skinColor, java.lang.String cameraOperationMode)
          Instantiates a new monitor screen.
Telescope(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, com.jme.math.Vector3f mainCameraPosition, com.jme.math.Vector2f initTelescopePosition, float initTelescopeZoom, float telescopeRadius)
          Instantiates a new telescope.
TelescopeLen(java.lang.String name, ContentSystem contentSystem, float telescopeRadius, com.jme.scene.CameraNode camNode, java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
          Instantiates a new telescope len.
TouchPad(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, float monitorWidth, com.jme.scene.Spatial manipulatabledOjbect, com.jme.math.Vector2f initMonitorPosition)
          Instantiates a new touch pad.
TouchPadScreen(java.lang.String name, ContentSystem contentSystem, float width, com.jme.scene.Spatial manipulatabledOjbect, com.jme.scene.Line line)
          Instantiates a new touch pad screen.
TwinObject(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Spatial manipulatedOjbect, com.jme.scene.Spatial twinObject, com.jme.math.Vector3f initPosition)
          Instantiates a new twin object.
 

Uses of ContentSystem in apps.threedmanipulation.utils
 

Methods in apps.threedmanipulation.utils that return ContentSystem
 ContentSystem Context.getContentSystem()
          Gets the content system.
 

Methods in apps.threedmanipulation.utils with parameters of type ContentSystem
 void Context.setContentSystem(ContentSystem contentSystem)
          Sets the content system.
 

Constructors in apps.threedmanipulation.utils with parameters of type ContentSystem
Context(java.util.List<Telescope> telescopes, java.util.List<Monitor> monitors, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, java.util.Map<java.lang.String,TouchPad> touchPads, java.util.Map<java.lang.String,TwinObject> twinObjects, ContentSystem contentSystem, java.lang.String indirectManipulationMode, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode)
          Instantiates a new context.
 

Uses of ContentSystem in apps.threedmanipulationexperiment.tools
 

Constructors in apps.threedmanipulationexperiment.tools with parameters of type ContentSystem
TouchPad(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode, float monitorWidth, com.jme.scene.Spatial manipulatabledOjbect, com.jme.math.Vector2f initMonitorPosition)
          Instantiates a new touch pad.
TouchPadScreen(java.lang.String name, ContentSystem contentSystem, float width, com.jme.scene.Spatial manipulatabledOjbect, com.jme.scene.Line line)
          Instantiates a new touch pad screen.
 

Uses of ContentSystem in apps.twentyfourpoint.utils
 

Constructors in apps.twentyfourpoint.utils with parameters of type ContentSystem
NOAnswerConfirmDialogue(ContentSystem contentSystem, TwentyFourPointApp app, MultiLineTextLabel noAnswerLabel)
          Instantiates a new NO answer confirm dialogue.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem
 

Methods in synergynetframework.appsystem.contentsystem that return ContentSystem
static ContentSystem ContentSystem.getContentSystemForSynergyNetApp(SynergyNetApp app)
          Gets the content system for synergy net app.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.contentloader
 

Methods in synergynetframework.appsystem.contentsystem.contentloader with parameters of type ContentSystem
 java.util.Set<ContentItem> XMLContentLoader.loadContent(java.lang.String xmlPath, ContentSystem contentsys)
           
 java.util.Set<ContentItem> IContentLoader.loadContent(java.lang.String filePath, ContentSystem contentsys)
          Load content.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.contentloader.attributesrender
 

Methods in synergynetframework.appsystem.contentsystem.contentloader.attributesrender with parameters of type ContentSystem
static void AttributeRender.render(java.util.Map<ContentItem,java.util.Map<java.lang.String,java.lang.String>> items, ContentSystem contentSystem)
          Render.
 void ContentItemRender.renderAttributes(java.util.Map<java.lang.String,java.lang.String> items, ContentItem item, ContentSystem contentSys)
          Render attributes.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.contentloader.contentitemcreator
 

Methods in synergynetframework.appsystem.contentsystem.contentloader.contentitemcreator with parameters of type ContentSystem
static java.util.Map<ContentItem,java.util.Map<java.lang.String,java.lang.String>> ContentItemCreator.create(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items, ContentSystem contentSystem)
          Creates the.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.items
 

Methods in synergynetframework.appsystem.contentsystem.items that return ContentSystem
 ContentSystem ContentItem.getContentSystem()
          Gets the content system.
 

Methods in synergynetframework.appsystem.contentsystem.items with parameters of type ContentSystem
 void ContentItem.setContentSystem(ContentSystem contentSystem)
          Sets the content system.
 

Constructors in synergynetframework.appsystem.contentsystem.items with parameters of type ContentSystem
BackgroundController(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new background controller.
ContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new content item.
ControlBar(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new control bar.
DrawableFrame(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new drawable frame.
DropDownList(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new drop down list.
Frame(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new frame.
HQPDFViewer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new HQPDF viewer.
HtmlFrame(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new html frame.
ImageTextLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new image text label.
Keyboard(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new keyboard.
LightImageLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new light image label.
LineItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new line item.
LineItem(ContentSystem contentSystem, java.lang.String name, Location sourceLocation, Location targetLocation)
          Instantiates a new line item.
ListContainer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new list container.
MathPad(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new math pad.
MediaPlayer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new media player.
MTKeyboard(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new MT keyboard.
MultiLineTextLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new multi line text label.
ObjShape(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new obj shape.
OrthoContainer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new ortho container.
OrthoContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new ortho content item.
PDFViewer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new PDF viewer.
PPTViewer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new PPT viewer.
QuadContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new quad content item.
RoundContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round content item.
RoundFrame(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round frame.
RoundImageLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round image label.
RoundListContainer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round list container.
RoundTextLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round text label.
RoundWindow(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new round window.
SimpleButton(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new simple button.
SketchPad(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new sketch pad.
SwingContainer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new swing container.
TextLabel(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new text label.
ThreeDContainer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new three d container.
ThreeDContentItem(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new three d content item.
TwoDShape(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new two d shape.
VideoPlayer(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new video player.
VncFrame(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new vnc frame.
Window(ContentSystem contentSystem, java.lang.String name)
          Instantiates a new window.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.jme
 

Subclasses of ContentSystem in synergynetframework.appsystem.contentsystem.jme
 class JMEContentSystem
          The Class JMEContentSystem.
 

Uses of ContentSystem in synergynetframework.appsystem.contentsystem.jme.items
 

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type ContentSystem
 void JMEVideoPlayer.contentSystemChanged(ContentSystem system)
          Content system changed.
 

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

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager that return ContentSystem
 ContentSystem NetworkedContentManager.getContentSystem()
          Gets the content system.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager with parameters of type ContentSystem
NetworkedContentManager(ContentSystem contentSystem, TableCommsClientService comms, java.util.List<java.lang.Class<?>> receiverClasses)
          Instantiates a new networked content manager.
 

Uses of ContentSystem in synergynetframework.appsystem.services.net.networkedcontentmanager.messagehandler
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.messagehandler with parameters of type ContentSystem
DefaultMessageHandler(ContentSystem cs, NetworkedContentManager networkedContentManager)
          Instantiates a new default message handler.
 

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

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.utils with parameters of type ContentSystem
TableSwapDialogue(ContentSystem contentSystem, NetworkedContentManager networkedContentManager)
          Instantiates a new table swap dialogue.
 

Uses of ContentSystem in synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers
 

Constructors in synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers with parameters of type ContentSystem
NetworkedContentMessageProcessor(ContentSystem contentSystem)
          Instantiates a new networked content message processor.
 

Uses of ContentSystem in synergynetframework.appsystem.table.gfx
 

Constructors in synergynetframework.appsystem.table.gfx with parameters of type ContentSystem
SynergyNetCanvas(java.lang.String name, ContentSystem contentsystem, float width, float height)
          Instantiates a new synergy net canvas.