|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.jme.items.JMEContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContainer
synergynetframework.appsystem.contentsystem.jme.items.JMEWindow
synergynetframework.appsystem.contentsystem.jme.items.JMEListContainer
public class JMEListContainer
The Class JMEListContainer.
Constructor Summary | |
---|---|
JMEListContainer(ContentItem contentItem)
Instantiates a new JME list container. |
Method Summary | |
---|---|
void |
addSubItem(int index,
QuadContentItem item)
Adds the sub item. |
void |
addSubItem(QuadContentItem item)
Adds the sub item. |
void |
addSubMenu(SimpleButton button,
ListContainer listContainer)
Adds the sub menu. |
void |
removeItem(QuadContentItem item)
Removes the item. |
void |
render()
Render. |
void |
setAutoFitSize(boolean AutoFitSize)
Sets the auto fit size. |
void |
setHorizontal(boolean isHorizontal)
Sets the horizontal. |
void |
setLineSpace(int lineSpace)
Sets the line space. |
void |
setSpaceToBottom(int spaceToBottom)
Sets the space to bottom. |
void |
setSpaceToSide(int spaceToSide)
Sets the space to side. |
void |
setSpaceToTop(int spaceToTop)
Sets the space to top. |
void |
updateVisibility()
Update visibility. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEWindow |
---|
getBackgroundFrame, init, lowerIndex, setBackGround, setBorder, setHeight, setWidth |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContainer |
---|
addSubItem, detachSubItem, getNode, removeSubItem, updateOrder |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
---|
contains, getImplementationObject, getLocalLocation, hasCollision, setAngle, setBoundaryEnabled, setId, setLocation, setManipulate, setScale, setScale, setVisible, setVisible |
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.IWindowImplementation |
---|
getBackgroundFrame, setHeight, setWidth |
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 JMEListContainer(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void addSubItem(int index, QuadContentItem item)
IListContainerImplementation
addSubItem
in interface IListContainerImplementation
index
- the indexitem
- the itempublic void addSubItem(QuadContentItem item)
IListContainerImplementation
addSubItem
in interface IListContainerImplementation
item
- the itempublic void addSubMenu(SimpleButton button, ListContainer listContainer)
IListContainerImplementation
addSubMenu
in interface IListContainerImplementation
button
- the menu buttonlistContainer
- the list containerpublic void removeItem(QuadContentItem item)
IListContainerImplementation
removeItem
in interface IListContainerImplementation
item
- the itempublic void render()
public void setAutoFitSize(boolean AutoFitSize)
IListContainerImplementation
setAutoFitSize
in interface IListContainerImplementation
AutoFitSize
- the new auto fit sizepublic void setHorizontal(boolean isHorizontal)
IListContainerImplementation
setHorizontal
in interface IListContainerImplementation
isHorizontal
- the new horizontalpublic void setLineSpace(int lineSpace)
IListContainerImplementation
setLineSpace
in interface IListContainerImplementation
lineSpace
- the new line spacepublic void setSpaceToBottom(int spaceToBottom)
IListContainerImplementation
setSpaceToBottom
in interface IListContainerImplementation
spaceToBottom
- the new space to bottompublic void setSpaceToSide(int spaceToSide)
IListContainerImplementation
setSpaceToSide
in interface IListContainerImplementation
spaceToSide
- the new space to sidepublic void setSpaceToTop(int spaceToTop)
IListContainerImplementation
setSpaceToTop
in interface IListContainerImplementation
spaceToTop
- the new space to toppublic void updateVisibility()
IListContainerImplementation
updateVisibility
in interface IListContainerImplementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |