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

All Superinterfaces:
IContentItemImplementation, IOrthoContainerImplementation, IOrthoContentItemImplementation, IRoundWindowImplementation
All Known Implementing Classes:
JMERoundListContainer, RoundListContainer

public interface IRoundListContainerImplementation
extends IRoundWindowImplementation

The Interface IRoundListContainerImplementation.


Method Summary
 void addSubItem(int index, RoundContentItem item)
          Adds the sub item.
 void addSubItem(RoundContentItem item)
          Adds the sub item.
 void removeSubItem(RoundContentItem item)
          Removes the sub item.
 void run()
          Run.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IRoundWindowImplementation
getBackgroundFrame, setRadius
 
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

addSubItem

void addSubItem(int index,
                RoundContentItem item)
Adds the sub item.

Parameters:
index - the index
item - the item

addSubItem

void addSubItem(RoundContentItem item)
Adds the sub item.

Parameters:
item - the item

removeSubItem

void removeSubItem(RoundContentItem item)
Removes the sub item.

Parameters:
item - the item

run

void run()
Run.