Package com.iizigo.vs
Class VirtualSpaceEditor
- All Implemented Interfaces:
- IActivationListener,- IDraggingFix,- IWorkbenchPartIZ,- IPropertyEditorController,- IPropUndoContext,- IDisposedPart,- IPropUndoRedo,- IVSAccessor,- IAdaptable,- IExecutableExtension,- IDoubleClickListener,- ISelectionChangedListener,- ISelectionProvider,- IGotoMarker,- IEditorPart,- INavigationLocationProvider,- IPersistable,- IPersistableEditor,- ISaveablePart,- ISaveablesSource,- IWorkbenchPart,- IWorkbenchPart2,- IWorkbenchPart3,- IWorkbenchPartOrientation
The VirtualSpace Editor part.
- Author:
- Christopher Mindus
- Nested Class Summary- Nested classes/interfaces inherited from class com.iizigo.editor.PropEditorPart- PropEditorPart.DragSourceDelegator
- Field SummaryFieldsModifier and TypeFieldDescription- static final StringThe Part ID.- static booleanFlag indicating reversed sort order.- static booleanSorting by type.- Fields inherited from class com.iizigo.editor.PropEditorPart- appUI, copyAction, copyFullPathAction, copyReferenceAction, cutAction, deleteAction, dslPaste, editedPropCnr, EMPTY, filePropCnr, fileResource, globalActionBars, ir, linkAction, moveAction, partSelection, pasteAction, pasteAfterAction, pasteBeforeAction, pasteLinkAction, printAction, propEventListener, redoAction, renameAction, restoreMemento, revertAction, rootPropCnr, saveAction, selectAllAction, selectionEnabler, tiPaste, toolBar, toolBar2, undoAction, updateSelectionAndStatesRunner- Fields inherited from interface org.eclipse.ui.IEditorPart- PROP_DIRTY, PROP_INPUT- Fields inherited from interface org.eclipse.ui.IWorkbenchPart- PROP_TITLE
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- protected void- createEditorComposite- (Composite parent) Creates the Editor Main Composite.- void- dispose()Disposes of the Panel Editor.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.- void- doubleClick- (DoubleClickEvent event) Notifies of a double click in tree viewer.Gets the edited VirtualSpace.- protected void- initEditor- (PropCnr cnr) The initialize editor method.- static void- loadPreferences- (IPreferenceStore store) Initializes the sorter from preferences.- void- onClose()Called when the part is being closed but is not yet disposed but hidden.- protected boolean- performCopyFullPath- (boolean doPerform) Copies the full path.- protected boolean- performCopyReference- (boolean doPerform) Copies the reference.- protected voidPerforms Print.- protected voidRestores this editor's state using the given memento.- static void- savePreferences- (IPreferenceStore store) Saves the preferences of the sorter.- protected void- saveStateImpl- (IMemento memento) Saves the state of the object in the given memento.- protected voidSelection changes in the tree.- static voidSets the default preferences.- protected int- setFocus- (PropCnr container, StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor.- protected booleanReturns if the Copy path should be present or not.- protected booleanReturns if the Copy reference should be present or not.- protected voidUpdate states.- protected booleanProcessing of paste before/after is enabled.- Methods inherited from class com.iizigo.editor.PropEditorPart- addForDisposalAtDispose, addListener, addOpenFile, addSelectionChangedListener, addToolbar2PushButton, addToolbar2PushButton, addToolbar2Separator, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarSeparator, addToolbarSeparator, closeFile, createCommonViewer, createEmptyNavigationLocation, createFilteredCommonViewer, createFilteredCommonViewer, createLicenseExceptionComposite, createMenu, createMenu, createNavigationLocation, createPartControl, doSave, doSaveAs, fireSelectionAndStates, getActiveEditor, getActiveEditor, getActivePart, getActiveSaveables, getAdapter, getCurrentTreeViewer, getEditors, getExtension, getLicenseException, getModuleModel, getMultiSelectionProvider, getPartComposite, getPartName, getRedoAction, getSaveables, getSelection, getSelectionEnabler, getShell, getSyntClipboardSelection, getTargetViewer, getTitleImage, getTitleToolTip, getTitleToolTip, getTopmostEditor, getUndoAction, getUndoContext, getUndoRedo, gotoMarker, hasInitError, init, invalidLicense, isDirty, isDisposed, isDragging, isSaveAsAllowed, isSaveOnCloseNeeded, onActivated, onCloseProject, onComponentFocus, onDragBegin, onDragEnd, onEditedPropertyChangedForVerify, onEditorActivated, onEditorReady, onFileClosed, onPartRenamed, onSetFocus, onUpdateStates, performCollapseAll, performCopy, performCut, performDelete, performExpandAll, performLink, performMove, performPaste, performPasteAfter, performPasteBefore, performPasteLink, performRedo, performRename, performRevert, performSave, performSelectAll, performUndo, postAsyncUpdateStates, proceedInit, proceedInitProperty, refreshViewers, registerFormControl, registerViewer, registerViewer, removeListener, removePropertyValue, removeSelectionChangedListener, restoreState, saveState, selectionChanged, setActionsUndoContext, setBlockViewerFocus, setFocus, setPropertyAttrFlag, setPropertyError, setPropertyValue, setSelection, setTargetViewer, updateAllStates, updateStates, updateStatesPasteBeforeAfter, updateTitle, verifyDirtyStateChanged- Methods inherited from class org.eclipse.ui.part.EditorPart- checkSite, getEditorInput, getEditorSite, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName- Methods inherited from class org.eclipse.ui.part.WorkbenchPart- addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy- Methods inherited from class org.eclipse.core.commands.common.EventManager- addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface org.eclipse.ui.IWorkbenchPart- addPropertyListener, getSite, getTitle, removePropertyListener- Methods inherited from interface com.iizigo.editor.IWorkbenchPartIZ- onComponentFocused
- Field Details- IDThe Part ID.
- isReversedpublic static boolean isReversedFlag indicating reversed sort order.
- isSortedByTypepublic static boolean isSortedByTypeSorting by type.
 
