vlcskineditor.history
Class SubBitmapDeletionEvent

java.lang.Object
  extended by vlcskineditor.history.HistoryEvent
      extended by vlcskineditor.history.SubBitmapDeletionEvent

public class SubBitmapDeletionEvent
extends HistoryEvent

Represents the action of deleting a SubBitmap


Constructor Summary
SubBitmapDeletionEvent(Skin ski, Bitmap parent, SubBitmap sbmp, int ind)
           
 
Method Summary
 java.lang.String getDescription()
          Gets a description of the action represented by this object
 void redo()
          Redoes the action represented by this object
 void undo()
          Undoes the action represented by this object
 
Methods inherited from class vlcskineditor.history.HistoryEvent
getNext, getPrevious, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubBitmapDeletionEvent

public SubBitmapDeletionEvent(Skin ski,
                              Bitmap parent,
                              SubBitmap sbmp,
                              int ind)
Method Detail

undo

public void undo()
Description copied from class: HistoryEvent
Undoes the action represented by this object

Specified by:
undo in class HistoryEvent

redo

public void redo()
Description copied from class: HistoryEvent
Redoes the action represented by this object

Specified by:
redo in class HistoryEvent

getDescription

public java.lang.String getDescription()
Description copied from class: HistoryEvent
Gets a description of the action represented by this object

Specified by:
getDescription in class HistoryEvent