public interface ExpressionBuilderPicker
Modifier and Type | Method and Description |
---|---|
void |
addExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
Adds ExpressionBuilderPickerListener to this picker.
|
javax.swing.JComponent |
getComponent()
Returns the picker's GUI component.
|
java.lang.String |
getTitle()
Returns the title of the picker, or null if none is wanted.
|
void |
load()
Notifies the picker it should load its data.
|
void |
removeExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
Removes ExpressionBuilderPickerListener to this picker.
|
java.lang.String getTitle()
void load()
javax.swing.JComponent getComponent()
void addExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
l
- ExpressionBuilderPickerListenervoid removeExpressionBuilderPickerListener(ExpressionBuilderPickerListener l)
l
- ExpressionBuilderPickerListener