Uses of Interface
com.luciad.lucy.gui.ILcyApplicationPane
Packages that use ILcyApplicationPane
Package
Description
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
-
Uses of ILcyApplicationPane in com.luciad.lucy.gui
Methods in com.luciad.lucy.gui that return ILcyApplicationPaneModifier and TypeMethodDescriptionprotected ILcyApplicationPane
ALcyApplicationPaneTool.createApplicationPane()
Factory method to create theILcyApplicationPane
.ILcyApplicationPaneFactory.createApplicationPane
(int aLocationIndex, ILcyApplicationPaneOwner aOwner) Creates and returns an application pane for the given location.ILcyApplicationPaneFactory.createApplicationPane
(ILcyApplicationPaneOwner aOwner) Creates and returns an application pane.TLcyDockableApplicationPaneFactory.createApplicationPane
(int aLocationIndex, ILcyApplicationPaneOwner aOwner) TLcyDockableApplicationPaneFactory.createApplicationPane
(ILcyApplicationPaneOwner aOwner) ALcyApplicationPaneTool.getApplicationPane()
Returns the currentILcyApplicationPane
if it is active, ornull
when not active.TLcyApplicationPaneManager.getApplicationPane
(int aIndex) Returns theILcyApplicationPane
at the specified index.TLcyApplicationPaneManager.getApplicationPane
(Component aComponent) Returns theILcyApplicationPane
in which the specified component is present.TLcyApplicationPaneManagerEvent.getApplicationPane()
Returns the application pane that was added or removed from theTLcyApplicationPaneManager
.Methods in com.luciad.lucy.gui that return types with arguments of type ILcyApplicationPaneModifier and TypeMethodDescriptionTLcyApplicationPaneManager.getApplicationPanes()
Returns aList
of the application panes.Methods in com.luciad.lucy.gui with parameters of type ILcyApplicationPaneModifier and TypeMethodDescriptionvoid
TLcyApplicationPaneManager.applicationPaneAdded
(ILcyApplicationPane aApplicationPane) Adds the specifiedILcyApplicationPane
to the list of existing application panes.void
TLcyApplicationPaneManager.applicationPaneRemoved
(ILcyApplicationPane aApplicationPane) Removes the specifiedILcyApplicationPane
from the list of existing application panes.void
TLcyApplicationPaneManager.ILcyApplicationPaneCallBack.applyOnApplicationPane
(ILcyApplicationPane aApplicationPane) This method is called when the application pane of ajava.awt.Component
has been found.Constructors in com.luciad.lucy.gui with parameters of type ILcyApplicationPaneModifierConstructorDescriptionTLcyApplicationPaneManagerEvent
(TLcyApplicationPaneManager source, ILcyApplicationPane aApplicationPane, int aID) Creates new event.