org.globus.cog.gui.grapheditor.canvas
Class StatusEvent
java.lang.Object
java.util.EventObject
org.globus.cog.gui.grapheditor.canvas.StatusEvent
- All Implemented Interfaces:
- Serializable
- public class StatusEvent
- extends EventObject
- See Also:
- Serialized Form
SET_DEFAULT_TEXT
public static final int SET_DEFAULT_TEXT
- See Also:
- Constant Field Values
PUSH
public static final int PUSH
- See Also:
- Constant Field Values
POP
public static final int POP
- See Also:
- Constant Field Values
INITIALIZE_PROGRESS
public static final int INITIALIZE_PROGRESS
- See Also:
- Constant Field Values
SET_PROGRESS
public static final int SET_PROGRESS
- See Also:
- Constant Field Values
STEP_PROGRESS
public static final int STEP_PROGRESS
- See Also:
- Constant Field Values
REMOVE_PROGRESS
public static final int REMOVE_PROGRESS
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
StatusEvent
public StatusEvent(Object source,
int type,
String msg,
Icon icon,
Exception details,
int value)
StatusEvent
public StatusEvent(Object source,
int type,
String msg,
Icon icon,
int value)
getIcon
public Icon getIcon()
getMsg
public String getMsg()
getType
public int getType()
getValue
public int getValue()
toString
public String toString()
getDetails
public Exception getDetails()