|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.undo.DocumentEdit
info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
info.bioinfweb.treegraph.document.undo.edit.SetColumnTypeEdit
public class SetColumnTypeEdit
| Field Summary | |
|---|---|
private boolean |
decimal
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit |
|---|
adapter, backup |
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
SetColumnTypeEdit(Document document,
TextElementDataAdapter adapter,
boolean decimal)
|
|
| Method Summary | |
|---|---|
private TextElementDataAdapter |
getAdapter()
|
String |
getPresentationName()
|
void |
redo()
|
protected void |
setDataTypeInSubtree(Node root,
TextElementDataAdapter adapter,
boolean decimal)
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit |
|---|
undo |
| Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean decimal
| Constructor Detail |
|---|
public SetColumnTypeEdit(Document document,
TextElementDataAdapter adapter,
boolean decimal)
| Method Detail |
|---|
private TextElementDataAdapter getAdapter()
protected void setDataTypeInSubtree(Node root,
TextElementDataAdapter adapter,
boolean decimal)
public void redo()
throws CannotRedoException
redo in interface UndoableEditredo in class DocumentEditCannotRedoExceptionpublic String getPresentationName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||