net.quartzware
Class TaggedArray

java.lang.Object
  |
  +--net.quartzware.Value
        |
        +--net.quartzware.TaggedArray
All Implemented Interfaces:
java.lang.Cloneable

public class TaggedArray
extends Value

Tagged Array encapsulates the data and functions of a Tagged Array


Constructor Summary
TaggedArray()
          Default Constructor
 
Method Summary
 java.lang.Object clone()
           
 boolean editValue()
          This function will allow the user to edit the value in this entry.
 java.lang.String toString()
           
 
Methods inherited from class net.quartzware.Value
getIcon, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaggedArray

public TaggedArray()
Default Constructor
Method Detail

editValue

public boolean editValue()
This function will allow the user to edit the value in this entry. It returns true if in-label editing is required, but false if a dialog will handle the editing.
Overrides:
editValue in class Value
Returns:
Whether to do in label editing of this value PRE: The entry that this Value is a part of must be in an open Edior Window POST: This value may be modified.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()