ru.biosoft.gui
Interface EditorPart

All Superinterfaces:
java.util.EventListener, com.beanexplorer.undo.Transactable, com.beanexplorer.undo.TransactionListener, ViewPart
All Known Implementing Classes:
EditorPartSupport, PropertiesEditor, TabularPropertiesEditor

public interface EditorPart
extends com.beanexplorer.undo.Transactable, ViewPart

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


Field Summary
 
Fields inherited from interface ru.biosoft.gui.ViewPart
DEFAULT_PRIORITY, PRIORITY, STATIC_VIEW
 
Method Summary
 void save()
          Save changes into model.
 
Methods inherited from interface com.beanexplorer.undo.Transactable
addTransactionListener, removeTransactionListener
 
Methods inherited from interface ru.biosoft.gui.ViewPart
canExplore, explore, getAction, getActions, getDocument, getModel, getView
 
Methods inherited from interface com.beanexplorer.undo.TransactionListener
addEdit, completeTransaction, startTransaction
 

Method Detail

save

public void save()
Save changes into model.



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.