edu.stanford.smi.protegex.util
Interface ReservedConstants
- public interface ReservedConstants
The protegex utils are pieces of funcitonality that are used across several
distinct widgets. As such, they may need to save state to the widget's
property list. The mechanism adopted for this is a keyword is used to
identify a sub property list all information is stored in the sub property
list. This, of course, necessitates reserving some keywords. This interface
serves as a clearinghouse of reserved keywords.
- Author:
- William Grosso
BOOLEAN_EDITOR
public static final String BOOLEAN_EDITOR
- See Also:
- Constant Field Values
CLASS_EDITOR
public static final String CLASS_EDITOR
- See Also:
- Constant Field Values
FLOAT_EDITOR
public static final String FLOAT_EDITOR
- See Also:
- Constant Field Values
INSTANCE_EDITOR
public static final String INSTANCE_EDITOR
- See Also:
- Constant Field Values
INTEGER_EDITOR
public static final String INTEGER_EDITOR
- See Also:
- Constant Field Values
STRING_EDITOR
public static final String STRING_EDITOR
- See Also:
- Constant Field Values
SYMBOL_EDITOR
public static final String SYMBOL_EDITOR
- See Also:
- Constant Field Values
RECURSIVE_COPYING
public static final String RECURSIVE_COPYING
- See Also:
- Constant Field Values
Submit a bug report or feature request