com.ice.config
Class DefaultConfigureEditorFactory

java.lang.Object
  |
  +--com.ice.config.DefaultConfigureEditorFactory
All Implemented Interfaces:
ConfigureConstants, ConfigureEditorFactory

public class DefaultConfigureEditorFactory
extends java.lang.Object
implements ConfigureEditorFactory, ConfigureConstants


Field Summary
protected  java.util.Hashtable editors
           
protected  UserPrefs editSpecs
           
 
Fields inherited from interface com.ice.config.ConfigureConstants
CFG_BOOLEAN, CFG_CHOICE, CFG_COLOR, CFG_COMBO, CFG_DEFAULT, CFG_DIMENSION, CFG_DOUBLE, CFG_FLOAT, CFG_FONT, CFG_INTEGER, CFG_LONG, CFG_POINT, CFG_RECTANGLE, CFG_STRING, CFG_STRINGARRAY, CFG_TOKENS, CFG_TUPLETABLE
 
Constructor Summary
DefaultConfigureEditorFactory(UserPrefs specs)
           
 
Method Summary
 void addEditor(java.lang.String propertyType, ConfigureEditor editor)
           
 ConfigureEditor createEditor(java.lang.String propertyType)
           
 void removeEditor(java.lang.String propertyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editors

protected java.util.Hashtable editors

editSpecs

protected UserPrefs editSpecs
Constructor Detail

DefaultConfigureEditorFactory

public DefaultConfigureEditorFactory(UserPrefs specs)
Method Detail

createEditor

public ConfigureEditor createEditor(java.lang.String propertyType)
Specified by:
createEditor in interface ConfigureEditorFactory

addEditor

public void addEditor(java.lang.String propertyType,
                      ConfigureEditor editor)

removeEditor

public void removeEditor(java.lang.String propertyType)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.