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 GMFGraphFactory.createInsets()
          Returns a new object of class 'Insets'
 Insets MarginBorder.getInsets()
          Returns the value of the 'Insets' containment reference
 Insets Figure.getInsets()
          Returns the value of the 'Insets' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Insets
 void MarginBorder.setInsets(Insets value)
          Sets the value of the 'Insets' containment reference
 void Figure.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 MarginBorderImpl.insets
          The cached value of the 'Insets' containment reference
protected  Insets AbstractFigureImpl.insets
          The cached value of the 'Insets' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Insets
 Insets GMFGraphFactoryImpl.createInsets()
           
 Insets MarginBorderImpl.getInsets()
           
 Insets AbstractFigureImpl.getInsets()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Insets
 org.eclipse.emf.common.notify.NotificationChain MarginBorderImpl.basicSetInsets(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetInsets(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MarginBorderImpl.setInsets(Insets newInsets)
           
 void AbstractFigureImpl.setInsets(Insets newInsets)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Insets
 T GMFGraphSwitch.caseInsets(Insets object)
          Returns the result of interpreting 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.