|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.gui.MixedCollectionEditorType
public class MixedCollectionEditorType
A configuration for one type (in the very loosest sense of the word) of thing you can edit in a MixedCollectionEditor.
| 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 |
|---|
public MixedCollectionEditorType()
| Method Detail |
|---|
public EditorControl getEditor()
public void setEditor(EditorControl newEditor)
public java.lang.String getName()
public void setName(java.lang.String newName)
public java.lang.Object getPrototype()
public void setPrototype(java.lang.Object newPrototype)
public java.lang.String getTemplateMatch()
public void setTemplateMatch(java.lang.String newTemplateMatch)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||