org.cumt.misc
Interface Editor<T>

Type Parameters:
T -
All Known Implementing Classes:
ActivityEditor, ActorEditor, AnnotationEditor, AttributesEditor, BaseModelNodeEditor, ClassFieldEditor, ClassTypeEditor, CommonViewAttributesEditor, ConditionEditor, ConditionsEditor, EnumeratorEditor, FlowsEditor, FlowsTree, MethodEditor, ModelEditor, ModelObjectEditor, NoteEditor, PackageObjectEditor, SimpleFieldEditor, UseCaseEditor, VariableMapEditor

public interface Editor<T>

Author:
Carlos Descalzi

Method Summary
 void get(T distribute)
           
 java.awt.Component getEditorComponent()
           
 void set(T collector)
           
 void setModel(Model model)
           
 java.util.List<ValidationError> validateEdition()
           
 

Method Detail

setModel

void setModel(Model model)

set

void set(T collector)

validateEdition

java.util.List<ValidationError> validateEdition()

get

void get(T distribute)

getEditorComponent

java.awt.Component getEditorComponent()


Copyright © 2006 null. All Rights Reserved.