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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
Called when we the global connection to yamcs was succesfully establishedvoid
void
void
Called when the yamcs is connection went lostMethods 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, changeProcessorInfo, updateClearance, updateTime
-
Constructor Details
-
ConnectionStringStatusLineContributionItem
-
ConnectionStringStatusLineContributionItem
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIContributionItem
- Overrides:
dispose
in classContributionItem
-
onYamcsConnecting
public void onYamcsConnecting()- Specified by:
onYamcsConnecting
in interfaceYamcsAware
-
onYamcsConnected
public void onYamcsConnected()Description copied from interface:YamcsAware
Called when we the global connection to yamcs was succesfully established- Specified by:
onYamcsConnected
in interfaceYamcsAware
-
onYamcsDisconnected
public void onYamcsDisconnected()Description copied from interface:YamcsAware
Called when the yamcs is connection went lost- Specified by:
onYamcsDisconnected
in interfaceYamcsAware
-
onYamcsConnectionFailed
- Specified by:
onYamcsConnectionFailed
in interfaceYamcsAware
-