Package com.luciad.lucy.gui
Interface TLcyApplicationPaneManager.ILcyApplicationPaneCallBack
- Enclosing class:
TLcyApplicationPaneManager
public static interface TLcyApplicationPaneManager.ILcyApplicationPaneCallBack
This interface defines the callback operation for
applyOnApplicationPane
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyOnApplicationPane
(ILcyApplicationPane aApplicationPane) This method is called when the application pane of ajava.awt.Component
has been found.
-
Method Details
-
applyOnApplicationPane
This method is called when the application pane of ajava.awt.Component
has been found.- Parameters:
aApplicationPane
- The application pane for thefound java.awt.Component
. It is nevernull
.- See Also:
-