FIGUE
*Tutorial *Previous *Current *Next

Working with Selections : Multiples Selections

* Step by Step

Import the usual figue packages.
import figue.*;
import figue.box.*;
import figue.path.*;
import figue.resource.*
Import the selection package.
import figue.selection.*;
Define selections with various priority.
_facade.doGetSelection("selection 1",
		       Priority.HIGH,
		       "green",
		       null);
_facade.doGetSelection("selection 2",
		       Priority.MEDIUM,
		       "cyan",
		       null);
_facade.doGetSelection("selection 3",
		       Priority.LOW,
		       null,
		       "pink");

* Example

Accelerators :
home, end, page up, page down, left arrow,right arrow, up arrow, down arrow.
Autoscrolling :
drag the mouse inside the text area, approach a border or a corner, and wait.
Actions :
active any selection combination with the checkboxes.

* The Whole Program

* Related Classes and Methods

* What Next ?

Now you can :

*Tutorial *Previous *Current *Next

Comments or suggestions?
Need some help?
Copyright ©1998 INRIA
Last updated 4 November 1998 by Bruno Conductier
FIGUE