|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopOverAlignment | |
---|---|
com.alee.extended.window |
Uses of PopOverAlignment in com.alee.extended.window |
---|
Fields in com.alee.extended.window declared as PopOverAlignment | |
---|---|
protected PopOverAlignment |
WebPopOver.preferredAlignment
Preferred WebPopOver alignment relative to display source point. |
Methods in com.alee.extended.window that return PopOverAlignment | |
---|---|
static PopOverAlignment |
PopOverAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PopOverAlignment[] |
PopOverAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alee.extended.window with parameters of type PopOverAlignment | |
---|---|
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
DataProvider<java.awt.Rectangle> boundsProvider,
PopOverDirection direction,
PopOverAlignment alignment)
Displays WebPopOver attached to the invoker component area and faced to specified direction. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
int x,
int y,
int w,
int h,
PopOverDirection direction,
PopOverAlignment alignment)
Displays WebPopOver attached to the invoker component area and faced to specified direction. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
int x,
int y,
PopOverDirection direction,
PopOverAlignment alignment)
Displays WebPopOver attached to the invoker component coordinates and faced to specified direction. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
PopOverDirection direction,
PopOverAlignment alignment)
Displays WebPopOver attached to the invoker component and faced to specified direction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |