|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.ContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContainer
synergynetframework.appsystem.contentsystem.items.RoundWindow
synergynetframework.appsystem.contentsystem.items.RoundListContainer
public class RoundListContainer
The Class RoundListContainer.
Field Summary |
---|
Fields inherited from class synergynetframework.appsystem.contentsystem.items.OrthoContentItem |
---|
removable |
Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
---|
name |
Constructor Summary | |
---|---|
RoundListContainer(ContentSystem contentSystem,
java.lang.String name)
Instantiates a new round list container. |
Method Summary | |
---|---|
void |
addSubItem(int index,
RoundContentItem item)
Adds the sub item. |
void |
addSubItem(RoundContentItem item)
Adds the sub item. |
java.util.List<RoundContentItem> |
getListItems()
Gets the list items. |
void |
removeSubItem(int index)
Removes the sub item. |
void |
removeSubItem(RoundContentItem item)
Removes the sub item. |
void |
run()
Run. |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.RoundWindow |
---|
getBackgroundFrame, getRadius, makeFlickable, setRadius |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.OrthoContainer |
---|
addSubItem, contains, detachSubItem, getAllItemsIncludeSystemItems, getNode, removeSubItem, removeSubItem, setBringToTopable, setRotateTranslateScalable, setScaleLimit, setTopItem, updateOrder |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
---|
addMultitouchListener, canManipulate, contains, generateUniqueName, getAngle, getBackGround, getBackgroundColour, getBorder, getBorderColour, getBorderSize, getContentSystem, getId, getImplementationObject, getLocalLocation, getName, getNote, getResource, getScale, hasCollision, init, initImplementationObjet, isBoundaryEnabled, isVisible, setAngle, setBackGround, setBackgroundColour, setBorder, setBorderColour, setBorderSize, setBoundaryEnabled, setContentSystem, setId, setLocalLocation, setLocalLocation, setLocalLocation, setManipulate, setNote, setResource, setScale, setScale, setVisible, setVisible, update, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public RoundListContainer(ContentSystem contentSystem, java.lang.String name)
contentSystem
- the content systemname
- the nameMethod Detail |
---|
public void addSubItem(int index, RoundContentItem item)
IRoundListContainerImplementation
addSubItem
in interface IRoundListContainerImplementation
index
- the indexitem
- the itempublic void addSubItem(RoundContentItem item)
IRoundListContainerImplementation
addSubItem
in interface IRoundListContainerImplementation
item
- the itempublic java.util.List<RoundContentItem> getListItems()
public void removeSubItem(int index)
index
- the indexpublic void removeSubItem(RoundContentItem item)
IRoundListContainerImplementation
removeSubItem
in interface IRoundListContainerImplementation
item
- the itempublic void run()
IRoundListContainerImplementation
run
in interface IRoundListContainerImplementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |