Home
Categories
Dictionary
Download
Project Details
Changes Log
Tutorials
FAQ
License

MDIPlugin


GUI Plugins are plugins which can manage a GUI. An MDIPlugin has additional methods to:
  • Get static menus elements
  • Get dynamic menus elements, which depend on the selected tab

Updating menus at runtime

Main Article: Menu factory

The MDIPlugin.updateMenus() method will be called automatically for the Plugin if the GUIApplication.updateMenus(MDIPlugin) have been called:
  • With a null argument
  • Or with the Plugin as argument

See also


Categories: javafx | plugins | swing

Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences