|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EstimatedSpanView
Views that implement this interface
signal that they work in a mode when
they just estimate their size instead
of exact measurements that are likely
more expensive for computation.
By default the view should be in non-estimated mode
i.e. the exact measurements should be used
unless the estimated span flag is set.
If a particular view does not implement this interface then it is assumed that the view uses exact measurements.
Method Summary | |
---|---|
boolean |
isEstimatedSpan()
Check whether this view is currently in a mode when it just estimates its span. |
void |
setEstimatedSpan(boolean estimatedSpan)
Set whether this view uses estimated span computation instead of exact measurements. |
Method Detail |
---|
boolean isEstimatedSpan()
void setEstimatedSpan(boolean estimatedSpan)
estimatedSpan
- whether view will estimate
the spans or use exact measurements.
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |