graphlab.gui.plugins.main.core.actions.undo
Class UndoableActionOccuredData

java.lang.Object
  extended by graphlab.gui.plugins.main.core.actions.undo.UndoableActionOccuredData

public class UndoableActionOccuredData
extends java.lang.Object

Created by IntelliJ IDEA. User: Ruzbeh Date: Jun 22, 2005 Time: 1:59:08 AM To change this template use File | Settings | File Templates.


Field Summary
 java.lang.String actionName
           
static Event event
           
static java.lang.String name
           
 Notifiable notifiable
           
 java.util.HashMap<java.lang.String,java.lang.Object> properties
           
 Undoable undoableAction
           
 
Constructor Summary
UndoableActionOccuredData(java.lang.String actionname, Undoable undoableAction)
           
 
Method Summary
<t> t
getProperty(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static final java.lang.String name
See Also:
Constant Field Values

actionName

public java.lang.String actionName

undoableAction

public Undoable undoableAction

notifiable

public Notifiable notifiable

properties

public java.util.HashMap<java.lang.String,java.lang.Object> properties

event

public static Event event
Constructor Detail

UndoableActionOccuredData

public UndoableActionOccuredData(java.lang.String actionname,
                                 Undoable undoableAction)
Method Detail

getProperty

public <t> t getProperty(java.lang.String name)