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

All Superinterfaces:
IContentItemImplementation, IOrthoContainerImplementation, IOrthoContentItemImplementation
All Known Subinterfaces:
IDropDownListImplementation, IListContainerImplementation, IMTKeyboardImplementation, IVncFrameImplementation
All Known Implementing Classes:
DropDownList, JMEDropDownList, JMEListContainer, JMEMTKeyboard, JMESwingContainer, JMEVncFrame, JMEWindow, MTKeyboard, VncFrame

public interface IWindowImplementation
extends IOrthoContainerImplementation

The Interface IWindowImplementation.


Method Summary
 Frame getBackgroundFrame()
          Gets the background frame.
 void setHeight(int height)
          Sets the height.
 void setWidth(int width)
          Sets the width.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContainerImplementation
addSubItem, detachSubItem, getNode, removeSubItem, updateOrder
 
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

getBackgroundFrame

Frame getBackgroundFrame()
Gets the background frame.

Returns:
the background frame

setHeight

void setHeight(int height)
Sets the height.

Parameters:
height - the new height

setWidth

void setWidth(int width)
Sets the width.

Parameters:
width - the new width