- Constructor Details- VirtualSpaceEditorpublic VirtualSpaceEditor()Eclipse constructor.
 
- Method Details- setDefaultPreferencesSets the default preferences.
- loadPreferencesInitializes the sorter from preferences.
- savePreferencesSaves the preferences of the sorter.
- initEditorThe initialize editor method.- Subclasses may override this method. - Overrides:
- initEditorin class- PropEditorPart
- Parameters:
- cnr- The property container being edited. Note: the real name of the property is in the parent FilePropCnr Atom.
- Throws:
- PartInitException- For initialization failures.
 
- disposepublic void dispose()Disposes of the Panel Editor.- Specified by:
- disposein interface- IWorkbenchPart
- Overrides:
- disposein class- PropEditorPart
 
- onClosepublic void onClose()Called when the part is being closed but is not yet disposed but hidden.- Specified by:
- onClosein interface- IActivationListener
- Overrides:
- onClosein class- PropEditorPart
 
- getVirtualSpaceGets the edited VirtualSpace.- Specified by:
- getVirtualSpacein interface- IVSAccessor
- Returns:
- The VirtualSpace, or null for none.
 
- restoreMementoprotected void restoreMemento()Restores this editor's state using the given memento.- Overrides:
- restoreMementoin class- PropEditorPart
 
- saveStateImplSaves the state of the object in the given memento.- Overrides:
- saveStateImplin class- PropEditorPart
- Parameters:
- memento- The storage area for object's state.
 
- createEditorCompositeCreates the Editor Main Composite.- Specified by:
- createEditorCompositein class- PropEditorPart
- Parameters:
- parent- The empty parent composite without initialized layout, with the widget background color.
 
- supportsCopyReferenceprotected boolean supportsCopyReference()Returns if the Copy reference should be present or not.- Overrides:
- supportsCopyReferencein class- PropEditorPart
- Returns:
- false indicates no such item should be present, true for maybe, depending on selection.
 
- supportsCopyFullPathprotected boolean supportsCopyFullPath()Returns if the Copy path should be present or not.- Overrides:
- supportsCopyFullPathin class- PropEditorPart
- Returns:
- false indicates no such item should be present, true for maybe, depending on selection.
 
- performCopyReferenceprotected boolean performCopyReference- (boolean doPerform) Copies the reference.- Overrides:
- performCopyReferencein class- PropEditorPart
- Parameters:
- doPerform- Flag to perform the action or just testing it.
- Returns:
- true for action enabled, false for disabled.
 
- performCopyFullPathprotected boolean performCopyFullPath- (boolean doPerform) Copies the full path.- Overrides:
- performCopyFullPathin class- PropEditorPart
- Parameters:
- doPerform- Flag to perform the action or just testing it.
- Returns:
- true for action enabled, false for disabled.
 
- selectionChangedExSelection changes in the tree.- Overrides:
- selectionChangedExin class- PropEditorPart
 
- doubleClickNotifies of a double click in tree viewer.- Specified by:
- doubleClickin interface- IDoubleClickListener
- Parameters:
- event- Event object describing the double-click.
 
- updateStatesExprotected void updateStatesEx()Update states.- Overrides:
- updateStatesExin class- PropEditorPart
 
- usePasteBeforeAfterprotected boolean usePasteBeforeAfter()Processing of paste before/after is enabled.- Overrides:
- usePasteBeforeAfterin class- PropEditorPart
- Returns:
- true to handle before/after.
 
- performPrintprotected void performPrint()Performs Print.- Specified by:
- performPrintin class- PropEditorPart
 
- doOpenOpens the property by selecting it in focus.- Overrides:
- doOpenin class- PropEditorPart
 
- doOpenOpens the property by selecting it in focus.- Overrides:
- doOpenin class- PropEditorPart
- Parameters:
- prop- The property to focus.
- index- The index in a multi-property.
- childName- Name of child property or null.
- Returns:
- true for success, false for failure.
 
- setFocusprotected int setFocus- (PropCnr container, StructuredViewer viewer, IzFilter filter, PropertyEditor propertyEditor, GProp<?> property, int index, String childName) Attempts to set focus to the property in question based on a container, a viewer and a property editor. If successful, the viewer selects the property or its ancestor, the property editor has the focus to the edited property.- This call should be made from the SWT thread. - Overrides:
- setFocusin class- PropEditorPart
- Parameters:
- container- The container.
- viewer- A viewer.
- filter- A filter instance for the viewer, null for none.
- propertyEditor- The property editor.
- property- The property to focus.
- index- Index in multi-property, -1 for none.
- childName- Name of child property or null.
- Returns:
- -1=failed, 0=selection only, 1=selection+property.