Protege 3.4.6

edu.stanford.smi.protege.model.framestore.undo
Class DeleteFrameCommand

java.lang.Object
  extended by edu.stanford.smi.protege.model.framestore.undo.DeleteFrameCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
DeleteClsCommand, DeleteSlotCommand

public class DeleteFrameCommand
extends Object


Constructor Summary
DeleteFrameCommand(FrameStore delegate, Frame frame)
           
 
Method Summary
 Object doIt()
           
protected  FrameStore getDelegate()
           
 String getDescription()
           
 Frame getFrame()
           
protected static String getText(Collection values)
           
protected static String getText(Frame frame)
           
 void redoIt()
           
protected  void restoreFrame()
           
protected  void saveFrame()
           
protected  void setDescription(String description)
           
 String toString()
           
 void undoIt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteFrameCommand

public DeleteFrameCommand(FrameStore delegate,
                          Frame frame)
Method Detail

getFrame

public Frame getFrame()

doIt

public Object doIt()

undoIt

public void undoIt()

saveFrame

protected void saveFrame()

restoreFrame

protected void restoreFrame()

redoIt

public void redoIt()

getDelegate

protected FrameStore getDelegate()

getDescription

public final String getDescription()
Specified by:
getDescription in interface Command

setDescription

protected void setDescription(String description)

getText

protected static String getText(Frame frame)

getText

protected static String getText(Collection values)

toString

public String toString()
Overrides:
toString in class Object

Protege 3.4.6

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2011 Stanford University.