2009-01-09 1.2.0

Uses of Class
org.eclipse.soda.dk.profile.swt.Bridge

Packages that use Bridge
org.eclipse.soda.dk.profile.swt This package is part of the org.eclipse.soda.dk.profile.swt project. 
 

Uses of Bridge in org.eclipse.soda.dk.profile.swt
 

Subclasses of Bridge in org.eclipse.soda.dk.profile.swt
 class CommandBridge
           
 class MeasurementBridge
           
 class SignalBridge
           
 

Fields in org.eclipse.soda.dk.profile.swt declared as Bridge
protected  Bridge ControlWindow.bridge
          Define the bridge (Bridge) field.
protected  Bridge[] ProfileSwt.bridges
          Define the bridges (Bridge[]) field.
 

Methods in org.eclipse.soda.dk.profile.swt that return Bridge
 Bridge ControlWindow.getBridge()
          Gets the bridge value.
 Bridge[] ProfileSwt.getBridges()
          Gets the bridges (Bridge[]) value.
 

Methods in org.eclipse.soda.dk.profile.swt with parameters of type Bridge
protected  void ProfileSwt.openControlWindow(Bridge bridge)
          Get data dialog with the specified bridge parameter.
 void ControlWindow.setBridge(Bridge bridge)
          Sets the bridge value.
 void ProfileSwt.setBridges(Bridge[] bridges)
          Sets the bridges value.
 

Constructors in org.eclipse.soda.dk.profile.swt with parameters of type Bridge
ControlWindow(Bridge bridge)
          Constructs an instance of this class from the specified parent and style parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.