bibliothek.extension.gui.dock.preference.preferences
Class ButtonContentPreference

java.lang.Object
  extended by bibliothek.extension.gui.dock.preference.AbstractPreference<V>
      extended by bibliothek.extension.gui.dock.preference.DefaultPreference<java.lang.String>
          extended by bibliothek.extension.gui.dock.preference.preferences.ButtonContentPreference
All Implemented Interfaces:
Preference<java.lang.String>

Deprecated. replaced by ButtonContentPreferenceModel

@Deprecated
public class ButtonContentPreference
extends DefaultPreference<java.lang.String>

A preference for FlapDockStation.BUTTON_CONTENT. Only a few selected settings are available through this preference.

Author:
Benjamin Sigg

Constructor Summary
ButtonContentPreference(DockProperties properties, Path path)
          Deprecated. Creates a new preference.
 
Method Summary
 void read()
          Deprecated. Uses an unknown source to reload this preference.
 void write()
          Deprecated. Stores the contents of this preference at the location where it will be used.
 
Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreference
addPreferenceListener, doOperation, getDefaultValue, getDescription, getLabel, getOperations, getPath, getTypePath, getValue, getValueInfo, isEnabled, isNatural, removePreferenceListener, setDefaultValue, setDescription, setDescriptionId, setLabel, setLabelId, setModel, setNatural, setValue, setValueInfo
 
Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreference
fireChanged, hasListeners, listeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonContentPreference

public ButtonContentPreference(DockProperties properties,
                               Path path)
Deprecated. 
Creates a new preference.

Parameters:
properties - the properties to read or write from
path - the path of this property
Method Detail

read

public void read()
Deprecated. 
Description copied from interface: Preference
Uses an unknown source to reload this preference. If the underlying resource cannot be interpreted, or contains an invalid value, then this Preference should not change its value.


write

public void write()
Deprecated. 
Description copied from interface: Preference
Stores the contents of this preference at the location where it will be used.