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

Packages that use OrthoContentItem
apps.mathpadapp.conceptmapping   
apps.mysteries.client   
apps.mysteries.controller   
apps.mysteries.projector   
apps.remotecontrol.networkmanager.managers.syncmanager   
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.items.implementation.interfaces   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.services.net.networkedcontentmanager   
synergynetframework.appsystem.services.net.networkedcontentmanager.synchroniseddatarender   
 

Uses of OrthoContentItem in apps.mathpadapp.conceptmapping
 

Methods in apps.mathpadapp.conceptmapping that return OrthoContentItem
 OrthoContentItem GraphNode.getClosePoint()
          Gets the close point.
 OrthoContentItem GraphNode.getLinkPoint()
          Gets the link point.
 OrthoContentItem GraphNode.getNodeItem()
          Gets the node item.
 

Methods in apps.mathpadapp.conceptmapping with parameters of type OrthoContentItem
 void GraphNode.setClosePoint(OrthoContentItem closePoint)
          Sets the close point.
 void GraphNode.setLinkPoint(OrthoContentItem linkPoint)
          Sets the link point.
 

Constructors in apps.mathpadapp.conceptmapping with parameters of type OrthoContentItem
GraphNode(GraphManager graphManager, OrthoContentItem nodeItem)
          Instantiates a new graph node.
 

Uses of OrthoContentItem in apps.mysteries.client
 

Methods in apps.mysteries.client with parameters of type OrthoContentItem
 void MysteryApp.renderRemoteDesktop(RemoteDesktop remoteDesktop, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> map)
           
 

Uses of OrthoContentItem in apps.mysteries.controller
 

Methods in apps.mysteries.controller with parameters of type OrthoContentItem
 void MysteriesControllerApp.renderRemoteDesktop(RemoteDesktop remoteDesktop, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs)
           
 

Uses of OrthoContentItem in apps.mysteries.projector
 

Methods in apps.mysteries.projector with parameters of type OrthoContentItem
 void MysteryProjectorApp.renderRemoteDesktop(RemoteDesktop remoteDesktop, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> map)
           
 

Uses of OrthoContentItem in apps.remotecontrol.networkmanager.managers.syncmanager
 

Methods in apps.remotecontrol.networkmanager.managers.syncmanager with parameters of type OrthoContentItem
 void SyncRenderer.renderSyncData(OrthoContentItem item, java.util.Map<java.lang.Short,java.lang.Object> itemAttrs)
          Render sync data.
 

Uses of OrthoContentItem in synergynetframework.appsystem.contentsystem.items
 

Subclasses of OrthoContentItem in synergynetframework.appsystem.contentsystem.items
 class BackgroundController
          The Class BackgroundController.
 class ControlBar
          The Class ControlBar.
 class DocViewer
          The Class DocViewer.
 class DrawableFrame
          The Class DrawableFrame.
 class DropDownList
          The Class DropDownList.
 class Frame
          The Class Frame.
 class HQPDFViewer
          The Class HQPDFViewer.
 class HtmlFrame
          The Class HtmlFrame.
 class ImageTextLabel
          The Class ImageTextLabel.
 class Keyboard
          The Class Keyboard.
 class LightImageLabel
          The Class LightImageLabel.
 class LineItem
          The Class LineItem.
 class ListContainer
          The Class ListContainer.
 class MathPad
          The Class MathPad.
 class MediaPlayer
          The Class MediaPlayer.
 class MTKeyboard
          The Class MTKeyboard.
 class MultiLineTextLabel
          The Class MultiLineTextLabel.
 class ObjShape
          The Class ObjShape.
 class OrthoContainer
          The Class OrthoContainer.
 class PDFViewer
          The Class PDFViewer.
 class PPTViewer
          The Class PPTViewer.
 class QuadContentItem
          The Class QuadContentItem.
 class RoundContentItem
          The Class RoundContentItem.
 class RoundFrame
          The Class RoundFrame.
 class RoundImageLabel
          The Class RoundImageLabel.
 class RoundListContainer
          The Class RoundListContainer.
 class RoundTextLabel
          The Class RoundTextLabel.
 class RoundWindow
          The Class RoundWindow.
 class SimpleButton
          The Class SimpleButton.
 class SketchPad
          The Class SketchPad.
 class SwingContainer
          The Class SwingContainer.
 class TextLabel
          The Class TextLabel.
 class TwoDShape
          The Class TwoDShape.
 class VideoPlayer
          The Class VideoPlayer.
 class VncFrame
          The Class VncFrame.
 class Window
          The Class Window.
 

Methods in synergynetframework.appsystem.contentsystem.items that return OrthoContentItem
 OrthoContentItem MediaPlayer.getPlayerFrame()
           
 

Methods in synergynetframework.appsystem.contentsystem.items with parameters of type OrthoContentItem
 int OrthoContentItem.compareTo(OrthoContentItem arg0)
           
 

Uses of OrthoContentItem in synergynetframework.appsystem.contentsystem.items.implementation.interfaces
 

Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces that return OrthoContentItem
 OrthoContentItem IMediaPlayerImplementation.getPlayerFrame()
          Gets the player frame.
 

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

Methods in synergynetframework.appsystem.contentsystem.jme.items that return OrthoContentItem
 OrthoContentItem JMEMediaPlayer.getPlayerFrame()
           
 

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

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager with parameters of type OrthoContentItem
 void NetworkedContentListener.renderRemoteDesktop(RemoteDesktop remoteDesktop, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> map)
          Render remote desktop.
 

Uses of OrthoContentItem in synergynetframework.appsystem.services.net.networkedcontentmanager.synchroniseddatarender
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.synchroniseddatarender with parameters of type OrthoContentItem
static void SynchronisedDataRender.render(OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs, InnerNoteController innerNoteController)
          Render.
static void SynchronisedDataRender.renderNote(OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs, InnerNoteController innerNoteController)
          Render note.
static void SynchronisedDataRender.renderRemoteDesktop(RemoteDesktop desktopItem, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs, InnerNoteController innerNoteController)
          Render remote desktop.
static void SynchronisedDataRender.renderRemoteDesktopNote(RemoteDesktop desktopItem, OrthoContentItem item, java.util.Map<java.lang.String,java.lang.String> itemAttrs, InnerNoteController innerNoteController)
          Render remote desktop note.