public interface IPathBrowserPanelListener
Modifier and Type | Method and Description |
---|---|
void |
focusGainedOnName()
Notifies the listener that the name field has the focus now.
|
void |
focusGainedOnPath()
Notifies the listener that the path field has the focus now.
|
void |
focusLost()
Notifies the listener that neither the name nor the path field has the
focus now.
|
void |
nameNotValid()
Notifies the listener that no name is given or that the given name is
invalid.
|
void |
pathNotValid()
Notifies the listener that no path is given or that the given path is
invalid.
|
void |
validated()
Notifies the listener that the user has now entered a name and a path and
that both information is valid.
|
void nameNotValid()
void pathNotValid()
void validated()
void focusGainedOnName()
void focusGainedOnPath()
void focusLost()