Package docking.widgets
Class FindDialogResultsProvider
java.lang.Object
docking.ComponentProvider
docking.widgets.FindDialogResultsProvider
- All Implemented Interfaces:
ActionContextProvider,HelpDescriptor,EventListener,TableModelListener
-
Field Summary
Fields inherited from class docking.ComponentProvider
DEFAULT_WINDOW_GROUP, dockingTool -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is the callback that will happen when the user presses the 'X' button of a provider.voidNotifies the component provider that it is now the active providervoidNotifies the component provider that it is no longer the active providerReturns the component to be displayedgetTable()voidvoidMethods inherited from class docking.ComponentProvider
addLocalAction, addToTool, addToToolbar, adjustFontSize, canBeParent, componentHidden, componentMadeDisplayable, componentShown, contextChanged, createContext, createContext, createContext, getActionContext, getBaseIcon, getContextType, getDefaultWindowPosition, getHelpInfo, getHelpLocation, getHelpObject, getIcon, getInstanceID, getIntraGroupPosition, getLocalActions, getMappedName, getMappedOwner, getName, getOwner, getSubTitle, getTabText, getTitle, getTool, getWindowGroup, getWindowSubMenuName, initializeInstanceID, isActive, isFocusedProvider, isInTool, isShowing, isSnapshot, isTransient, isVisible, registerAdjustableFontId, registerProviderNameOwnerChange, removeAllLocalActions, removeFromTool, removeLocalAction, requestFocus, resetFontSize, setCustomSubTitle, setCustomTabText, setCustomTitle, setDefaultFocusComponent, setDefaultWindowPosition, setHelpLocation, setIcon, setIntraGroupPosition, setKeyBinding, setSubTitle, setTabText, setTitle, setTransient, setVisible, setWindowGroup, setWindowMenuGroup, toFront, toString
-
Method Details
-
installRemoveItemsAction
public void installRemoveItemsAction() -
closeComponent
public void closeComponent()Description copied from class:ComponentProviderThis is the callback that will happen when the user presses the 'X' button of a provider. Transient providers will be removed from the tool completely. Non-transient providers will merely be hidden.Subclasses may override this method to prevent a provider from being closed; for example, if an editor has unsaved changes, then this method could prevent the close from happening.
- Overrides:
closeComponentin classComponentProvider
-
getComponent
Description copied from class:ComponentProviderReturns the component to be displayed- Specified by:
getComponentin classComponentProvider- Returns:
- the component to be displayed
-
componentActivated
public void componentActivated()Description copied from class:ComponentProviderNotifies the component provider that it is now the active provider- Overrides:
componentActivatedin classComponentProvider
-
componentDeactived
public void componentDeactived()Description copied from class:ComponentProviderNotifies the component provider that it is no longer the active provider- Overrides:
componentDeactivedin classComponentProvider
-
tableChanged
- Specified by:
tableChangedin interfaceTableModelListener
-
getTable
-
getResults
-