HEADER

ru.biosoft.gui
Class PropertiesEditor

|
+--ru.biosoft.gui.PropertiesEditor

public class PropertiesEditor
extends PropertyInspector
implements EditorPart


Field Summary
 final static StringACTION_NAME
           

Constructor Summary
PropertiesEditor()
           

Method Summary
 booleanaddEdit(UndoableEdit ue)
           
 booleancanExplore(Object bean)
           
 voidcompleteTransaction()
           
 voidexplore(Object model, Document document)
           
 ActiongetAction()
           
 Action[]getActions()
           
 DocumentgetDocument()
           
 intgetExpansionLevel()
           
 ObjectgetModel()
           
 JComponentgetView()
           
 voidsave()
           
 voidsetExpansionLevel(int expansionLevel)
           
 voidstartTransaction(TransactionEvent te)
           

Field Detail

ACTION_NAME

public final static String ACTION_NAME
Constructor Detail

PropertiesEditor

public PropertiesEditor()
Method Detail

addEdit

public boolean addEdit(UndoableEdit ue)

canExplore

public boolean canExplore(Object bean)

completeTransaction

public void completeTransaction()

explore

public void explore(Object model, Document document)

getAction

public Action getAction()

getActions

public Action[] getActions()

getDocument

public Document getDocument()

getExpansionLevel

public int getExpansionLevel()

getModel

public Object getModel()

getView

public JComponent getView()

save

public void save()

setExpansionLevel

public void setExpansionLevel(int expansionLevel)

startTransaction

public void startTransaction(TransactionEvent te)

Association Links

to Class java.lang.String

to Class javax.swing.Action

to Class ru.biosoft.gui.Document


FOOTER

BOTTOM