| java.lang.Object org.w3c.jigadm.editors.AttributeEditor org.w3c.jigadm.editors.DispatcherRulesEditor
DispatcherRulesEditor | public class DispatcherRulesEditor extends AttributeEditor (Code) | | version: $Revision: 1.16 $ author: Benoît Mahé (bmahe@w3.org) |
Inner Class :class RulesEditor | |
DispatcherRulesEditor | public DispatcherRulesEditor()(Code) | | |
clearChanged | public void clearChanged()(Code) | | set the current value to be the original value, ie: changed
must return false after a reset.
|
createComponent | protected void createComponent(String location)(Code) | | |
getComponent | public Component getComponent()(Code) | | get the Component created by the editor.
a Component |
getValue | public Object getValue()(Code) | | Get the current value of the edited value
an object or null if the object was notinitialized |
hasChanged | public boolean hasChanged()(Code) | | Tells if the edited value has changed
true if the value changed. |
resetChanges | public void resetChanges()(Code) | | reset the changes (if any)
|
setValue | public void setValue(Object o)(Code) | | Set the value of the edited value
Parameters: o - the new value. |
|
|