|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentEdit | |
|---|---|
| info.bioinfweb.treegraph.document | Contains the classes that represent the data structure of TreeGraph 2 (document elements and
formats) as well as all edit operations in the undo-package to manipulate the data
structure and classes to read and write a document from and to different formats (io-
subpackage). |
| info.bioinfweb.treegraph.document.undo | Contains all document edits to manipulate the TreeGraph 2 data structure. |
| info.bioinfweb.treegraph.document.undo.edit | |
| info.bioinfweb.treegraph.document.undo.format | |
| Uses of DocumentEdit in info.bioinfweb.treegraph.document |
|---|
| Methods in info.bioinfweb.treegraph.document with parameters of type DocumentEdit | |
|---|---|
void |
Document.executeEdit(DocumentEdit edit)
|
| Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo |
|---|
| Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo | |
|---|---|
class |
ComplexDocumentEdit
This class is the ancestor to all edits that are too complex to have an own undo()
method. |
class |
SaveLegendsEdit
This class should be a superclass of all classes that might delete nodes which are anchors to legends. |
| Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo.edit |
|---|
| Fields in info.bioinfweb.treegraph.document.undo.edit with type parameters of type DocumentEdit | |
|---|---|
private Vector<DocumentEdit> |
DeleteEdit.edits
|
| Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo.format |
|---|
| Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo.format | |
|---|---|
class |
ColorsByNodeBranchDataEdit
|
class |
DistanceValuesByNodeBranchDataEdit
|
class |
GlobalFormatsEdit
|
class |
NodeBranchDataFormatEdit
|
class |
OperatorsEdit
This edit changes applies the specified formats to the specified document elements. |
class |
ReanchorLegendEdit
|
class |
ScaleBranchLengthsEdit
|
class |
ShowHideScaleBarEdit
|
class |
ShowRootedEdit
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||