synergynetframework.appsystem.contentsystem.items.implementation.interfaces
Interface IOrthoContainerImplementation

All Superinterfaces:
IContentItemImplementation, IOrthoContentItemImplementation
All Known Subinterfaces:
IControlBarImplementation, IDropDownListImplementation, IListContainerImplementation, IMTKeyboardImplementation, IRoundListContainerImplementation, IRoundWindowImplementation, IVncFrameImplementation, IWindowImplementation
All Known Implementing Classes:
ControlBar, DropDownList, JMEControlBar, JMEDropDownList, JMELineItem, JMEListContainer, JMEMediaPlayer, JMEMTKeyboard, JMEOrthoContainer, JMERoundListContainer, JMERoundWindow, JMESwingContainer, JMEVncFrame, JMEWindow, LineItem, ListContainer, MediaPlayer, MTKeyboard, OrthoContainer, RoundListContainer, RoundWindow, SwingContainer, VncFrame, Window

public interface IOrthoContainerImplementation
extends IOrthoContentItemImplementation

The Interface IOrthoContainerImplementation.


Method Summary
 void addSubItem(ContentItem contentItem)
          Adds the sub item.
 void detachSubItem(ContentItem contentItem)
          Detach sub item.
 com.jme.scene.Node getNode()
          Gets the node.
 void removeSubItem(ContentItem contentItem)
          Removes the sub item.
 void updateOrder(int order)
          Update order.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContentItemImplementation
addBringToTopListener, addFlickListener, addItemListener, addOrthoControlPointRotateTranslateScaleListener, addScreenCursorListener, addSnapListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, allowSnapToOccupiedLocation, centerItem, flick, getMaxScale, getMinScale, isFlickable, makeFlickable, makeUnflickable, placeRandom, removeBringToTopListeners, removeFlickListeners, removeItemListerner, removeOrthoControlPointRotateTranslateScaleListeners, removeScreenCursorListeners, removeSnapListeners, reset, rotateRandom, setAsBottomObject, setAsTopObject, setAsTopObjectAndBroadCastEvent, setBringToTopable, setFixLocations, setOrder, setRightClickDistance, setRotateTranslateScalable, setRotateTranslateScalable, setScaleLimit, setSingleTouchRotateTranslate, setSnapable, setTolerance, setZRotateLimit, turnOffEventDispatcher
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update
 

Method Detail

addSubItem

void addSubItem(ContentItem contentItem)
Adds the sub item.

Parameters:
contentItem - the content item

detachSubItem

void detachSubItem(ContentItem contentItem)
Detach sub item.

Parameters:
contentItem - the content item

getNode

com.jme.scene.Node getNode()
Gets the node.

Returns:
the node

removeSubItem

void removeSubItem(ContentItem contentItem)
Removes the sub item.

Parameters:
contentItem - the content item

updateOrder

void updateOrder(int order)
Update order.

Parameters:
order - the order