Searched refs:viewlet (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletCommand.java30 public ViewletCommand(SymRefable viewlet) { argument
31 super(viewlet);
35 * Get the value of viewlet.
36 * @return value of viewlet.
H A DViewletHoldOnUpdatesCommand.java24 * Command to toggle whether a viewlet holds on updates
33 public ViewletHoldOnUpdatesCommand(ViewletImpl viewlet, argument
35 super(viewlet);
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex128 \viewlet{}s can be aligned either vertically or horizontally.
138 \viewlet{}s. Figure \ref{fig:viewlets} shows the same variable
139 rendered using a number of \viewlet{} types.
145 rendered by text, bound, node and fade \viewlet{}s.}
172 placing images alongside \viewlet{}s.
264 set of \viewlet{}s.
266 Selecting individual \viewlet{}s can be done clicking on them with the left mouse button, whilst selecting ranges can be done by dragging the mouse across a range of \viewlet{}s.
271 \viewlet{}s which have been marked as updating (either \emph{forward}
293 \viewlet{}
[all...]
H A Dvisualisation.tex72 \newcommand{\viewlet}{\textbf{viewlet}}
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGrappaTextViewletType.java174 return("Shaped text viewlet");
223 Data viewlet = (Data)(store.getViewletDataAt(index));
224 viewlet.setShape(shape);
225 store.setViewletDataAt(index, viewlet);
232 * Data is a viewlet which can monitor elements of any type. It is
H A DBoundsViewletType.java69 return("Bounds viewlet");
262 // do the same as for building a viewlet
296 * Data is a viewlet which can monitor elements of any type. It is
362 Data viewlet = (Data)(store.getViewletDataAt(index));
363 if(viewlet.initialMin < newMin) {
364 newMin = viewlet.initialMin;
366 if(viewlet.initialMax > newMax) {
367 newMax = viewlet.initialMax;
373 Data viewlet = (Data)(store.getViewletDataAt(index));
374 viewlet
[all...]

Completed in 90 milliseconds