The Meta-Environment API

nl.cwi.sen1.tide.tool.prefeditor
Class PreferencesEditorFactory

java.lang.Object
  extended by nl.cwi.sen1.tide.tool.prefeditor.PreferencesEditorFactory
All Implemented Interfaces:
TideToolFactory

public class PreferencesEditorFactory
extends java.lang.Object
implements TideToolFactory


Field Summary
private  ToolManager manager
           
 
Constructor Summary
PreferencesEditorFactory(ToolManager manager)
           
 
Method Summary
 TideTool createTool()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private ToolManager manager
Constructor Detail

PreferencesEditorFactory

public PreferencesEditorFactory(ToolManager manager)
Method Detail

createTool

public TideTool createTool()
Specified by:
createTool in interface TideToolFactory

getName

public java.lang.String getName()
Specified by:
getName in interface TideToolFactory

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface TideToolFactory

The Meta-Environment API