public class CMenuItem
extends java.lang.Object
Constructor and Description |
---|
CMenuItem(MessageReader reader,
CPageSignifPath parentpath)
Create a menu item from the server message
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.MenuItem |
getMenuItem(PageActionManager actionmanager,
CPageData inputdata,
javafx.stage.Window parentwindow)
get a javafx menu item
|
public CMenuItem(MessageReader reader, CPageSignifPath parentpath) throws OLcRemoteException, java.io.IOException
reader
- message reader from the serverparentpath
- parent pathOLcRemoteException
- if anything bad happens on the serverjava.io.IOException
- if any transmission error appears while reading
the messagepublic javafx.scene.control.MenuItem getMenuItem(PageActionManager actionmanager, CPageData inputdata, javafx.stage.Window parentwindow)
actionmanager
- page action managerinputdata
- input dataparentwindow
- parent window