|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
SEdit.property.PropertyEvent
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 |
protected Object element
protected String label
protected String value
protected Class type
Constructor Detail |
public PropertyEvent(Component src, Object elt, String lab, String newValue, Class typ)
Method Detail |
public Object getElement()
public void setElement(Object newElement)
public void setLabel(String newLabel)
public String getLabel()
public void setValue(String newValue)
public String getValue()
public void setType(Class newType)
public Class getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |