HEADER

ru.biosoft.gui
Interface EditorPart

All Known Implementing Classes:
EditorPartSupport, PropertiesEditor, TabularPropertiesEditor

public interface EditorPart
extends Transactable, ViewPart

Interface to be implimented by editor for some part of data.


Fields inherited from interface ru.biosoft.gui.ViewPart
DEFAULT_PRIORITY, PRIORITY, STATIC_VIEW

Method Summary
 voidsave()
          Save changes into model.

Methods inherited from interface ru.biosoft.gui.ViewPart
canExplore, explore, getAction, getActions, getDocument, getModel, getView

Method Detail

save

public void save()
Save changes into model.

FOOTER

BOTTOM