|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sos.reports.AbstractView
A partial implementation of View
.
View
Nested Class Summary |
Nested classes inherited from class sos.reports.View |
View.ResizeRequest |
Field Summary |
Fields inherited from interface sos.reports.View |
X_AXIS, Y_AXIS |
Constructor Summary | |
AbstractView()
Creates an instance of AbstractView . |
Method Summary | |
void |
forwardReportEvent(ReportEvent event)
Called by a child view to propagate changes to nested reports up the view hierarchy. |
View |
getParent()
Returns this view's parent view. |
JReportPane |
getReportPane()
Returns the report pane hosting this view. |
java.lang.String |
getText()
Returns the text rendered by this view. |
java.lang.String |
getToolTipText(java.awt.Point point)
Returns this view's tool tip string, or null , if the tool tip
should be gotten by another means. |
void |
setParent(View parent)
Sets this view's parent view. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sos.reports.View |
breakView, elementToView, gatherBreakWeights, gatherViewsAt, gatherViewsWithin, getElement, getLength, getMinimumLength, getNextBrokenView, getOffset, getPreferredLength, getPreviousBrokenView, paint, reportChanged, setLength, setTopLeftCorner |
Constructor Detail |
public AbstractView()
AbstractView
.
Method Detail |
public void forwardReportEvent(ReportEvent event)
View
forwardReportEvent
in interface View
event
- nested report changepublic void setParent(View parent)
View
setParent
in interface View
parent
- view to be the parent of this viewView.getParent()
public View getParent()
View
getParent
in interface View
View.setParent(sos.reports.View)
public java.lang.String getText()
View
getText
in interface View
null
)public java.lang.String getToolTipText(java.awt.Point point)
View
null
, if the tool tip
should be gotten by another means.
getToolTipText
in interface View
point
- point at which the tool tip string is requested
public JReportPane getReportPane()
View
getReportPane
in interface View
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |