|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathListener | |
---|---|
de.sciss.common | |
de.sciss.gui |
Uses of PathListener in de.sciss.common |
---|
Classes in de.sciss.common that implement PathListener | |
---|---|
class |
BasicPathField
|
Uses of PathListener in de.sciss.gui |
---|
Classes in de.sciss.gui that implement PathListener | |
---|---|
class |
PathField
This class is an updated (slim) version of FScape's PathField and provides a GUI object
that displays a file's or folder's path,
optionally with format information, and allows
the user to browse the harddisk to change
to a different file. |
class |
PrefPathField
Subclass of PathField that enables automatic Preferences association |
Methods in de.sciss.gui with parameters of type PathListener | |
---|---|
void |
PathField.addPathListener(PathListener listener)
Registers a PathListener
which will be informed about changes of
the path (i.e. user selections in the
file chooser or text editing). |
void |
PathButton.addPathListener(PathListener listener)
Register a PathListener
which will be informed about changes of
the path (i.e. user selections in the
file chooser). |
void |
PathField.removePathListener(PathListener listener)
Unregisters a PathListener
from receiving path change events. |
void |
PathButton.removePathListener(PathListener listener)
Unregister a PathListener
from receiving path change events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |