|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
de.tkuhn.util.prefs.gui.event.PrefSelectionEvent
public class PrefSelectionEvent
This event is issued if a new Preferences node is being selected.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PrefSelectionEvent(java.lang.Object source,
java.util.prefs.Preferences selection)
Creates a new instance of PrefSelectionEvent |
|
| Method Summary | |
|---|---|
java.util.prefs.Preferences |
getPreferences()
Get the selected Preferences node. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrefSelectionEvent(java.lang.Object source,
java.util.prefs.Preferences selection)
source - the object that issued this eventselection - the Preferences that are selected| Method Detail |
|---|
public java.util.prefs.Preferences getPreferences()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||