connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java
changeset 703 3a27d56389d5
parent 687 593d05f9d5ca
child 704 670ab96c591c
equal deleted inserted replaced
698:9162f4cfad65 703:3a27d56389d5
    47 
    47 
    48 /**
    48 /**
    49  * The view part for Remote connections
    49  * The view part for Remote connections
    50  */
    50  */
    51 public class ConnectionsView extends ViewPart {
    51 public class ConnectionsView extends ViewPart {
       
    52 	public static final String VIEW_ID = "com.nokia.carbide.remoteconnections.view.ConnectionsView"; //$NON-NLS-1$
    52 
    53 
    53 	private TreeViewer viewer;
    54 	private TreeViewer viewer;
    54 	private IConnectionsManagerListener connectionStoreChangedListener;
    55 	private IConnectionsManagerListener connectionStoreChangedListener;
    55 	private Map<IConnectedService, IStatusChangedListener> serviceToListenerMap;
    56 	private Map<IConnectedService, IStatusChangedListener> serviceToListenerMap;
    56 	private List<Action> actions;
    57 	private List<Action> actions;