Class CommandStackView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.yamcs.studio.commanding.stack.CommandStackView
- All Implemented Interfaces:
IAdaptable,IExecutableExtension,IPersistable,IViewPart,IWorkbenchPart,IWorkbenchPart2,IWorkbenchPart3,IWorkbenchPartOrientation,YamcsAware
-
Field Summary
FieldsFields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTelecommand(StackedCommand command) voidchangeProcessor(String instance, String processor) The globally activated processor has changed.voidcreatePartControl(Composite parent) voiddispose()voidvoidselectCommand(StackedCommand command) voidvoidvoidselectNextCommand(StackedCommand command) voidsetFocus()voidsetWaitTime(int waitTime) voidupdateClearance(boolean enabled, Mdb.SignificanceInfo.SignificanceLevelType level) Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartNameMethods 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, showBusyMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListenerMethods inherited from interface org.yamcs.studio.core.YamcsAware
changeInstance, changeProcessorInfo, onYamcsConnected, onYamcsConnecting, onYamcsConnectionFailed, onYamcsDisconnected, updateTime
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
CommandStackView
public CommandStackView()
-
-
Method Details
-
createPartControl
- Specified by:
createPartControlin interfaceIWorkbenchPart- Specified by:
createPartControlin classWorkbenchPart
-
changeProcessor
Description copied from interface:YamcsAwareThe globally activated processor has changed. This is always called on the UI thread.Note that this method is not called if only the instance has changed.
- Specified by:
changeProcessorin interfaceYamcsAware
-
updateClearance
- Specified by:
updateClearancein interfaceYamcsAware
-
selectFirst
public void selectFirst() -
findNextCommand
-
selectNextCommand
public void selectNextCommand() -
selectNextCommand
-
selectCommand
-
getErrorBackgroundColor
-
getIdentifierStyler
-
getBracketStyler
-
getArgNameStyler
-
getNumberStyler
-
getErrorStyler
-
setWaitTime
public void setWaitTime(int waitTime) -
addTelecommand
-
refreshState
public void refreshState() -
setFocus
public void setFocus()- Specified by:
setFocusin interfaceIWorkbenchPart- Specified by:
setFocusin classWorkbenchPart
-
getCommandExecution
-
dispose
public void dispose()- Specified by:
disposein interfaceIWorkbenchPart- Overrides:
disposein classWorkbenchPart
-