SEdit.property
Class PropertyEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bySEdit.property.PropertyEvent
All Implemented Interfaces:
Serializable

public class PropertyEvent
extends EventObject

See Also:
Serialized Form

Field Summary
protected  Object element
           
protected  String label
           
protected  Class type
           
protected  String value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyEvent(Component src, Object elt, String lab, String newValue, Class typ)
           
 
Method Summary
 Object getElement()
           
 String getLabel()
           
 Class getType()
           
 String getValue()
           
 void setElement(Object newElement)
           
 void setLabel(String newLabel)
           
 void setType(Class newType)
           
 void setValue(String newValue)
           
 
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

element

protected Object element

label

protected String label

value

protected String value

type

protected Class type
Constructor Detail

PropertyEvent

public PropertyEvent(Component src,
                     Object elt,
                     String lab,
                     String newValue,
                     Class typ)
Method Detail

getElement

public Object getElement()

setElement

public void setElement(Object newElement)

setLabel

public void setLabel(String newLabel)

getLabel

public String getLabel()

setValue

public void setValue(String newValue)

getValue

public String getValue()

setType

public void setType(Class newType)

getType

public Class getType()


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.