ca.sqlpower.architect.undo
Class SQLObjectChildren
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
ca.sqlpower.architect.undo.SQLObjectChildren
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
- Direct Known Subclasses:
- SQLObjectInsertChildren, SQLObjectRemoveChildren
public abstract class SQLObjectChildren
- extends javax.swing.undo.AbstractUndoableEdit
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
addEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
e
protected SQLObjectEvent e
toolTip
protected java.lang.String toolTip
SQLObjectChildren
public SQLObjectChildren()
createEditFromEvent
public void createEditFromEvent(SQLObjectEvent event)
createToolTip
public abstract void createToolTip()
removeChildren
public void removeChildren()
addChildren
public void addChildren()
throws ArchitectException
- Throws:
ArchitectException
canRedo
public boolean canRedo()
- Specified by:
canRedo in interface javax.swing.undo.UndoableEdit- Overrides:
canRedo in class javax.swing.undo.AbstractUndoableEdit
canUndo
public boolean canUndo()
- Specified by:
canUndo in interface javax.swing.undo.UndoableEdit- Overrides:
canUndo in class javax.swing.undo.AbstractUndoableEdit
getPresentationName
public java.lang.String getPresentationName()
- Specified by:
getPresentationName in interface javax.swing.undo.UndoableEdit- Overrides:
getPresentationName in class javax.swing.undo.AbstractUndoableEdit
Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca