|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sos.reports.AbstractReport.AbstractElement
A partial implementation of an Element.
| Constructor Summary | |
protected |
AbstractReport.AbstractElement()
|
| Method Summary | |
protected void |
fireObjectChanged(java.lang.Object oldObject,
java.lang.Object newObject)
Causes the enclosing report to send an event signalling that this element's object has changed. |
javax.swing.text.AttributeSet |
getAttributes()
Returns the set of attributes describing this report element. |
java.lang.Object |
getObject()
Returns the object (or null, if none) associated with
this report element. |
java.lang.Object |
getPrototypeObject()
Returns this element's sample object. |
Report |
getReport()
Returns the report to which this element belongs. |
protected java.lang.String |
getStyleName()
Returns the name of the style that holds this element's visual properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface sos.reports.Element |
getName, getParentElement, setParentElement |
| Constructor Detail |
protected AbstractReport.AbstractElement()
| Method Detail |
public javax.swing.text.AttributeSet getAttributes()
Element
getAttributes in interface Elementnull)
protected void fireObjectChanged(java.lang.Object oldObject,
java.lang.Object newObject)
oldObject - the old objectnewObject - the new objectpublic java.lang.Object getObject()
Elementnull, if none) associated with
this report element.
getObject in interface Elementnull)public java.lang.Object getPrototypeObject()
Elementnull.
getPrototypeObject in interface Elementnull)Element.getObject()public Report getReport()
Element
getReport in interface Elementprotected java.lang.String getStyleName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||