Uses of Interface
jcckit.data.DataElement
-
Packages that use DataElement Package Description jcckit.data -
-
Uses of DataElement in jcckit.data
Classes in jcckit.data that implement DataElement Modifier and Type Class Description classDataCurveA curve is aDataContainerofDataPoints.classDataPointImmutable two-dimensional point in data coordinates.Methods in jcckit.data that return DataElement Modifier and Type Method Description DataElementDataEvent. getDeletedElement()Returns the deleted element.DataElementDataContainer. getElement(int index)Returns the element for the specified index.Methods in jcckit.data with parameters of type DataElement Modifier and Type Method Description voidDataContainer. addElement(DataElement element)Adds aDataElement.static DataEventDataEvent. createRemoveEvent(DataContainer container, int index, DataElement removedElement)Creates an event of typeDataEventType.ELEMENT_REMOVEDfor the specified container.static DataEventDataEvent. createReplaceEvent(DataContainer container, int index, DataElement replacedElement)Creates an event of typeDataEventType.ELEMENT_REPLACEDfor the specified container.intDataContainer. getIndexOf(DataElement element)Returns the index of the specified element.voidDataContainer. insertElementAt(int index, DataElement element)Inserts aDataElementat the specified index.protected abstract booleanDataContainer. isValid(DataElement element)Returns true if the specifiedDataElementhas the correct type.protected booleanDataCurve. isValid(DataElement element)Returns true if element is an instance ofDataPoint.protected booleanDataPlot. isValid(DataElement element)Returns true if element is an instance ofDataCurve.voidDataContainer. replaceElementAt(int index, DataElement element)Replaces theDataElementat the specified index.
-