Class TablesView
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.ui.part.WorkbenchPart
-
- org.eclipse.ui.part.ViewPart
-
- org.palladiosimulator.pcmtx.pcmtxviews.views.PCMTXView
-
- org.palladiosimulator.pcmtx.pcmtxviews.views.TablesView
-
- All Implemented Interfaces:
Observer
,IAdaptable
,IExecutableExtension
,IPersistable
,ISaveablePart
,ISaveablePart2
,IViewPart
,IWorkbenchPart
,IWorkbenchPart2
,IWorkbenchPart3
,IWorkbenchPartOrientation
public class TablesView extends PCMTXView
This class represents a eclipse workbench view to modifyTable
s in a pcmtx model file.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
-
Fields inherited from class org.palladiosimulator.pcmtx.pcmtxviews.views.PCMTXView
PCMTX_FILE_EXTENSION, RESOURCETYPE_FILE_EXTENSION
-
Fields inherited from interface org.eclipse.ui.ISaveablePart
PROP_DIRTY
-
Fields inherited from interface org.eclipse.ui.ISaveablePart2
CANCEL, DEFAULT, NO, YES
-
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
-
Constructor Summary
Constructors Constructor Description TablesView()
Creates a new Tables-EditorView
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
promptToSaveOnClose()
-
Methods inherited from class org.palladiosimulator.pcmtx.pcmtxviews.views.PCMTXView
createPartControl, dispose, doSave, doSaveAs, getCurrentResource, getEObjectManager, getViewID, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, notifyActive, setDirty, setFocus, setResource, update
-
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
-
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, 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.core.runtime.IAdaptable
getAdapter
-
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-