HEADER

ru.biosoft.gui
Class HtmlView

|
+--ru.biosoft.gui.HtmlView
Direct Known Subclasses:
LegendView

public class HtmlView
extends HtmlPane
implements ViewPart


Field Summary
 final static StringACTION_NAME
           

Constructor Summary
HtmlView()
           

Method Summary
 booleanaddEdit(UndoableEdit ue)
           
 booleancanExplore(Object model)
           
 voidcompleteTransaction()
           
 voidexplore(Object model, Document document)
           
 ActiongetAction()
           
 DocumentgetDocument()
           
 ObjectgetModel()
           
 JComponentgetView()
           
 voidstartTransaction(TransactionEvent te)
           

Field Detail

ACTION_NAME

public final static String ACTION_NAME
Constructor Detail

HtmlView

public HtmlView()
Method Detail

addEdit

public boolean addEdit(UndoableEdit ue)

canExplore

public boolean canExplore(Object model)

completeTransaction

public void completeTransaction()

explore

public void explore(Object model, Document document)

getAction

public Action getAction()

getDocument

public Document getDocument()

getModel

public Object getModel()

getView

public JComponent getView()

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