Class SelectPassword
java.lang.Object
com.marginallyclever.donatello.select.Select
com.marginallyclever.donatello.select.SelectPassword
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattach(JComponent panel, GridBagConstraints gbc) booleanbooleanvoidsetDragEnabled(boolean b) voidsetEditable(boolean b) voidsetPassword(String str) voidsetReadOnly(boolean state) Methods inherited from class com.marginallyclever.donatello.select.Select
addSelectListener, getName, removeSelectListener, setName
-
Constructor Details
-
SelectPassword
-
-
Method Details
-
attach
-
setReadOnly
public void setReadOnly(boolean state) - Specified by:
setReadOnlyin classSelect
-
getPassword
-
setPassword
-
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean b) -
getDragEnabled
public boolean getDragEnabled() -
setDragEnabled
public void setDragEnabled(boolean b)
-