Uses of Class
com.alee.extended.window.WebPopOver

Packages that use WebPopOver
com.alee.extended.window   
 

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.