Uses of Interface
com.luciad.util.collections.ILcdIntList
Packages that use ILcdIntList
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.Provides the addon that supports the KML 2.2 format.
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
Contains a broad range of classes related to the visual representation of a map.
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of ILcdIntList in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdIntListModifier and TypeMethodDescriptionstatic ILcdIntList
TLcdXMLBuiltInDatatypeConverter.parseIntList
(String aLexicalIntList) Converts the specified XSD list of lexical XSD int to anILcdIntList
.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdIntListModifier and TypeMethodDescriptionstatic String
TLcdXMLBuiltInDatatypeConverter.printIntList
(ILcdIntList aIntList) Converts the specifiedILcdIntList
into an XSD lexical list of int. -
Uses of ILcdIntList in com.luciad.lucy.addons.kml22
Methods in com.luciad.lucy.addons.kml22 that return ILcdIntListModifier and TypeMethodDescriptionTLcyKML22GUIFactory.getTreeCellRendererIDs()
Returns the tree cell renderer ID of the model content tree.TLcyKML22GUIFactory.getTreeIDs()
Returns the tree ID of the model content tree.TLcyKML22GUIFactory.getTreeModelIDs()
Returns the tree model ID of the model content tree. -
Uses of ILcdIntList in com.luciad.lucy.gui
Methods in com.luciad.lucy.gui that return ILcdIntListModifier and TypeMethodDescriptionprotected ILcdIntList
ALcyGUIFactory.getActionIDs()
Returns the list with all action IDs.protected ILcdIntList
ALcyGUIFactory.getActiveSettableIDs()
Returns the list with all active settable IDs.protected ILcdIntList
ALcyGUIFactory.getComponentIDs()
Returns the list with all component IDs.protected ILcdIntList
ALcyGUIFactory.getPanelIDs()
Returns the list with all panel IDs.Constructors in com.luciad.lucy.gui with parameters of type ILcdIntListModifierConstructorDescriptionprotected
ALcyGUIFactory
(ILcyLucyEnv aLucyEnv, ILcdIntList aActionIDs, ILcdIntList aActiveSettableIDs, ILcdIntList aComponentIDs, ILcdIntList aPanelIDs) Creates a newALcyGUIFactory
. -
Uses of ILcdIntList in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ILcdIntListModifier and TypeMethodDescriptionprotected ILcdIntList
TLcyLspMapLayerControlFactory.getActionBarIDs()
Returns the list with all action bar IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getActionEnabledFilterIDs()
Returns the list with all enabled action filter IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getActiveSettableEnabledFilterIDs()
Returns the list with all enabled active settable filter IDs.protected ILcdIntList
TLcyLspMapComponentFactory.getControllerIDs()
Returns the list with all controller IDs.protected ILcdIntList
TLcyLspMapComponentFactory.getToolBarIDs()
Returns the list with all toolbar IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getTransferHandlerIDs()
Returns the list with all transfer handler IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getTreeCellRendererIDs()
Returns the list with all tree cell renderer IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getTreeIDs()
Returns the list with all tree IDs.protected ILcdIntList
TLcyLspMapLayerControlFactory.getTreeModelIDs()
Returns the list with all tree model IDs. -
Uses of ILcdIntList in com.luciad.util.collections
Classes in com.luciad.util.collections that implement ILcdIntListModifier and TypeClassDescriptionclass
Array-based implementation ofILcdIntList
.Methods in com.luciad.util.collections that return ILcdIntList