Uses of Interface
org.eclipse.ui.IMemento
-
Packages that use IMemento Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of IMemento in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return IMemento Modifier and Type Method Description protected IMementoAbstractDebugView. getMemento()Returns the memento that contains the persisted state of the view.Methods in org.eclipse.debug.ui with parameters of type IMemento Modifier and Type Method Description voidAbstractDebugView. init(IViewSite site, IMemento memento)protected voidAbstractDebugView. setMemento(IMemento memento)Sets the memento that contains the persisted state of the view. -
Uses of IMemento in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IMemento Modifier and Type Method Description protected Map<String,Object>ImportBreakpointsOperation. collectBreakpointProperties(IMemento memento)Collects all of the properties for a breakpoint from the memento describing it. -
Uses of IMemento in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type IMemento Modifier and Type Method Description voidISearchResultPage. restoreState(IMemento memento)Restores the page state.voidISearchResultPage. saveState(IMemento memento)Saves the page state in a memento. -
Uses of IMemento in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IMemento Modifier and Type Method Description voidAbstractTextSearchViewPage. restoreState(IMemento memento)Restores the page state.voidAbstractTextSearchViewPage. saveState(IMemento memento) -
Uses of IMemento in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IMemento Modifier and Type Method Description ResourceMapping[]ISynchronizationCompareAdapter. restore(IMemento memento)Restore the previously saved resource mappings.voidSynchronizationContentProvider. restoreState(IMemento aMemento)voidSynchronizationLabelProvider. restoreState(IMemento aMemento)voidISynchronizationCompareAdapter. save(ResourceMapping[] mappings, IMemento memento)Save the given resource mappings from this adapters model provider into the given memento in a form that can be restored at a future time.voidSynchronizationContentProvider. saveState(IMemento aMemento)voidSynchronizationLabelProvider. saveState(IMemento aMemento) -
Uses of IMemento in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IMemento Modifier and Type Method Description protected static ISynchronizeScopeAbstractSynchronizeScope. createScope(IMemento settings)Restore a scope from the given mementovoidAbstractSynchronizeParticipant. init(String secondaryId, IMemento memento)Classes that are persisted must override this method and perform the following initialization.protected voidAbstractSynchronizeScope. init(IMemento memento)Method invoked from the constructor which populates the fields of this scopevoidISynchronizeParticipant. init(String secondaryId, IMemento memento)Initializes this participant with the given participant state.voidModelSynchronizeParticipant. init(String secondaryId, IMemento memento)protected voidResourceScope. init(IMemento memento)voidSubscriberParticipant. init(String secondaryId, IMemento memento)protected voidWorkingSetScope. init(IMemento memento)protected static voidAbstractSynchronizeScope. saveScope(ISynchronizeScope scope, IMemento settings)Save the scope to the given mementovoidAbstractSynchronizeParticipant. saveState(IMemento memento)voidAbstractSynchronizeScope. saveState(IMemento memento)Persist the state of this scope.voidISynchronizeParticipant. saveState(IMemento memento)Saves the participants object state within the memento.voidModelSynchronizeParticipant. saveState(IMemento memento)voidResourceScope. saveState(IMemento memento)voidSubscriberParticipant. saveState(IMemento memento)voidWorkingSetScope. saveState(IMemento memento)Constructors in org.eclipse.team.ui.synchronize with parameters of type IMemento Constructor Description AbstractSynchronizeScope(IMemento memento)Constructor a scope from a previously saved stateResourceScope(IMemento memento)Create this scope from it's previously saved stateWorkingSetScope(IMemento memento)Create this scope from it's previously saved state -
Uses of IMemento in org.eclipse.ui
Classes in org.eclipse.ui that implement IMemento Modifier and Type Class Description classXMLMementoThis class represents the default implementation of theIMementointerface.Methods in org.eclipse.ui that return IMemento Modifier and Type Method Description IMementoXMLMemento. copyChild(IMemento child)Create a copy of the child node and append it to this node.IMementoIMemento. createChild(String type)Creates a new child of this memento with the given type.IMementoIMemento. createChild(String type, String id)Creates a new child of this memento with the given type and id.IMementoXMLMemento. createChild(String type)Creates a new child of this memento with the given type.IMementoXMLMemento. createChild(String type, String id)Creates a new child of this memento with the given type and id.IMementoIMemento. getChild(String type)Returns the first child with the given type id.IMementoXMLMemento. getChild(String type)IMemento[]IMemento. getChildren()Returns all children of this node.IMemento[]IMemento. getChildren(String type)Returns all children with the given type id.IMemento[]XMLMemento. getChildren()IMemento[]XMLMemento. getChildren(String type)IMemento[]IWorkbenchPage. getEditorState(IEditorReference[] editorRefs, boolean includeInputState)Return an IMemento containing the current state of the editor for each of the given references.Methods in org.eclipse.ui with parameters of type IMemento Modifier and Type Method Description IMementoXMLMemento. copyChild(IMemento child)Create a copy of the child node and append it to this node.IAdaptableIElementFactory. createElement(IMemento memento)Re-creates and returns an object from the state captured within the given memento.IWorkingSetIWorkingSetManager. createWorkingSet(IMemento memento)Re-creates and returns a working set from the state captured within the given memento.voidIViewPart. init(IViewSite site, IMemento memento)Initializes this view with the given view site.IEditorReference[]IWorkbenchPage. openEditors(IEditorInput[] inputs, String[] editorIDs, IMemento[] mementos, int matchFlags, int activateIndex)Opens editors for the given inputs.voidIMemento. putMemento(IMemento memento)Copy the attributes and children frommementoto the receiver.voidXMLMemento. putMemento(IMemento memento)Copy the attributes and children frommementoto the receiver.voidILocalWorkingSetManager. restoreState(IMemento memento)Restores the state of the working set manager from the given memento.voidINavigationLocation. restoreState(IMemento memento)Restore the state of this location from themementovoidIPersistableEditor. restoreState(IMemento memento)Called with a memento for this editor.voidILocalWorkingSetManager. saveState(IMemento memento)Saves the state of the working set manager to the given memento.voidINavigationLocation. saveState(IMemento memento)Persists the state of this location into themementovoidIPersistable. saveState(IMemento memento)Saves the state of the object in the given memento.voidIViewPart. saveState(IMemento memento)Saves the object state within a memento. -
Uses of IMemento in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IMemento Modifier and Type Method Description voidWorkingSetFilterActionGroup. restoreState(IMemento memento)Restores the state of the filter actions from a memento.voidWorkingSetFilterActionGroup. saveState(IMemento memento)Saves the state of the filter actions in a memento. -
Uses of IMemento in org.eclipse.ui.application
Methods in org.eclipse.ui.application with parameters of type IMemento Modifier and Type Method Description IStatusActionBarAdvisor. restoreState(IMemento memento)Restores arbitrary application-specific state information for this action bar advisor.IStatusWorkbenchAdvisor. restoreState(IMemento memento)Restores arbitrary application-specific state information for this workbench advisor.IStatusWorkbenchWindowAdvisor. restoreState(IMemento memento)Restores arbitrary application specific state information.IWorkbenchWindowConfigurerIWorkbenchConfigurer. restoreWorkbenchWindow(IMemento memento)Restores a workbench window from the given memento.IStatusActionBarAdvisor. saveState(IMemento memento)Saves arbitrary application-specific state information for this action bar advisor.IStatusIWorkbenchWindowConfigurer. saveState(IMemento memento)Saves the current state of the window using the specified memento.IStatusWorkbenchAdvisor. saveState(IMemento memento)Saves arbitrary application-specific state information for this workbench advisor.IStatusWorkbenchWindowAdvisor. saveState(IMemento memento)Saves arbitrary application specific state information. -
Uses of IMemento in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type IMemento Modifier and Type Method Description voidFilteredItemsSelectionDialog.SelectionHistory. load(IMemento memento)Load history elements from memento.protected abstract ObjectFilteredItemsSelectionDialog.SelectionHistory. restoreItemFromMemento(IMemento memento)Creates an object using given memento.voidFilteredItemsSelectionDialog.SelectionHistory. save(IMemento memento)Save history elements to memento.protected abstract voidFilteredItemsSelectionDialog.SelectionHistory. storeItemToMemento(Object item, IMemento memento)Store object inIMemento. -
Uses of IMemento in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IMemento Modifier and Type Method Description IAdaptableFileStoreEditorInputFactory. createElement(IMemento memento)voidFileStoreEditorInput. saveState(IMemento memento) -
Uses of IMemento in org.eclipse.ui.intro
Methods in org.eclipse.ui.intro with parameters of type IMemento Modifier and Type Method Description voidIIntroPart. init(IIntroSite site, IMemento memento)Initializes this intro part with the given intro site.voidIIntroPart. saveState(IMemento memento)Saves the object state within a memento. -
Uses of IMemento in org.eclipse.ui.intro.config
Methods in org.eclipse.ui.intro.config with parameters of type IMemento Modifier and Type Method Description voidCustomizableIntroPart. init(IIntroSite site, IMemento memento)voidIStandbyContentPart. init(IIntroPart introPart, IMemento memento)Initializes this intro standby content part with the given intro site.voidCustomizableIntroPart. saveState(IMemento memento)voidIStandbyContentPart. saveState(IMemento memento)Saves the object state within a memento. -
Uses of IMemento in org.eclipse.ui.navigator
Fields in org.eclipse.ui.navigator declared as IMemento Modifier and Type Field Description protected IMementoCommonNavigator. mementoTo allowCommonNavigator.createCommonViewer(Composite)to be subclassedMethods in org.eclipse.ui.navigator that return IMemento Modifier and Type Method Description protected IMementoCommonNavigator. getMemento()IMementoICommonContentExtensionSite. getMemento()Advanced extensions may expose user-customizeable properties that affect the structure or behavior of the extension.Methods in org.eclipse.ui.navigator with parameters of type IMemento Modifier and Type Method Description voidCommonNavigator. init(IViewSite aSite, IMemento aMemento)Note: This method is for internal use only.voidCommonActionProvider. restoreState(IMemento aMemento)Restore the previous state of any actions using the flags in aMemento.voidCommonNavigatorManager. restoreState(IMemento aMemento)voidIMementoAware. restoreState(IMemento aMemento)Restore the previous state of any actions using the flags in aMemento.voidINavigatorContentService. restoreState(IMemento aMemento)Restore the state associated with the memento.voidNavigatorActionService. restoreState(IMemento aMemento)Use the given memento to restore the state of each Action Provider as it is initialized.voidCommonActionProvider. saveState(IMemento aMemento)Save flags in aMemento to remember the state of any actions that persist from session to session.voidCommonNavigator. saveState(IMemento aMemento)Note: This method is for internal use only.voidCommonNavigatorManager. saveState(IMemento aMemento)voidIMementoAware. saveState(IMemento aMemento)Save flags in aMemento to remember the state of any actions that persist from session to session.voidINavigatorContentService. saveState(IMemento aMemento)Persist any session-to-session state with the memento.voidNavigatorActionService. saveState(IMemento aMemento)Request that Action Providers save any state that they find interesting.Constructors in org.eclipse.ui.navigator with parameters of type IMemento Constructor Description CommonNavigatorManager(CommonNavigator aNavigator, IMemento aMemento)Adds listeners to aNavigator to listen for selection changes and respond to mouse events. -
Uses of IMemento in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type IMemento Modifier and Type Method Description voidProjectExplorer. init(IViewSite site, IMemento memento)voidProjectExplorer. saveState(IMemento aMemento) -
Uses of IMemento in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IMemento Modifier and Type Method Description IAdaptableFileEditorInputFactory. createElement(IMemento memento)voidIntroPart. init(IIntroSite site, IMemento memento)The base implementation of thisIIntroPartmethod ignores the memento and initializes the part in a fresh state.voidViewPart. init(IViewSite site, IMemento memento)voidFileEditorInput. saveState(IMemento memento)static voidFileEditorInputFactory. saveState(IMemento memento, FileEditorInput input)Saves the state of the given file editor input into the given memento.voidIntroPart. saveState(IMemento memento)The base implementation of thisIIntroPartmethod does nothing.voidViewPart. saveState(IMemento memento) -
Uses of IMemento in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IMemento Modifier and Type Method Description protected booleanAbstractTextEditor. containsSavedState(IMemento memento)Returns whether the given memento contains saved stateprotected voidAbstractTextEditor. doRestoreState(IMemento memento)Restores this editor's state using the given memento.voidAbstractTextEditor. restoreState(IMemento memento)voidTextSelectionNavigationLocation. restoreState(IMemento memento)Restores the object state from the given memento.voidAbstractTextEditor. saveState(IMemento memento)voidTextSelectionNavigationLocation. saveState(IMemento memento)Stores the object state into the given memento. -
Uses of IMemento in org.eclipse.ui.views.bookmarkexplorer
Methods in org.eclipse.ui.views.bookmarkexplorer with parameters of type IMemento Modifier and Type Method Description voidBookmarkNavigator. init(IViewSite site, IMemento memento)Deprecated.voidBookmarkNavigator. saveState(IMemento memento)Deprecated. -
Uses of IMemento in org.eclipse.ui.views.framelist
Methods in org.eclipse.ui.views.framelist with parameters of type IMemento Modifier and Type Method Description voidTreeFrame. restoreState(IMemento memento)Restore the frame from the specified memento.voidTreeFrame. saveState(IMemento memento)Save the frame state in the given memento. -
Uses of IMemento in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type IMemento Modifier and Type Method Description abstract voidMarkerFieldFilter. loadSettings(IMemento memento)Load any settings for the receiver from the memento.abstract voidMarkerFieldFilter. saveSettings(IMemento memento)Save any of the relevant state for the receiver in the memento so that it can be used to restore the user settings. -
Uses of IMemento in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type IMemento Modifier and Type Method Description voidResourceNavigator. init(IViewSite site, IMemento memento)Deprecated.protected voidResourceNavigator. restoreState(IMemento memento)Deprecated.Restores the state of the receiver to the state described in the specified memento.voidResourceNavigator. saveState(IMemento memento)Deprecated. -
Uses of IMemento in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type IMemento Modifier and Type Method Description voidPropertySheet. saveState(IMemento memento)
-