Package org.yamcs.studio.core.ui
Class ConnectionStringStatusLineContributionItem
java.lang.Object
org.eclipse.jface.action.ContributionItem
org.yamcs.studio.core.utils.StatusLineContributionItem
org.yamcs.studio.core.ui.ConnectionStringStatusLineContributionItem
- All Implemented Interfaces:
IContributionItem,YamcsAware
public class ConnectionStringStatusLineContributionItem
extends StatusLineContributionItem
implements YamcsAware
-
Field Summary
Fields inherited from class org.yamcs.studio.core.utils.StatusLineContributionItem
CALC_TRUE_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidCalled when we the global connection to yamcs was succesfully establishedvoidvoidvoidCalled when the yamcs is connection went lostMethods inherited from class org.yamcs.studio.core.utils.StatusLineContributionItem
addClickListener, fill, getDisplayLocation, getText, isDisposed, setErrorText, setImage, setText, setToolTipTextMethods 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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.yamcs.studio.core.YamcsAware
changeInstance, changeProcessor, changeProcessorInfo, updateClearance, updateTime
-
Constructor Details
-
ConnectionStringStatusLineContributionItem
-
ConnectionStringStatusLineContributionItem
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceIContributionItem- Overrides:
disposein classContributionItem
-
onYamcsConnecting
public void onYamcsConnecting()- Specified by:
onYamcsConnectingin interfaceYamcsAware
-
onYamcsConnected
public void onYamcsConnected()Description copied from interface:YamcsAwareCalled when we the global connection to yamcs was succesfully established- Specified by:
onYamcsConnectedin interfaceYamcsAware
-
onYamcsDisconnected
public void onYamcsDisconnected()Description copied from interface:YamcsAwareCalled when the yamcs is connection went lost- Specified by:
onYamcsDisconnectedin interfaceYamcsAware
-
onYamcsConnectionFailed
- Specified by:
onYamcsConnectionFailedin interfaceYamcsAware
-