|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jppietsch.prefedit.AbstractTransferable
de.jppietsch.prefedit.Subtree
An immutable preferences tree which may be placed in the clipboard.
Constructor Summary | |
Subtree(Preferences somePreferences)
Constructs this Preference from a given preferences node and key. |
Method Summary | |
void |
cut()
Copies this preferences subtree to the system clipboard and removes it. |
protected void |
doPaste(Preferences somePreferences)
Adds this transferable to the given preferences. |
protected String |
humanPresentableClassName()
Returns a human presentable name for this class. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class de.jppietsch.prefedit.AbstractTransferable |
copy, flavor, getTransferData, getTransferDataFlavors, isDataFlavorSupported, paste |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Subtree(Preferences somePreferences) throws BackingStoreException
somePreferences
- the preferences node.Method Detail |
public String toString()
public void cut()
cut
in class AbstractTransferable
protected String humanPresentableClassName()
humanPresentableClassName
in class AbstractTransferable
protected void doPaste(Preferences somePreferences)
doPaste
in class AbstractTransferable
somePreferences
- to which this is added.
|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |