Package com.jsql.view.swing.manager.util
Class ModelExploit
java.lang.Object
com.jsql.view.swing.manager.util.ModelExploit
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final String
final AtomicReference
<JTextField> final String
-
Constructor Summary
ConstructorsConstructorDescriptionModelExploit
(AtomicReference<JTextField> textfield, String labelI18n, String tooltipI18n) ModelExploit
(AtomicReference<JTextField> textfield, String labelI18n, String tooltipI18n, boolean isPassword) -
Method Summary
-
Field Details
-
textfield
-
tooltipI18n
-
labelI18n
-
isPassword
public final boolean isPassword
-
-
Constructor Details
-
ModelExploit
public ModelExploit(AtomicReference<JTextField> textfield, String labelI18n, String tooltipI18n, boolean isPassword) -
ModelExploit
-