|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebPopOver | |
---|---|
com.alee.extended.colorchooser | |
com.alee.extended.window | |
com.alee.utils |
Uses of WebPopOver in com.alee.extended.colorchooser |
---|
Fields in com.alee.extended.colorchooser declared as WebPopOver | |
---|---|
protected WebPopOver |
WebColorChooserField.popup
|
Uses of WebPopOver in com.alee.extended.window |
---|
Methods in com.alee.extended.window that return WebPopOver | |
---|---|
WebPopOver |
WebPopOver.setMargin(java.awt.Insets margin)
Sets WebPopOver container margin. |
WebPopOver |
WebPopOver.setMargin(int margin)
Sets WebPopOver container margin. |
WebPopOver |
WebPopOver.setMargin(int top,
int left,
int bottom,
int right)
Sets WebPopOver container margin. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker)
Displays WebPopOver attached to the invoker component and faced to preferred direction. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
DataProvider<java.awt.Rectangle> boundsProvider)
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)
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)
Displays WebPopOver attached to the invoker component coordinates and faced to specified direction. |
WebPopOver |
WebPopOver.show(java.awt.Component invoker,
int x,
int y,
int w,
int h)
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. |
WebPopOver |
WebPopOver.show(int x,
int y)
Displays unattached WebPopOver at the specified location. |
WebPopOver |
WebPopOver.show(java.awt.Point location)
Displays unattached WebPopOver at the specified location. |
WebPopOver |
WebPopOver.show(PopOverLocation location)
Displays unattached WebPopOver at the specified screen location. |
Methods in com.alee.extended.window with parameters of type WebPopOver | |
---|---|
void |
PopOverListener.closed(WebPopOver popOver)
Informs that WebPopOver was closed due to losing focus or some other cause. |
void |
PopOverAdapter.closed(WebPopOver popOver)
Informs that WebPopOver was closed due to losing focus or some other cause. |
void |
PopOverListener.detached(WebPopOver popOver)
Informs that user dragged WebPopOver so that it became unattached from invoker component. |
void |
PopOverAdapter.detached(WebPopOver popOver)
Informs that user dragged WebPopOver so that it became unattached from invoker component. |
void |
PopOverListener.opened(WebPopOver popOver)
Informs that WebPopOver was opened. |
void |
PopOverAdapter.opened(WebPopOver popOver)
Informs that WebPopOver was opened. |
void |
PopOverListener.reopened(WebPopOver popOver)
Informs that WebPopOver.show was called while it was opened forcing it to update location. |
void |
PopOverAdapter.reopened(WebPopOver popOver)
Informs that WebPopOver.show was called while it was opened forcing it to update location. |
void |
PopOverEventRunnable.run(WebPopOver popOver)
Performs action according to component event. |
Uses of WebPopOver in com.alee.utils |
---|
Methods in com.alee.utils with parameters of type WebPopOver | |
---|---|
static PopOverAdapter |
EventUtils.onClose(WebPopOver popOver,
PopOverEventRunnable runnable)
Shortcut method for popover close event. |
static PopOverAdapter |
EventUtils.onDetach(WebPopOver popOver,
PopOverEventRunnable runnable)
Shortcut method for popover detach event. |
static PopOverAdapter |
EventUtils.onOpen(WebPopOver popOver,
PopOverEventRunnable runnable)
Shortcut method for popover open event. |
static PopOverAdapter |
EventUtils.onReopen(WebPopOver popOver,
PopOverEventRunnable runnable)
Shortcut method for popover reopen event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |