All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigadm.editors.IPTemplateArrayEditor
java.lang.Object
|
+----w3c.jigadm.editors.AttributeEditor
|
+----w3c.jigadm.editors.StringArrayEditor
|
+----w3c.jigadm.editors.IPTemplateArrayEditor
- public class IPTemplateArrayEditor
- extends StringArrayEditor
IPTemplateArrayEditor :
-
oldshortarray
-
-
IPTemplateArrayEditor()
-
-
getPopupSize()
-
-
getTextEditor()
-
-
getValue()
- Get the current value of the edited value
-
initialize(RemoteResourceWrapper, Attribute, Object, Properties)
- Initialize the editor
-
resetChanges()
- reset the changes (if any)
-
setSelectedItems(short[][])
-
-
setValue(Object)
- Set the value of the edited value
-
toStringArray(short[][])
-
oldshortarray
protected short oldshortarray[][]
IPTemplateArrayEditor
public IPTemplateArrayEditor()
toStringArray
protected String[] toStringArray(short selectedItems[][])
setSelectedItems
protected void setSelectedItems(short selectedItems[][])
resetChanges
public void resetChanges()
- reset the changes (if any)
- Overrides:
- resetChanges in class StringArrayEditor
getValue
public Object getValue()
- Get the current value of the edited value
- Returns:
- an object or null if the object was not
initialized
- Overrides:
- getValue in class StringArrayEditor
setValue
public void setValue(Object o)
- Set the value of the edited value
- Parameters:
- o - the new value.
- Overrides:
- setValue in class StringArrayEditor
getTextEditor
protected TextEditable getTextEditor()
- Overrides:
- getTextEditor in class StringArrayEditor
getPopupSize
protected Dimension getPopupSize()
- Overrides:
- getPopupSize in class StringArrayEditor
initialize
public void initialize(RemoteResourceWrapper w,
Attribute a,
Object o,
Properties p) throws RemoteAccessException
- Initialize the editor
- Parameters:
- w - the ResourceWrapper father of the attribute
- a - the Attribute we are editing
- o - the value of the above attribute
- p - some Properties, used to fine-tune the editor
- Overrides:
- initialize in class StringArrayEditor
All Packages Class Hierarchy This Package Previous Next Index