Generation Framework

Uses of Interface
org.eclipse.gmf.gmfgraph.Insets

Packages that use Insets
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Insets in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Insets
 Insets Figure.getInsets()
          Returns the value of the 'Insets' containment reference
 Insets GMFGraphFactory.createInsets()
          Returns a new object of class 'Insets'
 Insets MarginBorder.getInsets()
          Returns the value of the 'Insets' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Insets
 void Figure.setInsets(Insets value)
          Sets the value of the 'Insets' containment reference
 void MarginBorder.setInsets(Insets value)
          Sets the value of the 'Insets' containment reference
 

Uses of Insets in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Insets
 class InsetsImpl
           An implementation of the model object 'Insets'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Insets
protected  Insets LabeledContainerImpl.insets
          The cached value of the 'Insets' containment reference
protected  Insets MarginBorderImpl.insets
          The cached value of the 'Insets' containment reference
protected  Insets LabelImpl.insets
          The cached value of the 'Insets' containment reference
protected  Insets CustomFigureImpl.insets
          The cached value of the 'Insets' containment reference
protected  Insets ShapeImpl.insets
          The cached value of the 'Insets' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Insets
 Insets GMFGraphFactoryImpl.createInsets()
           
 Insets LabeledContainerImpl.getInsets()
           
 Insets MarginBorderImpl.getInsets()
           
 Insets LabelImpl.getInsets()
           
 Insets CustomFigureImpl.getInsets()
           
 Insets ShapeImpl.getInsets()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Insets
 NotificationChain LabeledContainerImpl.basicSetInsets(Insets newInsets, NotificationChain msgs)
           
 void LabeledContainerImpl.setInsets(Insets newInsets)
           
 NotificationChain MarginBorderImpl.basicSetInsets(Insets newInsets, NotificationChain msgs)
           
 void MarginBorderImpl.setInsets(Insets newInsets)
           
 NotificationChain LabelImpl.basicSetInsets(Insets newInsets, NotificationChain msgs)
           
 void LabelImpl.setInsets(Insets newInsets)
           
 NotificationChain CustomFigureImpl.basicSetInsets(Insets newInsets, NotificationChain msgs)
           
 void CustomFigureImpl.setInsets(Insets newInsets)
           
 NotificationChain ShapeImpl.basicSetInsets(Insets newInsets, NotificationChain msgs)
           
 void ShapeImpl.setInsets(Insets newInsets)
           
 

Uses of Insets in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Insets
 java.lang.Object GMFGraphSwitch.caseInsets(Insets object)
          Returns the result of interpretting the object as an instance of 'Insets'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.