org.grinvin.factories
Class AbstractNamedFactory
- Factory, NamedFactory
public class AbstractNamedFactory
Common superclass of various visual graph factory classes.
Provides support for loading various properties from an xml configuration file
AbstractNamedFactory
public AbstractNamedFactory(String type)
Default constructor.
type
- String identifying the type of this factory.
getIconPath
public String getIconPath()
Return the URI of the factory icon when the factory is not selected.
- getIconPath in interface NamedFactory
getId
public String getId()
Return the fully qualified class name of this factory
as its id.
getSelectedIconPath
public String getSelectedIconPath()
Return the URI of the factory icon when the factory is selected.
- getSelectedIconPath in interface NamedFactory