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 ILcyApplicationPaneALcyApplicationPaneTool.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 currentILcyApplicationPaneif it is active, ornullwhen not active.TLcyApplicationPaneManager.getApplicationPane(int aIndex) Returns theILcyApplicationPaneat the specified index.TLcyApplicationPaneManager.getApplicationPane(Component aComponent) Returns theILcyApplicationPanein 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 aListof the application panes.Methods in com.luciad.lucy.gui with parameters of type ILcyApplicationPaneModifier and TypeMethodDescriptionvoidTLcyApplicationPaneManager.applicationPaneAdded(ILcyApplicationPane aApplicationPane) Adds the specifiedILcyApplicationPaneto the list of existing application panes.voidTLcyApplicationPaneManager.applicationPaneRemoved(ILcyApplicationPane aApplicationPane) Removes the specifiedILcyApplicationPanefrom the list of existing application panes.voidTLcyApplicationPaneManager.ILcyApplicationPaneCallBack.applyOnApplicationPane(ILcyApplicationPane aApplicationPane) This method is called when the application pane of ajava.awt.Componenthas been found.Constructors in com.luciad.lucy.gui with parameters of type ILcyApplicationPaneModifierConstructorDescriptionTLcyApplicationPaneManagerEvent(TLcyApplicationPaneManager source, ILcyApplicationPane aApplicationPane, int aID) Creates new event.