Uses of Interface
com.luciad.lucy.gui.ILcyApplicationPaneFactory
Packages that use ILcyApplicationPaneFactory
Package
Description
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
-
Uses of ILcyApplicationPaneFactory in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyApplicationPaneFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getApplicationPaneFactory()Short forgetUserInterfaceManager().getApplicationPaneFactory().Methods in com.luciad.lucy with parameters of type ILcyApplicationPaneFactoryModifier and TypeMethodDescriptionstatic ILcyLucyEnvTLcyLucyEnvFactory.createLucyEnv(ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar) Equivalent tocreateLucyEnv( aApplicationPaneFactory, aMainMenuBar, true ).TLcyLucyEnvFactory.createLucyEnv(ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar, boolean aMergeMenuBars) Creates a new lucy environment where the givenILcyApplicationPaneFactoryand the givenILcyMenuBarare used.static ILcyLucyEnvTLcyLucyEnvFactory.createLucyEnv(ILcyApplicationPaneFactory aApplicationPaneFactory, JMenuBar aMainMenuBar) Equivalent tocreateLucyEnv( aApplicationPaneFactory, aMainMenuBar, true ).TLcyLucyEnvFactory.createLucyEnv(ILcyApplicationPaneFactory aApplicationPaneFactory, JMenuBar aMainMenuBar, boolean aMergeMenuBars) Equivalent tocreateLucyEnv( aApplicationPaneFactory, new TLcyMenuBar( aMainMenuBar ), true ). -
Uses of ILcyApplicationPaneFactory in com.luciad.lucy.gui
Classes in com.luciad.lucy.gui that implement ILcyApplicationPaneFactoryModifier and TypeClassDescriptionclassImplementation ofILcyApplicationPaneFactorythat creates panels that support docking: they can be moved and re-arranged by the end-user.Methods in com.luciad.lucy.gui that return ILcyApplicationPaneFactoryModifier and TypeMethodDescriptionTLcyUserInterfaceManager.getApplicationPaneFactory()Returns theILcyApplicationPaneFactoryassociated with thisTLcyUserInterfaceManager.Constructors in com.luciad.lucy.gui with parameters of type ILcyApplicationPaneFactoryModifierConstructorDescriptionTLcyUserInterfaceManager(ILcyLucyEnv aLucyEnv, ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar) Constructs a newTLcyUserInterfaceManager.