com.partnersoft.v3x.gui
Class MixedCollectionEditorType

java.lang.Object
  extended by com.partnersoft.v3x.gui.MixedCollectionEditorType
All Implemented Interfaces:
java.io.Serializable

public class MixedCollectionEditorType
extends java.lang.Object
implements java.io.Serializable

A configuration for one type (in the very loosest sense of the word) of thing you can edit in a MixedCollectionEditor.

See Also:
Serialized Form

Constructor Summary
MixedCollectionEditorType()
          Create a new MixedCollectionEditorType.
 
Method Summary
 EditorControl getEditor()
          Editor, used to edit objects of this type.
 java.lang.String getName()
          Name of type.
 java.lang.Object getPrototype()
          Prototype, used to clone when adding objects of this type.
 java.lang.String getTemplateMatch()
          Results of text template used to test if an object is of this type.
 void setEditor(EditorControl newEditor)
          Editor, used to edit objects of this type.
 void setName(java.lang.String newName)
          Name of type.
 void setPrototype(java.lang.Object newPrototype)
          Prototype, used to clone when adding objects of this type.
 void setTemplateMatch(java.lang.String newTemplateMatch)
          Results of text template used to test if an object is of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedCollectionEditorType

public MixedCollectionEditorType()
Create a new MixedCollectionEditorType.

Method Detail

getEditor

public EditorControl getEditor()
Editor, used to edit objects of this type.


setEditor

public void setEditor(EditorControl newEditor)
Editor, used to edit objects of this type.


getName

public java.lang.String getName()
Name of type.


setName

public void setName(java.lang.String newName)
Name of type.


getPrototype

public java.lang.Object getPrototype()
Prototype, used to clone when adding objects of this type.


setPrototype

public void setPrototype(java.lang.Object newPrototype)
Prototype, used to clone when adding objects of this type.


getTemplateMatch

public java.lang.String getTemplateMatch()
Results of text template used to test if an object is of this type.


setTemplateMatch

public void setTemplateMatch(java.lang.String newTemplateMatch)
Results of text template used to test if an object is of this type.