|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SelectionEffects encapsulates the handling of SelectNib instances upon an associated UICanvas. SelectionEffects are typically used by a LayoutAssistant to render visual feedback to the user representing the current selection.
UICanvas
,
SelectNib
Method Summary | |
boolean |
areVisible()
Determine whether or not any of the SelectNib instances are currently set to visible. |
SelectNib[] |
getSelectNibs(int count)
Get an array of SelectNib which may then be customized with respect to color, visibility, etc. |
UICanvas |
getUICanvas()
Get the associated UICanavas. |
void |
hideAll()
Hide all existing SelectNib instances. |
SelectNib |
hitTest(java.awt.Point point)
Determine whether or not a given Point falls within the boundaries of a valid SelectNib. |
void |
moveNib(SelectNib nib,
int x,
int y)
Move the given SelectNib to the given coordinates relative to the surface of the associated UICanvas. |
Method Detail |
public SelectNib[] getSelectNibs(int count)
count
- the number of SelectNib instances requested
public void moveNib(SelectNib nib, int x, int y)
nib
- the SelectNib to movex
- the x coordinate relative to the UICanvas design surfacey
- the y coordinate relative to the UICanvas design surfacepublic boolean areVisible()
public void hideAll()
public UICanvas getUICanvas()
public SelectNib hitTest(java.awt.Point point)
point
- position relative to the UICanvas design surface
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.