Uses of Class
pl.edu.agh.cast.ui.AbstractConfigurableView

Packages that use AbstractConfigurableView
pl.edu.agh.cast.ui   
pl.edu.agh.cast.ui.navigator   
pl.edu.agh.cast.ui.outline   
 

Uses of AbstractConfigurableView in pl.edu.agh.cast.ui
 

Subclasses of AbstractConfigurableView in pl.edu.agh.cast.ui
 class AbstractTableView
          This class is base class for all viewes which implement the IConfigurableView and have TableViewer as visual model.
 class AbstractTreeView
          This class is base class for all viewes which implement the IConfigurableView and have TreeViewer as visual model.
 

Fields in pl.edu.agh.cast.ui declared as AbstractConfigurableView
protected  AbstractConfigurableView AbstractContentProvider._view
          The view, where this content provider is used (i.e.
 

Constructors in pl.edu.agh.cast.ui with parameters of type AbstractConfigurableView
AbstractContentProvider(org.eclipse.jface.viewers.Viewer viewer, AbstractConfigurableView view)
          Basic constructor - initializes this content provider with necessary information.
 

Uses of AbstractConfigurableView in pl.edu.agh.cast.ui.navigator
 

Subclasses of AbstractConfigurableView in pl.edu.agh.cast.ui.navigator
 class NavigatorTreeView
          The treeview class responsible for displaying project / diagram / model navigation tree
 

Constructors in pl.edu.agh.cast.ui.navigator with parameters of type AbstractConfigurableView
NavigatorContentProvider(org.eclipse.jface.viewers.Viewer viewer, AbstractConfigurableView view)
           
 

Uses of AbstractConfigurableView in pl.edu.agh.cast.ui.outline
 

Subclasses of AbstractConfigurableView in pl.edu.agh.cast.ui.outline
 class OutlineTreeView
           
 

Constructors in pl.edu.agh.cast.ui.outline with parameters of type AbstractConfigurableView
OutlineContentProvider(org.eclipse.jface.viewers.Viewer viewer, AbstractConfigurableView view)
           
 



Copyright © 2007-2008 AGH University of Science and Technology. All Rights Reserved.