Uses of Interface
com.luciad.lucy.gui.customizer.ILcyCompositeCustomizerPanel
Package
Description
Contains classes to create user-interface components for displaying and modifying the properties
of objects.
This package provides an entry point to create user interface components which allow the
end-user to change various Lightspeed styles.
-
Uses of ILcyCompositeCustomizerPanel in com.luciad.lucy.gui.customizer
Modifier and TypeClassDescriptionclass
Composite implementation ofILcyCustomizerPanel
that uses a JPanel.class
Composite implementation ofILcyCustomizerPanel
that uses a JTabbedPane. -
Uses of ILcyCompositeCustomizerPanel in com.luciad.lucy.gui.customizer.lightspeed
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.