Package org.yamcs.studio.core.ui
Class ProcessorStatusLineContributionItem
java.lang.Object
org.eclipse.jface.action.ContributionItem
org.yamcs.studio.core.utils.StatusLineContributionItem
org.yamcs.studio.core.ui.ProcessorStatusLineContributionItem
- All Implemented Interfaces:
IContributionItem
,YamcsAware
public class ProcessorStatusLineContributionItem
extends StatusLineContributionItem
implements YamcsAware
-
Field Summary
Fields inherited from class org.yamcs.studio.core.utils.StatusLineContributionItem
CALC_TRUE_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeProcessorInfo
(ProcessorInfo processor) void
dispose()
Methods inherited from class org.yamcs.studio.core.utils.StatusLineContributionItem
addClickListener, fill, getDisplayLocation, getText, isDisposed, setErrorText, setImage, setText, setToolTipText
Methods inherited from class org.eclipse.jface.action.ContributionItem
fill, fill, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, setVisible, toString, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.yamcs.studio.core.YamcsAware
changeInstance, changeProcessor, onYamcsConnected, onYamcsConnecting, onYamcsConnectionFailed, onYamcsDisconnected, updateClearance, updateTime
-
Constructor Details
-
ProcessorStatusLineContributionItem
-
ProcessorStatusLineContributionItem
-
-
Method Details
-
changeProcessorInfo
- Specified by:
changeProcessorInfo
in interfaceYamcsAware
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIContributionItem
- Overrides:
dispose
in classContributionItem
-