mainframe
Class MainFrameEvent

java.lang.Object
  extended by java.util.EventObject
      extended by mainframe.MainFrameEvent
All Implemented Interfaces:
java.io.Serializable

 class MainFrameEvent
extends java.util.EventObject

The SpecialEvents of the GUI

Version:
Jan 2, 2004
Author:
Martin Lukac

Field Summary
static java.lang.String Warning_M
           
static java.lang.String Warning_M1
           
static java.lang.String Warning_M2
           
static java.lang.String Warning_M3
           
static java.lang.String Warning_M4
           
static java.lang.String Welcome
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MainFrameEvent(java.lang.Object o)
           
 
Method Summary
 java.lang.String getBody()
           
 java.lang.String getDirectory()
           
 java.lang.String getFile()
           
 java.lang.String getName()
           
 int getSignature()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Welcome

public static java.lang.String Welcome

Warning_M

public static java.lang.String Warning_M

Warning_M1

public static java.lang.String Warning_M1

Warning_M2

public static java.lang.String Warning_M2

Warning_M3

public static java.lang.String Warning_M3

Warning_M4

public static java.lang.String Warning_M4
Constructor Detail

MainFrameEvent

public MainFrameEvent(java.lang.Object o)
Parameters:
o - - the origin object of the event
Method Detail

getBody

public java.lang.String getBody()
Returns:
Returns the body.

getName

public java.lang.String getName()
Returns:
Returns the name.

getSignature

public int getSignature()
Returns:
Returns the signature.

getDirectory

public java.lang.String getDirectory()
Returns:
Returns the directory.

getFile

public java.lang.String getFile()
Returns:
Returns the file.