public class CMenu
extends java.lang.Object
Constructor and Description |
---|
CMenu(MessageReader reader,
CPageSignifPath parentpath)
create a menu from a message from the server
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.Menu |
getMenu(PageActionManager actionmanager,
CPageData inputdata,
javafx.stage.Window parentwindow)
gets a javafx menu corresponding to this element
|
public CMenu(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.Menu getMenu(PageActionManager actionmanager, CPageData inputdata, javafx.stage.Window parentwindow)
actionmanager
- action manager of the pageinputdata
- input data of the pageparentwindow
- parent window