com.levigo.util.swing.action
Interface NamedActionFactory

All Superinterfaces:
ActionFactory
All Known Implementing Classes:
BasicActionFactory, DefaultActionFactory

public interface NamedActionFactory
extends ActionFactory

Enhanced interface of the action factory interface providing a specified factory name.

Author:
Carolin Köhler

Method Summary
 String getFactoryName()
          Returns the name of this factory, usually its properties resource name.
 
Methods inherited from interface com.levigo.util.swing.action.ActionFactory
getAction, getAction
 

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.