Interface TethysUIPasswordField
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent
- All Known Implementing Classes:
TethysUICorePasswordField
public interface TethysUIPasswordField
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>, TethysUIComponent
Password Field.
-
Method Summary
Modifier and TypeMethodDescriptionchar[]Obtain the password.voidsetPassword(char[] pPassword) set password.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrarMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
setPassword
void setPassword(char[] pPassword) set password.- Parameters:
pPassword- the password.
-
getPassword
char[] getPassword()Obtain the password.- Returns:
- the password
-