|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectProvider
This interface controls a select action.
Method Summary | |
---|---|
boolean |
isAimingAllowed(Widget widget,
Point localLocation,
boolean invertSelection)
Called to check whether aiming is allowed |
boolean |
isSelectionAllowed(Widget widget,
Point localLocation,
boolean invertSelection)
Called to check whether the selection is allowed. |
void |
select(Widget widget,
Point localLocation,
boolean invertSelection)
Called to perform the selection. |
Method Detail |
---|
boolean isAimingAllowed(Widget widget, Point localLocation, boolean invertSelection)
widget
- the aimed widgetlocalLocation
- the local location of a mouse cursor while aiming is invoked by an userinvertSelection
- if true, then the invert selection is invoked by an user.
boolean isSelectionAllowed(Widget widget, Point localLocation, boolean invertSelection)
widget
- the selected widgetlocalLocation
- the local location of a mouse cursor while selection is invoked by an userinvertSelection
- if true, then the invert selection is invoked by an user.
void select(Widget widget, Point localLocation, boolean invertSelection)
widget
- the selected widgetlocalLocation
- the local location of a mouse cursor while selection is invoked by an userinvertSelection
- if true, then the invert selection is invoked by an user.
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |