Uses of Interface
com.luciad.lucy.gui.customizer.ILcyCustomizerPanel
Package
Description
Provides the addon that supports the APP6A military standard.
This package contains an abstract class that facilitates the implementation of
ILcyCustomizerPanel
s 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
Modifier and TypeMethodDescriptionTLcyEditableAPP6AObjectCustomizerPanelFactory.createCustomizerPanelImpl
(Object aObject) Deprecated. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.drawing.gui.customizer
Modifier and TypeClassDescriptionclass
Abstract class that facilitates the implementation ofILcyCustomizerPanel
for shapes. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.milstd2525b
Modifier and TypeMethodDescriptionTLcyEditableMS2525bObjectCustomizerPanelFactory.createCustomizerPanelImpl
(Object aObject) Deprecated. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.addons.print
Modifier and TypeMethodDescriptionTLcyPrintAreaCustomizerFactory.createCustomizerPanel
(Object aObject) Creates a new instance ofILcyCustomizerPanel
.protected ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.createPanel
(int aID, TLcyPrintContext aPrintContext) Creates aILcyCustomizerPanel
for the given ID.protected ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanel
(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Creates theILcyCustomizerPanel
that 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 ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanelContent
(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Retrieves allILcyCustomizerPanel
s and lays them out in one bigILcyCustomizerPanel
.protected ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.getPanel
(int aID) Returns the panel, that was created earlier, as ajava.awt.Component
for the given ID. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer
Modifier and TypeInterfaceDescriptioninterface
Interface that describes a composite implementation ofILcyCustomizerPanel
.Modifier and TypeClassDescriptionclass
Abstract implementation ofILcyCustomizerPanel
that provides default implementations for most methods of the interface.class
Abstract class that facilitates the implementation ofILcyCustomizerPanel
for domain objects.class
Abstract class that facilitates the implementation ofILcyCustomizerPanel
for layers.class
Abstract class that facilitates the implementation ofILcyCustomizerPanel
forILcdModel
objects.class
Composite implementation ofILcyCustomizerPanel
that uses a JPanel.class
Composite implementation ofILcyCustomizerPanel
that uses a JTabbedPane.Modifier and TypeMethodDescriptionfinal ILcyCustomizerPanel
ALcyCustomizerPanelFactory.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 ILcyCustomizerPanel
TLcyOGCConditionCustomizerPanelFactories.createCustomizerPanel
(ILcdModelDescriptor aModelDescriptor, ILcyLucyEnv aLucyEnv, TLcyImmutableObjectContainer<ILcdOGCCondition> aConditionContainer) Creates a customizer panel for the condition contained inaConditionContainer
.protected abstract ILcyCustomizerPanel
ALcyCustomizerPanelFactory.createCustomizerPanelImpl
(Object aObject) Called bycreateCustomizerPanel
if the given object has passed the filter.Modifier and TypeMethodDescriptionILcyCompositeCustomizerPanel.getCustomizerPanels()
Returns the associatedILcyCustomizerPanel
s as an (unmodifiable) java.util.List.TLcyCompositeCustomizerPanel.getCustomizerPanels()
TLcyCompositeCustomizerTabbedPane.getCustomizerPanels()
Modifier and TypeMethodDescriptionvoid
ILcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanel
to this composite implementation.void
ILcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, int aIndex) Inserts the givenILcyCustomizerPanel
into this composite implementation, at the given index.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, boolean aAddToGUI) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, int aIndex) Inserts the givenILcyCustomizerPanel
into this composite implementation, at the given index.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, int aIndex, boolean aAddToGUI) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, Object aLayoutConstraints) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerPanel.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, Object aLayoutConstraints, int aIndex) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerTabbedPane.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Adds the givenILcyCustomizerPanel
to this composite implementation.void
TLcyCompositeCustomizerTabbedPane.addCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel, int aIndex) void
ILcyCompositeCustomizerPanel.removeCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanel
.void
TLcyCompositeCustomizerPanel.removeCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanel
from this composite.void
TLcyCompositeCustomizerTabbedPane.removeCustomizerPanel
(ILcyCustomizerPanel aCustomizerPanel) Removes the givenILcyCustomizerPanel
. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer.dataproperty
Modifier and TypeClassDescriptionclass
Abstract base class for data property value customizer panels. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.gui.customizer.lightspeed
Modifier and TypeMethodDescriptionTLcyLspLayerCustomizerPanelFactory.createCustomizerPanel
(Object aObject) TLcyLspStyledLayerCustomizerPanelFactory.createCustomizerPanel
(Object aObject) Modifier and TypeMethodDescriptionprotected ILcyCompositeCustomizerPanel
TLcyLspStyledLayerCustomizerPanelFactory.createCompositeCustomizerPanel
(Map<ILcyCustomizerPanel, Object> aCustomizerPanelObjectMap) Create a newILcyCompositeCustomizerPanel
which will be used as container for all theILcyCustomizerPanel
instances which are created. -
Uses of ILcyCustomizerPanel in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Panel wrapper for customizer panels that directly or indirectly influence asynchronously painted layers.Modifier and TypeMethodDescriptionTLcyGXYAsynchronousLayerCustomizerPanelFactory.createCustomizerPanel
(Object aObject) TLcyGXYAsynchronousLayerCustomizerPanel.getWrappedPanel()
ModifierConstructorDescriptionTLcyGXYAsynchronousLayerCustomizerPanel
(ILcyLucyEnv aLucyEnv, ILcyCustomizerPanel aPanel) Creates a new wrapper panel.