Package docking.widgets.fieldpanel
Interface FieldPanelOverLayoutListener
-
public interface FieldPanelOverLayoutListener
A listener for field panel overlay events.- See Also:
FieldPanelOverLayoutManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fieldLayout(FieldPanelOverLayoutEvent ev)
The manager is about to layout a component over a field in the panel
-
-
-
Method Detail
-
fieldLayout
void fieldLayout(FieldPanelOverLayoutEvent ev)
The manager is about to layout a component over a field in the panel- Parameters:
ev
- the event describing the layout
-
-