JIDE 3.5.15

com.jidesoft.action
Class DockableBarManagerUndoableEdit

java.lang.Object
  extended by com.jidesoft.action.DockableBarManagerUndoableEdit
All Implemented Interfaces:
UndoableEdit

public class DockableBarManagerUndoableEdit
extends Object
implements UndoableEdit

An UndoableEdit for DockingManager.


Constructor Summary
DockableBarManagerUndoableEdit(String name, DockableBarManager dockableBarManager)
           
 
Method Summary
 boolean addEdit(UndoableEdit anEdit)
           
 boolean canRedo()
           
 boolean canUndo()
           
 void die()
           
 String getName()
           
 String getPresentationName()
           
 byte[] getRedoLayout()
           
 String getRedoPresentationName()
           
 byte[] getUndoLayout()
           
 String getUndoPresentationName()
           
 boolean isSignificant()
           
 void redo()
           
 boolean replaceEdit(UndoableEdit anEdit)
           
 void setName(String name)
           
 void setRedoLayout(byte[] redoLayout)
           
 void setUndoLayout(byte[] undoLayout)
           
 void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockableBarManagerUndoableEdit

public DockableBarManagerUndoableEdit(String name,
                                      DockableBarManager dockableBarManager)
Method Detail

undo

public void undo()
          throws CannotUndoException
Specified by:
undo in interface UndoableEdit
Throws:
CannotUndoException

canUndo

public boolean canUndo()
Specified by:
canUndo in interface UndoableEdit

redo

public void redo()
          throws CannotRedoException
Specified by:
redo in interface UndoableEdit
Throws:
CannotRedoException

canRedo

public boolean canRedo()
Specified by:
canRedo in interface UndoableEdit

die

public void die()
Specified by:
die in interface UndoableEdit

addEdit

public boolean addEdit(UndoableEdit anEdit)
Specified by:
addEdit in interface UndoableEdit

replaceEdit

public boolean replaceEdit(UndoableEdit anEdit)
Specified by:
replaceEdit in interface UndoableEdit

isSignificant

public boolean isSignificant()
Specified by:
isSignificant in interface UndoableEdit

getPresentationName

public String getPresentationName()
Specified by:
getPresentationName in interface UndoableEdit

getUndoPresentationName

public String getUndoPresentationName()
Specified by:
getUndoPresentationName in interface UndoableEdit

getRedoPresentationName

public String getRedoPresentationName()
Specified by:
getRedoPresentationName in interface UndoableEdit

getName

public String getName()

setName

public void setName(String name)

getUndoLayout

public byte[] getUndoLayout()

setUndoLayout

public void setUndoLayout(byte[] undoLayout)

getRedoLayout

public byte[] getRedoLayout()

setRedoLayout

public void setRedoLayout(byte[] redoLayout)

JIDE 3.5.15