|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.sparkimpl.settings.local.LocalPreference
public class LocalPreference
Represents the Local Preference inside the Preference Manager.
Constructor Summary | |
---|---|
LocalPreference()
Initalize and load local preference. |
Method Summary | |
---|---|
void |
commit()
Called whenever the preference should be saved. |
java.lang.Object |
getData()
Returns the data model representing this preference. |
java.lang.String |
getErrorMessage()
The error message to display if #isDataDisplayed returns false. |
javax.swing.JComponent |
getGUI()
Return the UI to display whenever this preference is selected in the preference dialog. |
javax.swing.Icon |
getIcon()
Return the icon to use inside the Preferences list. |
java.lang.String |
getListName()
Return the title to use inside the Preferences list. |
java.lang.String |
getNamespace()
Returns the associated namespace of this preference. |
java.lang.String |
getTitle()
Return the title to use in the preference window. |
java.lang.String |
getTooltip()
Return the tooltip to use for this preference. |
boolean |
isDataValid()
Return true if the data supplied is valid, otherwise return false. |
void |
load()
Called whenever the preference is invoked from the Preference list. |
void |
shutdown()
Called when Spark is closing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalPreference()
Method Detail |
---|
public java.lang.String getTitle()
Preference
getTitle
in interface Preference
public java.lang.String getListName()
Preference
getListName
in interface Preference
public java.lang.String getTooltip()
Preference
getTooltip
in interface Preference
public javax.swing.Icon getIcon()
Preference
getIcon
in interface Preference
public void load()
Preference
load
in interface Preference
public void commit()
Preference
commit
in interface Preference
public java.lang.Object getData()
Preference
getData
in interface Preference
public java.lang.String getErrorMessage()
Preference
getErrorMessage
in interface Preference
public boolean isDataValid()
Preference
isDataValid
in interface Preference
public javax.swing.JComponent getGUI()
Preference
getGUI
in interface Preference
public java.lang.String getNamespace()
Preference
getNamespace
in interface Preference
public void shutdown()
Preference
shutdown
in interface Preference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |