|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides access to the PivotRange preferences.
| Inner Class Summary | |
static class |
Preferences.Factory
Factory class for obtaining reference to the Preferences. |
| Method Summary | |
void |
addListener(ChangeListener listener)
Indicates the listener is interested in the preference events. |
boolean |
isSelectionEnabled()
Indicates whether PivotRange style selections are enabled. |
boolean |
isShowingFieldList()
Indicates whether the PivotRange Field List is visible. |
void |
removeListener(ChangeListener listener)
Indicates the listener is no longer interested in the preference events. |
void |
setIsShowingFieldList(boolean value)
Sets whether the PivotRange Field List should be shown. |
| Methods inherited from interface com.f1j.util.Lockable |
getLock,
releaseLock |
| Method Detail |
public void addListener(ChangeListener listener)
listener - ChangeListenerpublic boolean isSelectionEnabled()
true = if pivot selections are enabled.public boolean isShowingFieldList()
true = if field list is visible.public void removeListener(ChangeListener listener)
listener - ChangeListenerpublic void setIsShowingFieldList(boolean value)
value - boolean. true = if field list should be shown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||