com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.views
Interface VisualWidgetHandle


public interface VisualWidgetHandle

Wrapper for an IJCWidget and a data used to place it into a form view.


Method Summary
 int getBorderSize()
          Size of padding around the widget.
 Rectangle getPosition()
          Widget position in a WidgetContainer.
 IJCWidget.DesignerHandle getWidget()
          Widget getter.
 WidgetContainer getWidgetContainer()
          Wrapping container.
 

Method Detail

getWidget

IJCWidget.DesignerHandle getWidget()
Widget getter.


getWidgetContainer

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


getPosition

Rectangle getPosition()
Widget position in a WidgetContainer.


getBorderSize

int getBorderSize()
Size of padding around the widget.


com.im.ijc.core/1 5.9.4