Interface VisualWidgetHandle


  • public interface VisualWidgetHandle
    Wrapper for an IJCWidget and a data used to place it into a form view.
    • Method Detail

      • getWidgetContainer

        WidgetContainer getWidgetContainer()
        Wrapping container. This can be either top-level container or a nested one like panel or tabbed-pane.
      • getPosition

        java.awt.Rectangle getPosition()
        Widget position in a WidgetContainer.
      • getBorderSize

        int getBorderSize()
        Size of padding around the widget.