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 :


Variable Index

 o oldshortarray

Constructor Index

 o IPTemplateArrayEditor()

Method Index

 o getPopupSize()
 o getTextEditor()
 o getValue()
Get the current value of the edited value
 o initialize(RemoteResourceWrapper, Attribute, Object, Properties)
Initialize the editor
 o resetChanges()
reset the changes (if any)
 o setSelectedItems(short[][])
 o setValue(Object)
Set the value of the edited value
 o toStringArray(short[][])

Variables

 o oldshortarray
 protected short oldshortarray[][]

Constructors

 o IPTemplateArrayEditor
 public IPTemplateArrayEditor()

Methods

 o toStringArray
 protected String[] toStringArray(short selectedItems[][])
 o setSelectedItems
 protected void setSelectedItems(short selectedItems[][])
 o resetChanges
 public void resetChanges()
reset the changes (if any)

Overrides:
resetChanges in class StringArrayEditor
 o 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
 o setValue
 public void setValue(Object o)
Set the value of the edited value

Parameters:
o - the new value.
Overrides:
setValue in class StringArrayEditor
 o getTextEditor
 protected TextEditable getTextEditor()
Overrides:
getTextEditor in class StringArrayEditor
 o getPopupSize
 protected Dimension getPopupSize()
Overrides:
getPopupSize in class StringArrayEditor
 o 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