Interface | Description |
---|---|
BaseListListener<E> |
Defines the events raised by the
BaseList class. |
BitMask | |
CanConvert | |
ChangeListener |
Defines the events raised when an object is changed.
|
Comparison<T> | |
Convertible | |
EqualityComparer<T> | |
Equatable<T> | |
Formattable | |
ISupportInitialize | |
ObservableListListener<E> | |
RangeSelectorListener |
Defines events raised by
RangeSelector components. |
Class | Description |
---|---|
AlignConverter | |
ArrayIterable<T> |
Defines an Iterable on a two-dimensional array of type T.
|
BaseList<E> |
Represents a generic list with modification notifications.
|
BaseListAdapter<E> |
Provides empty implementations for the methods defined in the
BaseListListener interface. |
ByRef<T> |
Allows using "by reference" value type parameters.
|
Collections |
Provides utility methods for processing collections.
|
ColorConverter | |
CommonUtils | |
Convert |
Converts various types to and from string in a locale-independent way.
|
DateTime |
Immutable representation of date and time.
|
DefaultComparison<T extends java.lang.Comparable<T>> | |
DrawEvent |
Encapsulates information for general custom drawing.
|
Duration |
Represents an immutable time interval.
|
ExtendedArrayList<T> |
Represents an ArrayList which is capable to sort and reverse itself.
|
ExtendedHashMap<K,V> |
Represents a HashMap which provides a tryGetValue method.
|
GeneralFormat |
Encapsulates a string that can be used to format arbitrary objects.
|
Helper |
Provides utility methods when translating from C# to Java.
|
HorizontalAlignment |
Specifies how an object or text is horizontally aligned relative to an element.
|
IntegerComparison | |
JsonContext | |
JsonConverter | |
JsonObject |
Represents a dictionary of property names and values.
|
JsonValue | |
KeyValuePair<K,V> | |
License | |
LicenseManager | |
ListChangedAction |
Describes the action that caused a
listChanged event. |
ListChangedEvent<E> |
Provides data for the
BaseListListener.listChanged(com.mindfusion.common.ListChangedEvent<E>) event. |
ListItemEvent<E> |
Provides data for the
BaseListListener.itemAdded(com.mindfusion.common.ListItemEvent<E>) event. |
ObservableList<E> | |
OrientationConverter | |
Pair<TFirst,TSecond> |
Defines a class used to store two related objects.
|
Parser | |
Queryable<T> |
Extends
Iterable objects with additional functionality. |
RangeSelector |
Represents a range selector - a control which allows the users
to interactively select a range inside a larger range.
|
ReadOnlyList<E> |
Represents a generic read-only list.
|
ScrollEvent |
Provides data for the scroll events.
|
ScrollEventType |
Specifies the type of action used to raise a scroll event.
|
Serialization | |
Serializer | |
StringUtilities | |
TextMeasurer | |
TriStateCheckBox | |
Vector |
Represents a two-dimensional vector.
|
XDimension2D | |
XDimension2D.Double | |
XmlFunctions |
Enum | Description |
---|---|
DayOfWeek |
Specifies the day of the week.
|
Orientation |
Specifies orientation.
|
Exception | Description |
---|---|
InvalidFormatException |
Thrown during deserialization if the supplied source is not in the
appropriate format.
|
InvalidOperationException |
Thrown when performing an operation that is considered illegal
in the current context.
|
OverflowException |
Thrown when an operation results in an overflow.
|
Annotation Type | Description |
---|---|
Category | |
Flags |
An annotation used to mark flag enumerations.
|
Internal |
An annotation used to mark project-internal types or members.
|
ReleaseDate | |
TypeConverter | |
ValueType |
An annotation used to mark types which once were value types.
|