com.teamdev.jxcapture.image.operation.toolkit
Interface DialogComponent


public interface DialogComponent

Represents the base interface for the helper dialog component.


Method Summary
 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.
 

Method Detail

createComponent

javax.swing.JComponent createComponent()
Creates the component that represents the content of the helper dialog.


getInvisibleBorder

int getInvisibleBorder()
Returns the specified width of the invisible border.


getLocation

int getLocation()
Returns the default position of the helper dialog.

Returns:
one of the following constants defined in Positions: TOP_LEFT, BOTTOM_LEFT, TOP_RIGHT or BOTTOM_RIGHT

getPositioner

Positioner getPositioner()
Returns the specified Positioner that determines how the dialog helper component will move on the screen.