connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/ConnectionStatusSelectorContribution.java
changeset 749 22f0d10fce10
parent 748 7bd40a2d0a18
child 757 dfe9c76b4eb2
equal deleted inserted replaced
748:7bd40a2d0a18 749:22f0d10fce10
    78 
    78 
    79 	/**
    79 	/**
    80 	 * This is the id on the command in the toolbar contribution associated with this 
    80 	 * This is the id on the command in the toolbar contribution associated with this 
    81 	 * widget.  Keep this in sync with the extension point!
    81 	 * widget.  Keep this in sync with the extension point!
    82 	 */
    82 	 */
    83 	private static final String OPEN_REMOTE_CONNECTIONS_VIEW_COMMAND_ID = "openRemoteConnectionsView";
    83 	private static final String OPEN_REMOTE_CONNECTIONS_VIEW_COMMAND_ID = "openRemoteConnectionsView"; //$NON-NLS-1$
    84 	private Composite container;
    84 	private Composite container;
    85 	private CLabel connectionInfo;
    85 	private CLabel connectionInfo;
    86 	private ToolItem connectionIcon;
    86 	private ToolItem connectionIcon;
    87 	private IConnectionsManager manager;
    87 	private IConnectionsManager manager;
    88 	private IConnection defaultConnection;
    88 	private IConnection defaultConnection;