org.w3c.jigadmin.attributes
Class IPTemplateArrayEditor

java.lang.Object
  extended by org.w3c.jigadm.editors.AttributeEditor
      extended by org.w3c.jigadmin.attributes.StringArrayEditor
          extended by org.w3c.jigadmin.attributes.IPTemplateArrayEditor
All Implemented Interfaces:
AttributeEditorInterface

public class IPTemplateArrayEditor
extends StringArrayEditor

IPTemplateArrayEditor :


Field Summary
protected  short[][] oldshortarray
           
 
Fields inherited from class org.w3c.jigadmin.attributes.StringArrayEditor
comp, FEEDER_CLASS_P, frame, hasChanged, oldvalue
 
Fields inherited from class org.w3c.jigadm.editors.AttributeEditor
als
 
Constructor Summary
IPTemplateArrayEditor()
           
 
Method Summary
protected  java.awt.Dimension getPopupSize()
           
protected  TextEditable getTextEditor()
           
 java.lang.Object getValue()
          Get the current value of the edited value
 void initialize(RemoteResourceWrapper w, Attribute a, java.lang.Object o, java.util.Properties p)
          Initialize the editor
 void resetChanges()
          reset the changes (if any)
protected  void setSelectedItems(short[][] selectedItems)
           
 void setValue(java.lang.Object o)
          Set the value of the edited value
protected  java.lang.String[] toStringArray(short[][] selectedItems)
           
 
Methods inherited from class org.w3c.jigadmin.attributes.StringArrayEditor
clearChanged, createComponent, getComponent, hasChanged, setModified, toStringArray
 
Methods inherited from class org.w3c.jigadm.editors.AttributeEditor
addAttributeListener, processEvent, removeAttributeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldshortarray

protected short[][] oldshortarray
Constructor Detail

IPTemplateArrayEditor

public IPTemplateArrayEditor()
Method Detail

toStringArray

protected java.lang.String[] toStringArray(short[][] selectedItems)

setSelectedItems

protected void setSelectedItems(short[][] selectedItems)

resetChanges

public void resetChanges()
reset the changes (if any)

Specified by:
resetChanges in interface AttributeEditorInterface
Overrides:
resetChanges in class StringArrayEditor

getValue

public java.lang.Object getValue()
Get the current value of the edited value

Specified by:
getValue in interface AttributeEditorInterface
Overrides:
getValue in class StringArrayEditor
Returns:
an object or null if the object was not initialized

setValue

public void setValue(java.lang.Object o)
Set the value of the edited value

Specified by:
setValue in interface AttributeEditorInterface
Overrides:
setValue in class StringArrayEditor
Parameters:
o - the new value.

getTextEditor

protected TextEditable getTextEditor()
Overrides:
getTextEditor in class StringArrayEditor

getPopupSize

protected java.awt.Dimension getPopupSize()
Overrides:
getPopupSize in class StringArrayEditor

initialize

public void initialize(RemoteResourceWrapper w,
                       Attribute a,
                       java.lang.Object o,
                       java.util.Properties p)
                throws RemoteAccessException
Initialize the editor

Specified by:
initialize in interface AttributeEditorInterface
Overrides:
initialize in class StringArrayEditor
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
Throws:
RemoteAccessException - if a remote access error occurs.