Module hivegui
Back to master index

[public] Service Point hivegui.MenuFactory Interface: net.sourceforge.hivegui.menu.MenuFactory
The service to manage all menus in the GUI. It expects an object (declared in ObjectBuilderObjects) named "menu-initializer" and implementing MenuInitializer. This object will be called during menus initialization.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="net.sourceforge.hivegui.menu.MenuFactoryImpl" >
      • <log />
      • <configuration />
      • <service />
      • <service />
      </construct>
    </invoke-factory>

Module hivegui
Back to master index