com.levigo.util.swing.action
Interface NamedMenuComponentFactory

All Superinterfaces:
MenuComponentFactory
All Known Implementing Classes:
BasicMenuComponentFactory, DefaultMenuComponentFactory

public interface NamedMenuComponentFactory
extends MenuComponentFactory

Enhanced interface of the menu component factory interface providing a specified factory name.

Author:
Carolin Köhler

Field Summary
 
Fields inherited from interface com.levigo.util.swing.action.MenuComponentFactory
ACTIONS, CONTEXT_MENU_ACTIONS, MENU_ACTIONS, TOOLBAR_ACTIONS
 
Method Summary
 String getFactoryName()
          Returns the name of this factory, usually its properties resource name.
 
Methods inherited from interface com.levigo.util.swing.action.MenuComponentFactory
getActions, getActionsForType, getCommandActions, getContextMenu, getContextMenu, getMenu, getMenu, getMenuBar, getToolbar, getToolbar
 

Method Detail

getFactoryName

String getFactoryName()
Returns the name of this factory, usually its properties resource name.

Returns:
name


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.