Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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 BorderRef
          A representation of the model object ' Border Ref '
 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 BorderRef. getActual ()
          Returns the value of the ' Actual ' reference
  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 that return types with arguments of type Border
 org.eclipse.emf.common.util.EList< Border> FigureGallery. getBorders ()
          Returns the value of the ' Borders ' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Border
 void BorderRef. setActual ( Border value)
          Sets the value of the ' Actual' reference
 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 BorderRefImpl
          An implementation of the model object ' Border Ref '
 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 BorderRefImpl. actual
          The cached value of the ' Actual' reference
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
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Border
protected  org.eclipse.emf.common.util.EList< Border> FigureGalleryImpl. borders
          The cached value of the ' Borders' containment reference list
 

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

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Border
 org.eclipse.emf.common.util.EList< Border> FigureGalleryImpl. getBorders ()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Border
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl. basicSetBorder ( Border newBorder, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CompoundBorderImpl. basicSetInner ( Border newInner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CompoundBorderImpl. basicSetOuter ( Border newOuter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BorderRefImpl. setActual ( Border newActual)
           
 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 interpreting 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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire