info.bioinfweb.treegraph.document.undo.format
Class ShowHideScaleBarEdit

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.format.GlobalFormatsEdit
          extended by info.bioinfweb.treegraph.document.undo.format.ShowHideScaleBarEdit
All Implemented Interfaces:
javax.swing.undo.UndoableEdit

public class ShowHideScaleBarEdit
extends GlobalFormatsEdit


Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.format.GlobalFormatsEdit
newFormats, oldFormats
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
private ShowHideScaleBarEdit(Document document, GlobalFormats newFormats)
           
 
Method Summary
static ShowHideScaleBarEdit createInstance(Document document, boolean showScaleBar)
           
 java.lang.String getPresentationName()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.format.GlobalFormatsEdit
redo, 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
 

Constructor Detail

ShowHideScaleBarEdit

private ShowHideScaleBarEdit(Document document,
                             GlobalFormats newFormats)
Method Detail

createInstance

public static ShowHideScaleBarEdit createInstance(Document document,
                                                  boolean showScaleBar)

getPresentationName

public java.lang.String getPresentationName()
Specified by:
getPresentationName in interface javax.swing.undo.UndoableEdit
Overrides:
getPresentationName in class GlobalFormatsEdit