|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopOverDirection | |
---|---|
com.alee.extended.window |
Uses of PopOverDirection in com.alee.extended.window |
---|
Fields in com.alee.extended.window declared as PopOverDirection | |
---|---|
protected PopOverDirection |
WebPopOver.currentDirection
Current display direction. |
protected PopOverDirection |
WebPopOver.preferredDirection
Preferred direction in which WebPopOver should be displayed. |
Methods in com.alee.extended.window that return PopOverDirection | |
---|---|
protected PopOverDirection |
WebPopOver.getActualDirection(java.awt.Rectangle ib,
boolean ltr,
int cw,
java.awt.Dimension ps,
java.awt.Rectangle screenBounds)
Returns actual direction depending on preferred WebPopOver direction, its sizes and source point. |
PopOverDirection |
WebPopOver.getCurrentDirection()
Returns current display direction. |
PopOverDirection |
WebPopOver.getPreferredDirection()
Returns preferred direction in which WebPopOver should be displayed. |
PopOverDirection[] |
PopOverDirection.getPriority()
Returns directions check priority according to preferred direction. |
static PopOverDirection |
PopOverDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PopOverDirection[] |
PopOverDirection.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 PopOverDirection | |
---|---|
protected java.awt.Point |
WebPopOver.getActualLocation(java.awt.Rectangle ib,
boolean ltr,
int round,
int cw,
java.awt.Dimension ps,
java.awt.Rectangle screenBounds,
PopOverDirection actualDirection)
Returns actual WebPopOver location. |
protected java.awt.Point |
WebPopOver.getActualSourcePoint(java.awt.Rectangle ib,
boolean ltr,
PopOverDirection direction)
Returns actual source point depending on WebPopOver direction and invoker component location on screen. |
protected int |
WebPopOver.getRelativeCorner(java.awt.Rectangle ib,
PopOverDirection actualDirection,
java.awt.Point actualLocation)
Returns relative corner position. |
void |
WebPopOver.setCurrentDirection(PopOverDirection direction)
Sets current display direction. |
void |
WebPopOver.setPreferredDirection(PopOverDirection direction)
Sets preferred direction in which WebPopOver should be displayed. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
DataProvider<java.awt.Rectangle> boundsProvider,
PopOverDirection direction)
Displays WebPopOver attached to the invoker component area and faced to specified direction. |
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)
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)
Displays WebPopOver attached to the invoker component coordinates 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)
Displays WebPopOver attached to the invoker component 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 |