|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.fuzzyservices.beans.SimpleBean
public class SimpleBean
| Constructor Summary | |
|---|---|
SimpleBean()
Creates a new instance of SimpleBean |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
String[] |
getAttr()
Getter for property attr. |
String |
getAttr(int index)
Indexed getter for property attr. |
SimpleAttribute |
getSimpleAttribute()
Getter for property simpleAttribute. |
SimpleAttribute[] |
getSimpleAttrs()
Getter for property simpleAttrs. |
SimpleAttribute |
getSimpleAttrs(int index)
Indexed getter for property simpleAttrs. |
String |
getText()
Getter for property text. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setAttr(int index,
String attr)
Indexed setter for property attr. |
void |
setAttr(String[] attr)
Setter for property attr. |
void |
setSimpleAttribute(SimpleAttribute simpleAttribute)
Setter for property simpleAttribute. |
void |
setSimpleAttrs(int index,
SimpleAttribute simpleAttrs)
Indexed setter for property simpleAttrs. |
void |
setSimpleAttrs(SimpleAttribute[] simpleAttrs)
Setter for property simpleAttrs. |
void |
setText(String text)
Setter for property text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleBean()
| Method Detail |
|---|
public final void addPropertyChangeListener(PropertyChangeListener l)
l - The listener to add.public final void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public final void addVetoableChangeListener(VetoableChangeListener l)
l - The listener to add.public final void removeVetoableChangeListener(VetoableChangeListener l)
l - The listener to remove.public String getAttr(int index)
index - Index of the property.
index.public String[] getAttr()
public final void setAttr(int index,
String attr)
throws PropertyVetoException
index - Index of the property.attr - New value of the property at index.
PropertyVetoException - if some vetoable listeners reject the new value
public final void setAttr(String[] attr)
throws PropertyVetoException
attr - New value of property attr.
PropertyVetoException - if some vetoable listeners reject the new valuepublic SimpleAttribute getSimpleAttribute()
public final void setSimpleAttribute(SimpleAttribute simpleAttribute)
simpleAttribute - New value of property simpleAttribute.public String getText()
public final void setText(String text)
text - New value of property text.public SimpleAttribute getSimpleAttrs(int index)
index - Index of the property.
index.public SimpleAttribute[] getSimpleAttrs()
public final void setSimpleAttrs(int index,
SimpleAttribute simpleAttrs)
throws PropertyVetoException
index - Index of the property.simpleAttrs - New value of the property at index.
PropertyVetoException - if some vetoable listeners reject the new value
public final void setSimpleAttrs(SimpleAttribute[] simpleAttrs)
throws PropertyVetoException
simpleAttrs - New value of property simpleAttrs.
PropertyVetoException - if some vetoable listeners reject the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||