Package docking.widgets.fieldpanel
Interface FieldPanelOverLayoutListener
public interface FieldPanelOverLayoutListener
A listener for field panel overlay events.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The manager is about to layout a component over a field in the panel
-
Method Details
-
fieldLayout
The manager is about to layout a component over a field in the panel- Parameters:
ev
- the event describing the layout
-