Uses of Interface
com.luciad.lucy.gui.customizer.ILcyCustomizerPanel
Packages that use ILcyCustomizerPanel
Package
Description
Provides the addon that supports the APP6A military standard.
This package contains an abstract class that facilitates the implementation of
ILcyCustomizerPanels for
geometries of drawing shapes.Provides the addon that supports the MS2525b military standard.
Provides the addon that offers printing support to Lucy.
Contains classes to create user-interface components for displaying and modifying the properties
of objects.
This package provides functionality to create customizer panel factories for instances of
TLcdDataPropertyValueContext.This package provides an entry point to create user interface components which allow the
end-user to change various Lightspeed styles.
Provides supporting classes for asynchronous painting.
-
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.app6a
Methods in com.luciad.lucy.addons.app6a that return ILcyCustomizerPanelModifier and TypeMethodDescriptionTLcyEditableAPP6AObjectCustomizerPanelFactory.createCustomizerPanelImpl(Object aObject) Deprecated. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.drawing.gui.customizer
Classes in com.luciad.lucy.addons.drawing.gui.customizer that implement ILcyCustomizerPanelModifier and TypeClassDescriptionclassAbstract class that facilitates the implementation ofILcyCustomizerPanelfor shapes. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.milstd2525b
Methods in com.luciad.lucy.addons.milstd2525b that return ILcyCustomizerPanelModifier and TypeMethodDescriptionTLcyEditableMS2525bObjectCustomizerPanelFactory.createCustomizerPanelImpl(Object aObject) Deprecated. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.print
Methods in com.luciad.lucy.addons.print that return ILcyCustomizerPanelModifier and TypeMethodDescriptionTLcyPrintAreaCustomizerFactory.createCustomizerPanel(Object aObject) Creates a new instance ofILcyCustomizerPanel.protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPanel(int aID, TLcyPrintContext aPrintContext) Creates aILcyCustomizerPanelfor the given ID.protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanel(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Creates theILcyCustomizerPanelthat can modify the attributes of the print area (area that can be drawn on the map to exactly define what needs to be printed), by offering a user interface that allows modifying the properties stored in the given aPrintContext (seeALcyPrintContext.getProperties()).protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanelContent(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Retrieves allILcyCustomizerPanels and lays them out in one bigILcyCustomizerPanel.protected ILcyCustomizerPanelTLcyPrintAreaCustomizerFactory.getPanel(int aID) Returns the panel, that was created earlier, as ajava.awt.Componentfor the given ID. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer
Subinterfaces of ILcyCustomizerPanel in com.luciad.lucy.gui.customizerModifier and TypeInterfaceDescriptioninterfaceInterface that describes a composite implementation ofILcyCustomizerPanel.Classes in com.luciad.lucy.gui.customizer that implement ILcyCustomizerPanelModifier and TypeClassDescriptionclassAbstract implementation ofILcyCustomizerPanelthat provides default implementations for most methods of the interface.classAbstract class that facilitates the implementation ofILcyCustomizerPanelfor domain objects.classAbstract class that facilitates the implementation ofILcyCustomizerPanelfor layers.classAbstract class that facilitates the implementation ofILcyCustomizerPanelforILcdModelobjects.classComposite implementation ofILcyCustomizerPanelthat uses a JPanel.classComposite implementation ofILcyCustomizerPanelthat uses a JTabbedPane.Methods in com.luciad.lucy.gui.customizer that return ILcyCustomizerPanelModifier and TypeMethodDescriptionfinal ILcyCustomizerPanelALcyCustomizerPanelFactory.createCustomizerPanel(Object aObject) Creates a new instance ofILcyCustomizerPanel.ILcyCustomizerPanelFactory.createCustomizerPanel(Object aObject) Creates a new instance ofILcyCustomizerPanel.TLcyCompositeCustomizerPanelFactory.createCustomizerPanel(Object aObject) Creates a new instance ofILcyCustomizerPanel.static ILcyCustomizerPanelTLcyOGCConditionCustomizerPanelFactories.createCustomizerPanel(ILcdModelDescriptor aModelDescriptor, ILcyLucyEnv aLucyEnv, TLcyImmutableObjectContainer<ILcdOGCCondition> aConditionContainer) Creates a customizer panel for the condition contained inaConditionContainer.protected abstract ILcyCustomizerPanelALcyCustomizerPanelFactory.createCustomizerPanelImpl(Object aObject) Called bycreateCustomizerPanelif the given object has passed the filter.Methods in com.luciad.lucy.gui.customizer that return types with arguments of type ILcyCustomizerPanelModifier and TypeMethodDescriptionILcyCompositeCustomizerPanel.getCustomizerPanels()Returns the associatedILcyCustomizerPanels as an (unmodifiable) java.util.List.TLcyCompositeCustomizerPanel.getCustomizerPanels()TLcyCompositeCustomizerTabbedPane.getCustomizerPanels()Methods in com.luciad.lucy.gui.customizer with parameters of type ILcyCustomizerPanelModifier and TypeMethodDescriptionvoidILcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanelto this composite implementation.voidILcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, int aIndex) Inserts the givenILcyCustomizerPanelinto this composite implementation, at the given index.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, boolean aAddToGUI) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, int aIndex) Inserts the givenILcyCustomizerPanelinto this composite implementation, at the given index.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, int aIndex, boolean aAddToGUI) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, Object aLayoutConstraints) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerPanel.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, Object aLayoutConstraints, int aIndex) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerTabbedPane.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanelto this composite implementation.voidTLcyCompositeCustomizerTabbedPane.addCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel, int aIndex) voidILcyCompositeCustomizerPanel.removeCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanel.voidTLcyCompositeCustomizerPanel.removeCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanelfrom this composite.voidTLcyCompositeCustomizerTabbedPane.removeCustomizerPanel(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanel. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer.dataproperty
Classes in com.luciad.lucy.gui.customizer.dataproperty that implement ILcyCustomizerPanelModifier and TypeClassDescriptionclassAbstract base class for data property value customizer panels. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer.lightspeed
Methods in com.luciad.lucy.gui.customizer.lightspeed that return ILcyCustomizerPanelModifier and TypeMethodDescriptionTLcyLspLayerCustomizerPanelFactory.createCustomizerPanel(Object aObject) TLcyLspStyledLayerCustomizerPanelFactory.createCustomizerPanel(Object aObject) Method parameters in com.luciad.lucy.gui.customizer.lightspeed with type arguments of type ILcyCustomizerPanelModifier and TypeMethodDescriptionprotected ILcyCompositeCustomizerPanelTLcyLspStyledLayerCustomizerPanelFactory.createCompositeCustomizerPanel(Map<ILcyCustomizerPanel, Object> aCustomizerPanelObjectMap) Create a newILcyCompositeCustomizerPanelwhich will be used as container for all theILcyCustomizerPanelinstances which are created. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcyCustomizerPanelModifier and TypeClassDescriptionclassPanel wrapper for customizer panels that directly or indirectly influence asynchronously painted layers.Methods in com.luciad.lucy.map.asynchronous that return ILcyCustomizerPanelModifier and TypeMethodDescriptionTLcyGXYAsynchronousLayerCustomizerPanelFactory.createCustomizerPanel(Object aObject) TLcyGXYAsynchronousLayerCustomizerPanel.getWrappedPanel()Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcyCustomizerPanelModifierConstructorDescriptionTLcyGXYAsynchronousLayerCustomizerPanel(ILcyLucyEnv aLucyEnv, ILcyCustomizerPanel aPanel) Creates a new wrapper panel.