|
||||||||||
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.JMEDropDownList
public class JMEDropDownList
The Class JMEDropDownList.
Constructor Summary | |
---|---|
JMEDropDownList(ContentItem contentItem)
Instantiates a new JME drop down list. |
Method Summary | |
---|---|
void |
addDropDownListListener(DropDownList.DropDownListListener listener)
Adds the drop down list listener. |
void |
addListItem(DropDownList.DropDownListItem item)
Adds the list item. |
void |
init()
Inits the. |
void |
removeDropDownListListener(DropDownList.DropDownListListener listener)
Removes the drop down list listener. |
void |
removeDropDownListListeners()
Removes the drop down list listeners. |
void |
removeItem(DropDownList.DropDownListItem item)
Removes the item. |
void |
render()
Render. |
void |
setLineSpace(int lineSpace)
Sets the line space. |
void |
setSelectedItem(DropDownList.DropDownListItem selectedItem)
Sets the selected item. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEWindow |
---|
getBackgroundFrame, 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, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public JMEDropDownList(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void addDropDownListListener(DropDownList.DropDownListListener listener)
IDropDownListImplementation
addDropDownListListener
in interface IDropDownListImplementation
listener
- the listenerpublic void addListItem(DropDownList.DropDownListItem item)
IDropDownListImplementation
addListItem
in interface IDropDownListImplementation
item
- the itempublic void init()
IContentItemImplementation
init
in interface IContentItemImplementation
init
in class JMEWindow
public void removeDropDownListListener(DropDownList.DropDownListListener listener)
IDropDownListImplementation
removeDropDownListListener
in interface IDropDownListImplementation
listener
- the listenerpublic void removeDropDownListListeners()
IDropDownListImplementation
removeDropDownListListeners
in interface IDropDownListImplementation
public void removeItem(DropDownList.DropDownListItem item)
IDropDownListImplementation
removeItem
in interface IDropDownListImplementation
item
- the itempublic void render()
public void setLineSpace(int lineSpace)
IDropDownListImplementation
setLineSpace
in interface IDropDownListImplementation
lineSpace
- the new line spacepublic void setSelectedItem(DropDownList.DropDownListItem selectedItem)
IDropDownListImplementation
setSelectedItem
in interface IDropDownListImplementation
selectedItem
- the new selected item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |