Zest
1.5.0.201308190730

Uses of Interface
org.eclipse.zest.core.widgets.IContainer

Packages that use IContainer
org.eclipse.zest.core.widgets   
 

Uses of IContainer in org.eclipse.zest.core.widgets
 

Classes in org.eclipse.zest.core.widgets that implement IContainer
 class Graph
           
 class GraphContainer
           
 

Fields in org.eclipse.zest.core.widgets declared as IContainer
protected  IContainer GraphNode.parent
           
 

Methods in org.eclipse.zest.core.widgets with parameters of type IContainer
protected  void GraphNode.initModel(IContainer parent, java.lang.String text, Image image)
           
 

Constructors in org.eclipse.zest.core.widgets with parameters of type IContainer
CGraphNode(IContainer graphModel, int style, IFigure figure)
           
GraphContainer(IContainer graph, int style)
          Creates a new GraphContainer.
GraphContainer(IContainer graph, int style, java.lang.String text)
           
GraphContainer(IContainer graph, int style, java.lang.String text, Image image)
           
GraphNode(IContainer graphModel, int style)
           
GraphNode(IContainer graphModel, int style, java.lang.Object data)
           
GraphNode(IContainer graphModel, int style, java.lang.String text)
           
GraphNode(IContainer graphModel, int style, java.lang.String text, Image image)
           
GraphNode(IContainer graphModel, int style, java.lang.String text, Image image, java.lang.Object data)
           
GraphNode(IContainer graphModel, int style, java.lang.String text, java.lang.Object data)
           
 


Zest
1.5.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.