public final class ValueDragger extends Object
Modifier and Type | Method and Description |
---|---|
static ValueDragger |
createValueDragger(Component c,
ViewerInitData vid,
ValueDraggerDataSource dataSource)
Creates a new ValueDragger, which will allow values to be dragged out of
a component.
|
void |
disable()
Disengages this ValueDragger from its associated component, so that it
will no longer operate.
|
public static ValueDragger createValueDragger(Component c, ViewerInitData vid, ValueDraggerDataSource dataSource)
c
- the component from which values will be dragged.vid
- initialization data for the viewer.dataSource
- provides the expressions and values that will be
dragged.public void disable()