Generation Framework

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

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

Uses of Border in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Border in org.eclipse.gmf.gmfgraph
 interface CompoundBorder
          A representation of the model object 'Compound Border'
 interface CustomBorder
          A representation of the model object 'Custom Border'
 interface LineBorder
          A representation of the model object 'Line Border'
 interface MarginBorder
          A representation of the model object 'Margin Border'
 

Methods in org.eclipse.gmf.gmfgraph that return Border
 Border Figure.getBorder()
          Returns the value of the 'Border' containment reference
 Border CompoundBorder.getInner()
          Returns the value of the 'Inner' containment reference
 Border CompoundBorder.getOuter()
          Returns the value of the 'Outer' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Border
 void Figure.setBorder(Border value)
          Sets the value of the 'Border' containment reference
 void CompoundBorder.setInner(Border value)
          Sets the value of the 'Inner' containment reference
 void CompoundBorder.setOuter(Border value)
          Sets the value of the 'Outer' containment reference
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Border
 class CompoundBorderImpl
          An implementation of the model object 'Compound Border'
 class CustomBorderImpl
          An implementation of the model object 'Custom Border'
 class LineBorderImpl
          An implementation of the model object 'Line Border'
 class MarginBorderImpl
          An implementation of the model object 'Margin Border'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Border
protected  Border AbstractFigureImpl.border
          The cached value of the 'Border' containment reference
protected  Border CompoundBorderImpl.inner
          The cached value of the 'Inner' containment reference
protected  Border CompoundBorderImpl.outer
          The cached value of the 'Outer' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Border
 Border AbstractFigureImpl.getBorder()
           
 Border CompoundBorderImpl.getInner()
           
 Border CompoundBorderImpl.getOuter()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Border
 NotificationChain AbstractFigureImpl.basicSetBorder(Border newBorder, NotificationChain msgs)
           
 NotificationChain CompoundBorderImpl.basicSetInner(Border newInner, NotificationChain msgs)
           
 NotificationChain CompoundBorderImpl.basicSetOuter(Border newOuter, NotificationChain msgs)
           
 void AbstractFigureImpl.setBorder(Border newBorder)
           
 void CompoundBorderImpl.setInner(Border newInner)
           
 void CompoundBorderImpl.setOuter(Border newOuter)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Border
 T GMFGraphSwitch.caseBorder(Border object)
          Returns the result of interpretting the object as an instance of 'Border'
 


Generation Framework

Guidelines for using Eclipse APIs.

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