HEADER

biouml.workbench.diagram
Class ParametersTabularEditor

|
+--ru.biosoft.gui.TabularPropertiesEditor
  |
  +--biouml.workbench.diagram.ParametersTabularEditor
Direct Known Subclasses:
VariablesTabularEditor

public class ParametersTabularEditor
extends TabularPropertiesEditor
implements PropertyChangeListener


Fields inherited from class ru.biosoft.gui.TabularPropertiesEditor
ACTION_NAME

Method Summary
 booleancanExplore(Object model)
           
 voidexplore(Object model, Document document)
           
 EModelgetExecutableModel()
           
 voidpropertyChange(PropertyChangeEvent evt)
           

Methods inherited from class ru.biosoft.gui.TabularPropertiesEditor
addEdit, completeTransaction, getAction, getActions, getDocument, getModel, getView, save, startTransaction

Method Detail

canExplore

public boolean canExplore(Object model)

explore

public void explore(Object model, Document document)

getExecutableModel

public EModel getExecutableModel()

propertyChange

public void propertyChange(PropertyChangeEvent evt)

Association Links

to Class biouml.model.dynamics.EModel


FOOTER

BOTTOM