Uses of Interface
com.luciad.util.collections.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
Modifier and TypeMethodDescriptionstatic ILcdIntList
TLcdXMLBuiltInDatatypeConverter.parseIntList
(String aLexicalIntList) Converts the specified XSD list of lexical XSD int to anILcdIntList
.Modifier 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
Modifier 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
Modifier 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.ModifierConstructorDescriptionprotected
ALcyGUIFactory
(ILcyLucyEnv aLucyEnv, ILcdIntList aActionIDs, ILcdIntList aActiveSettableIDs, ILcdIntList aComponentIDs, ILcdIntList aPanelIDs) Creates a newALcyGUIFactory
. -
Uses of ILcdIntList in com.luciad.lucy.map.lightspeed
Modifier 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
Modifier and TypeClassDescriptionclass
Array-based implementation ofILcdIntList
.