Package edu.umd.cs.findbugs
Class IGuiCallback.FormItem
java.lang.Object
edu.umd.cs.findbugs.IGuiCallback.FormItem
- Enclosing interface:
IGuiCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private final String
private JComponent
private List
<IGuiCallback.FormItem> private final String
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()
getItems()
getLabel()
boolean
password()
void
setCurrentValue
(String currentValue) void
setField
(JComponent field) void
setItems
(List<IGuiCallback.FormItem> items) void
updated()
-
Field Details
-
label
-
defaultValue
-
password
private boolean password -
possibleValues
-
field
-
currentValue
-
items
-
-
Constructor Details
-
FormItem
-
FormItem
-
FormItem
-
-
Method Details
-
password
-
isPassword
public boolean isPassword() -
getLabel
-
getDefaultValue
-
getPossibleValues
-
getField
-
setField
-
setItems
-
getItems
-
setCurrentValue
-
getCurrentValue
-
updated
public void updated()
-