public interface IFileNamePanelListener
Modifier and Type | Method and Description |
---|---|
void |
focusGainedOnName()
Notifies the listener that the name field has the focus now.
|
void |
focusGainedOnPathTree()
Notifies the listener that the folder panel 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 |
validated()
Notifies the listener that the user has now entered a name and a path and
that both information is valid.
|
void nameNotValid()
void validated()
void focusGainedOnName()
void focusGainedOnPathTree()
void focusLost()