Uses of Class
edu.wpi.ebob.internal.gui.Instance

Packages that use Instance
edu.wpi.ebob.actions   
edu.wpi.ebob.internal.gui   
edu.wpi.ebob.internal.gui.dialogs   
edu.wpi.ebob.internal.inspect   
edu.wpi.ebob.views   
 

Uses of Instance in edu.wpi.ebob.actions
 

Fields in edu.wpi.ebob.actions declared as Instance
private  Instance RemoveInstanceAction.instance
           
private  Instance InspectInstanceAction.instance
           
 

Constructors in edu.wpi.ebob.actions with parameters of type Instance
InspectInstanceAction(Instance instance)
           
RemoveInstanceAction(Instance instance)
          Creates a new RemoveInstanceAction for the purpose of removing the specified instance.
 

Uses of Instance in edu.wpi.ebob.internal.gui
 

Fields in edu.wpi.ebob.internal.gui declared as Instance
private  Instance InstancePropertySource.instance
          the instance whose properties we are concerned about.
private  Instance InstanceContainer.selectedInstance
          the currently selected instance in the container
 

Methods in edu.wpi.ebob.internal.gui that return Instance
private  Instance ICMouseListener.getInstance(org.eclipse.swt.widgets.Control source)
          obtains the Instance that contains this control if the control itself is an Instance, or if a parent of the control is an Instance.
 

Constructors in edu.wpi.ebob.internal.gui with parameters of type Instance
InstancePropertySource(Instance instance)
          constructs a new property source for the given instance.
 

Uses of Instance in edu.wpi.ebob.internal.gui.dialogs
 

Fields in edu.wpi.ebob.internal.gui.dialogs declared as Instance
private  Instance RemoveInstanceDialog.instance
           
 

Constructors in edu.wpi.ebob.internal.gui.dialogs with parameters of type Instance
RemoveInstanceDialog(org.eclipse.swt.widgets.Shell parentShell, Instance instance)
           
 

Uses of Instance in edu.wpi.ebob.internal.inspect
 

Fields in edu.wpi.ebob.internal.inspect declared as Instance
private  Instance InstanceNode.instance
          the underlying instance.
 

Constructors in edu.wpi.ebob.internal.inspect with parameters of type Instance
InstanceNode(Instance instance)
           
RootNode(Instance instance)
          adds an InstanceNodeas a child of this node.
 

Uses of Instance in edu.wpi.ebob.views
 

Fields in edu.wpi.ebob.views declared as Instance
private  Instance PropertiesView.currentInstance