|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.tables.TableSettings
Manages settings for tables and their associated components.
Field Summary | |
com.limegroup.gnutella.settings.BooleanSetting |
DISPLAY_TOOLTIPS
The setting for whether or not to display tooltips. |
protected static com.limegroup.gnutella.settings.SettingsFactory |
FACTORY
The SettingsFactory settings will be added/read to/from. |
com.limegroup.gnutella.settings.BooleanSetting |
REAL_TIME_SORT
The setting for whether or not to sort in real time. |
com.limegroup.gnutella.settings.BooleanSetting |
ROWSTRIPE
The setting for whether or not to rowstripe this table. |
Constructor Summary | |
TableSettings(java.lang.String id)
Constructs a new TableSettings whose settings are identified by the specified ID. |
Method Summary | |
protected boolean |
getDefaultRowStripe()
Returns the default value for row striping. |
protected boolean |
getDefaultSorting()
Returns the default value for sorting. |
protected boolean |
getDefaultTooltips()
Returns the default value for displaying tooltips. |
boolean |
isDefault()
Determines if all the options are already at their defaults. |
void |
revertToDefault()
Reverts all options to their default for this table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final com.limegroup.gnutella.settings.SettingsFactory FACTORY
public com.limegroup.gnutella.settings.BooleanSetting ROWSTRIPE
public com.limegroup.gnutella.settings.BooleanSetting REAL_TIME_SORT
public com.limegroup.gnutella.settings.BooleanSetting DISPLAY_TOOLTIPS
Constructor Detail |
public TableSettings(java.lang.String id)
Method Detail |
protected boolean getDefaultRowStripe()
protected boolean getDefaultSorting()
protected boolean getDefaultTooltips()
public void revertToDefault()
public boolean isDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |