|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.table.appregistry.menucontrol.MenuController
apps.projectmanagement.controller.ProjectManagementMenu
public class ProjectManagementMenu
The Class ProjectManagementMenu.
Constructor Summary | |
---|---|
ProjectManagementMenu(ContentSystem contentSystem,
com.jme.scene.Node orthoNode)
Instantiates a new project management menu. |
Method Summary | |
---|---|
void |
applicationFinishing()
Application finishing. |
void |
createMenu()
Creates the menu. |
void |
cursorChanged(MultiTouchCursorEvent event)
Cursor is on the table, and moves, or rotates, or changes in some way. |
void |
cursorClicked(MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(MultiTouchCursorEvent event)
Cursor press arriving on the table. |
void |
cursorReleased(MultiTouchCursorEvent event)
Cursor left the table. |
void |
enableForApplication(SynergyNetApp app)
Enable for application. |
boolean |
isEnabled()
Checks if is enabled. |
void |
objectAdded(MultiTouchObjectEvent event)
Object/fiducial is added to the table. |
void |
objectChanged(MultiTouchObjectEvent event)
Object/fiducial is changed - position or rotation. |
void |
objectRemoved(MultiTouchObjectEvent event)
Object/fiducial is removed from the table. |
void |
update(float interpolation)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectManagementMenu(ContentSystem contentSystem, com.jme.scene.Node orthoNode)
contentSystem
- the content systemorthoNode
- the ortho nodeMethod Detail |
---|
public void applicationFinishing()
MenuController
applicationFinishing
in class MenuController
public void createMenu()
public void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged
in interface IMultiTouchEventListener
event
- the eventpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked
in interface IMultiTouchEventListener
event
- the eventpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed
in interface IMultiTouchEventListener
event
- the eventpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased
in interface IMultiTouchEventListener
event
- the eventpublic void enableForApplication(SynergyNetApp app)
MenuController
enableForApplication
in class MenuController
app
- the apppublic boolean isEnabled()
public void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded
in interface IMultiTouchEventListener
event
- the eventpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged
in interface IMultiTouchEventListener
event
- the eventpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved
in interface IMultiTouchEventListener
event
- the eventpublic void update(float interpolation)
Updateable
update
in interface Updateable
interpolation
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |