public interface DialogComponent
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
createComponent()
Creates the component that represents the content of the helper dialog.
|
int |
getInvisibleBorder()
Returns the specified width of the invisible border.
|
int |
getLocation()
Returns the default position of the helper dialog.
|
Positioner |
getPositioner()
Returns the specified
Positioner that
determines how the dialog helper component will move on the screen. |
javax.swing.JComponent createComponent()
int getInvisibleBorder()
int getLocation()
Positions
:
TOP_LEFT
, BOTTOM_LEFT
,
TOP_RIGHT
or BOTTOM_RIGHT
Positioner getPositioner()
Positioner
that
determines how the dialog helper component will move on the screen.