Searched refs:ContainerViewer (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewerRangeCommand.java37 public ViewerRangeCommand(ContainerViewer viewer,
47 protected ContainerViewer getContainerViewer()
49 return((ContainerViewer) getViewer());
H A DViewerViewletsCommand.java37 public ViewerViewletsCommand(ContainerViewer viewer,
59 protected ContainerViewer getContainerViewer()
61 return((ContainerViewer) getViewer());
H A DMouseViewletMenuUpPopper.java37 private ContainerViewer containerViewer;
42 public MouseViewletMenuUpPopper(ContainerViewer containerViewer,
H A DViewerSetSelectionCommand.java30 * Command to set the selection of viewlets within a ContainerViewer.
34 public ViewerSetSelectionCommand(ContainerViewer viewer,
H A DViewletPopupMenu.java33 public ViewletPopupMenu(ContainerViewer viewer,
H A DViewletArrayViewer.java33 * A ViewletArrayViewer is a kind of ContainerViewer which makes certain
48 public abstract class ViewletArrayViewer extends ContainerViewer
96 * ContainerViewer class.
211 * ContainerViewer class.
H A DContainerViewer.java32 * A ContainerViewer is a Viewer which contains zero or more "Viewlets" per
33 * viewable element. A Viewlet is an object, representing the data stored in a ViewletStore, which contains information about the viewable element. The ContainerViewer class does not commit itself to how many
41 * However, ContainerViewer <em>is</em> responsible for mediating between
45 * <li>For CreateEvents and ExpandEvents, the subclass of ContainerViewer may
48 * ContainerViewer to marshall these new
53 * ContainerViewer must marshall all the
57 * <li>Following on from the above, during startEvent, the ContainerViewer is
67 * ContainerViewer is also responsible for providing protected access to
70 * <li>Each ContainerViewer also has a subset of its viewlets which are
72 * them. The ContainerViewer i
82 public abstract class ContainerViewer extends ViewerImpl class in inherits:ViewerImpl
131 public ContainerViewer(VisClientStateModel stateModel, method in class:ContainerViewer
[all...]
H A DGraphViewer.java47 extends ContainerViewer
117 * ContainerViewer class.
999 * ContainerViewer class.

Completed in 37 milliseconds