|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.properties.Property
net.ctdp.rfdynhud.properties.FilenameProperty
public class FilenameProperty
The FilenameProperty
serves for customizing a simple String value.
Constructor Summary | |
---|---|
|
FilenameProperty(java.lang.String name,
java.lang.String defaultValue,
java.lang.String[] extensions,
java.lang.String[] extensionDescs)
|
|
FilenameProperty(java.lang.String name,
java.lang.String defaultValue,
java.lang.String[] extensions,
java.lang.String[] extensionDescs,
boolean readonly)
|
|
FilenameProperty(java.lang.String name,
java.lang.String nameForDisplay,
java.lang.String defaultValue,
java.lang.String[] extensions,
java.lang.String[] extensionDescs)
|
protected |
FilenameProperty(java.lang.String name,
java.lang.String nameForDisplay,
java.lang.String defaultValue,
java.lang.String[] extensions,
java.lang.String[] extensionDescs,
boolean readonly)
|
protected |
FilenameProperty(java.lang.String name,
java.lang.String nameForDisplay,
java.lang.String defaultValue,
java.lang.String[] extensions,
java.lang.String[] extensionDescs,
java.io.File base,
boolean readonly)
|
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Gets the default (initial) value fo this property. |
java.lang.String |
getFilenameValue()
Gets the property's current value. |
java.io.File |
getFileValue()
Gets the property's current value. |
java.lang.String |
getValue()
Gets the current value fo this property. |
void |
loadValue(PropertyLoader loader,
java.lang.String value)
Loads the value from the configuration file. |
void |
onButtonClicked(java.lang.Object button)
|
protected void |
onKeeperSet()
|
protected void |
onValueChanged(java.lang.String oldValue,
java.lang.String newValue)
Invoked when the property's value has changed. |
boolean |
setFilenameValue(java.lang.String value)
Sets the property's new value. |
protected boolean |
setFilenameValue(java.lang.String value,
boolean firstTime)
|
void |
setValue(java.lang.Object value)
Sets the new value for this property. |
Methods inherited from class net.ctdp.rfdynhud.properties.Property |
---|
getButtonText, getButtonTooltip, getDocumentationSource, getEditorType, getKeeper, getName, getNameForDisplay, getValueForConfigurationFile, hasDefaultValue, isMatchingKey, isReadOnly, quoteValueInConfigurationFile, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FilenameProperty(java.lang.String name, java.lang.String nameForDisplay, java.lang.String defaultValue, java.lang.String[] extensions, java.lang.String[] extensionDescs, java.io.File base, boolean readonly)
name
- the technical name used internally. See Property.getName()
.nameForDisplay
- the name displayed in the editor. See Property.getNameForDisplay()
. If null
is passed, the value of the name parameter is used.defaultValue
- the default valueextensions
- the extensions to browse forextensionDescs
- the extension descriptionsbase
- the base folderreadonly
- read only property?protected FilenameProperty(java.lang.String name, java.lang.String nameForDisplay, java.lang.String defaultValue, java.lang.String[] extensions, java.lang.String[] extensionDescs, boolean readonly)
name
- the technical name used internally. See Property.getName()
.nameForDisplay
- the name displayed in the editor. See Property.getNameForDisplay()
. If null
is passed, the value of the name parameter is used.defaultValue
- the default valueextensions
- the extensions to browse forextensionDescs
- the extension descriptionsreadonly
- read only property?public FilenameProperty(java.lang.String name, java.lang.String nameForDisplay, java.lang.String defaultValue, java.lang.String[] extensions, java.lang.String[] extensionDescs)
name
- the technical name used internally. See Property.getName()
.nameForDisplay
- the name displayed in the editor. See Property.getNameForDisplay()
. If null
is passed, the value of the name parameter is used.defaultValue
- the default valueextensions
- the extensions to browse forextensionDescs
- the extension descriptionspublic FilenameProperty(java.lang.String name, java.lang.String defaultValue, java.lang.String[] extensions, java.lang.String[] extensionDescs, boolean readonly)
name
- the technical name used internally. See Property.getName()
. 'nameForDisplay' is set to the same value.defaultValue
- the default valueextensions
- the extensions to browse forextensionDescs
- the extension descriptionsreadonly
- read only property?public FilenameProperty(java.lang.String name, java.lang.String defaultValue, java.lang.String[] extensions, java.lang.String[] extensionDescs)
name
- the technical name used internally. See Property.getName()
. 'nameForDisplay' is set to the same value.defaultValue
- the default valueextensions
- the extensions to browse forextensionDescs
- the extension descriptionsMethod Detail |
---|
public java.lang.String getDefaultValue()
getDefaultValue
in class Property
protected void onKeeperSet()
onKeeperSet
in class Property
protected void onValueChanged(java.lang.String oldValue, java.lang.String newValue)
oldValue
- the old valuenewValue
- the new valueprotected boolean setFilenameValue(java.lang.String value, boolean firstTime)
public final boolean setFilenameValue(java.lang.String value)
value
- the new value
public final java.lang.String getFilenameValue()
public final java.io.File getFileValue()
public void setValue(java.lang.Object value)
setValue
in class Property
value
- the new valuepublic java.lang.String getValue()
getValue
in class Property
public void loadValue(PropertyLoader loader, java.lang.String value)
loadValue
in class Property
loader
- the loadervalue
- the value to loadpublic void onButtonClicked(java.lang.Object button)
onButtonClicked
in class Property
button
- the clicked button
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |