org.grinvin.factories

Interface NamedFactory

All Superinterfaces:
Factory
Known Subinterfaces:
GraphFactory, GraphGenerator
Known Implementing Classes:
AbstractGraphFactory, AbstractGraphGenerator, AbstractNamedFactory

public interface NamedFactory
extends Factory

Interface for a Factory which may be displayed as part of a cell list.

Method Summary

String
getDescription()
Return the description of the factory.
String
getIconPath()
String
getLongName()
Return the internationalized name of the factory.
String
getName()
Return the (short) name of the factory.
String
getSelectedIconPath()

Methods inherited from interface org.grinvin.factories.Factory

getParameterValues, getParameters, setParameterValues

Method Details

getDescription

public String getDescription()
Return the description of the factory.

getIconPath

public String getIconPath()

getLongName

public String getLongName()
Return the internationalized name of the factory.

getName

public String getName()
Return the (short) name of the factory.

getSelectedIconPath

public String getSelectedIconPath()