|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Criterion | |
---|---|
strokes | |
strokes.criterions |
Uses of Criterion in strokes |
---|
Methods in strokes that return Criterion | |
---|---|
Criterion |
StrokeShortcuts.getCriterion(javax.swing.JComponent component)
|
Methods in strokes with parameters of type Criterion | |
---|---|
void |
StrokeShortcuts.enableStrokes(java.awt.Component strokableComponent,
boolean hierarchy,
boolean drawInkOnGlassPane,
Criterion criterion)
Registers a component to enable stroke when a drag interaction starts on when a given criterion is verified. |
boolean |
StrokeShortcuts.setCriterion(java.awt.Component component,
Criterion criterion)
Sets the criterion for one component that is already registered in this strokes shortcuts manager. |
Uses of Criterion in strokes.criterions |
---|
Classes in strokes.criterions that implement Criterion | |
---|---|
class |
ClickCriterion
A criterion that accepts strokes only during 1 second after a mouse click. |
class |
DefaultCriterion
|
class |
FlickCriterion
A criterion that accepts strokes only during 1 second after a small mouse drag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |