|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mtdesktop.tabletop.basket.JmeNetworkedBasket
public class JmeNetworkedBasket
The Class JmeNetworkedBasket.
Constructor Summary | |
---|---|
JmeNetworkedBasket(ContentSystem contentSystem)
Instantiates a new jme networked basket. |
Method Summary | |
---|---|
void |
addItem(ContentItem basketItem)
Adds the item. |
void |
detachItem(ContentItem item)
Detach item. |
void |
excludeItem(java.lang.Class<? extends ContentItem> itemClass)
Exclude item. |
java.lang.String |
getComponentAt(float x,
float y)
Gets the component at. |
java.util.List<java.lang.Class<? extends ContentItem>> |
getExcludedItems()
Gets the excluded items. |
DesktopClient.Position |
getPosition()
Gets the position. |
TableIdentity |
getTableId()
Gets the table id. |
Window |
getWindow()
Gets the window. |
boolean |
isBasketComponent(java.lang.String spatialName)
Checks if is basket component. |
boolean |
isExcluded(ContentItem contentItem)
Checks if is excluded. |
void |
linkItem(ContentItem item)
Link item. |
void |
removeItem(ContentItem item)
Removes the item. |
void |
setPosition(DesktopClient.Position position)
Sets the position. |
void |
setTableId(TableIdentity tableId)
Sets the table id. |
void |
unlinkItem(ContentItem item)
Unlink item. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmeNetworkedBasket(ContentSystem contentSystem)
contentSystem
- the content systemMethod Detail |
---|
public void addItem(ContentItem basketItem)
basketItem
- the basket itempublic void detachItem(ContentItem item)
item
- the itempublic void excludeItem(java.lang.Class<? extends ContentItem> itemClass)
itemClass
- the item classpublic java.lang.String getComponentAt(float x, float y)
x
- the xy
- the y
public java.util.List<java.lang.Class<? extends ContentItem>> getExcludedItems()
public DesktopClient.Position getPosition()
public TableIdentity getTableId()
public Window getWindow()
public boolean isBasketComponent(java.lang.String spatialName)
spatialName
- the spatial name
public boolean isExcluded(ContentItem contentItem)
contentItem
- the content item
public void linkItem(ContentItem item)
item
- the itempublic void removeItem(ContentItem item)
item
- the itempublic void setPosition(DesktopClient.Position position)
position
- the new positionpublic void setTableId(TableIdentity tableId)
tableId
- the new table idpublic void unlinkItem(ContentItem item)
item
- the item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |