Package docking.widgets.filter
Class FilterOptionsEditorDialog
- java.lang.Object
-
- docking.DialogComponentProvider
-
- docking.widgets.filter.FilterOptionsEditorDialog
-
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
public class FilterOptionsEditorDialog extends DialogComponentProvider
Dialog that allows the user to select options related to table filtering. It consists of the following sections: Filter Strategy: Allows the user to define how filter terms are applied to strings. Filter Options: Various generic filter settings. Multi-Term Filtering: Options defining how to interpret filter text when multiple terms are entered.
-
-
Field Summary
-
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
-
Constructor Summary
Constructors Constructor Description FilterOptionsEditorDialog(FilterOptions filterOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterOptions
getResultFilterOptions()
protected void
okCallback()
The callback method for when the "OK" button is pressed.protected void
updatedEnablementForNonRegularExpressionOptions(boolean b)
-
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, close, dialogClosed, dialogShown, dismissCallback, dispose, doInitialize, escapeCallback, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getHelpLocatdion, getId, getIntialLocation, getLocationOnScreen, getParent, getPreferredSize, getRemberSize, getRememberLocation, getStatusColor, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isModal, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, notifyContextChanged, removeAction, removeButton, removeWorkPanel, repack, setApplyEnabled, setApplyToolTip, setBackground, setCancelButtonText, setCancelEnabled, setCancelToolTip, setCursor, setDefaultButton, setDefaultSize, setDialogSize, setDismissToolTip, setFocusComponent, setGlassPane, setHelpLocation, setInitialLocation, setMinimumSize, setMinimumSize, setOkButtonText, setOkEnabled, setOkToolTip, setPreferredSize, setRememberLocation, setRememberSize, setResizable, setStatusJustification, setStatusText, setStatusText, setStatusText, setTitle, setTransient, setUseSharedLocation, showProgressBar, showTaskMonitorComponent, stopProgressTimer, taskCancelled, taskCompleted, toFront, toString, waitForCurrentTask
-
-
-
-
Constructor Detail
-
FilterOptionsEditorDialog
public FilterOptionsEditorDialog(FilterOptions filterOptions)
-
-
Method Detail
-
okCallback
protected void okCallback()
Description copied from class:DialogComponentProvider
The callback method for when the "OK" button is pressed.- Overrides:
okCallback
in classDialogComponentProvider
-
getResultFilterOptions
public FilterOptions getResultFilterOptions()
-
updatedEnablementForNonRegularExpressionOptions
protected void updatedEnablementForNonRegularExpressionOptions(boolean b)
-
-