com.levigo.util.swing.action
Interface NamedCommandFactory

All Superinterfaces:
CommandFactory
All Known Implementing Classes:
BasicCommandFactory, DefaultCommandFactory

public interface NamedCommandFactory
extends CommandFactory

Enhanced interface of the command 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.CommandFactory
getCommand
 

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.