JPlanner Programmer's Guide
com.mindfusion.common Namespace
Classes Interfaces
 

 Classes

  Class Description

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.

DateTime

Immutable representation of date and time. This implementation provides more sophisticated wrapper around the date & time API of Java.

DayOfWeek

Specifies the day of the week.

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.

HorizontalAlignment

Specifies how an object or text is horizontally aligned relative to an element.

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.

Keys

Specifies a keyboard key in a platform-independent manner.

ListChangedAction

Describes the action that caused a BaseListListener.listChanged event.

ListChangedEvent(E)

Provides data for the BaseListListener.listChanged event.

ListItemEvent(E)

Provides data for the BaseListListener.itemAdded event.

MouseButtons

Specifies the button of a pointing device.

MutableRectangle

Represents a Rectangle that can be modified.

ObservableList(E)

Represents a generic list with modification notifications.

OverflowException

Thrown when an operation results in an overflow.

Point

Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. Instances of this class are immutable.

PointD

Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. Instances of this class are immutable.

Rectangle

Stores a set of four integers that represent the location and size of a rectangle. Instances of this class are immutable.

RectangleD

Stores a set of four integers that represent the location and size of a rectangle. Instances of this class are immutable.

ScrollEvent

Provides data for the scroll events.

ScrollEventType

Specifies the type of action used to raise a scroll event.

Size

Stores an ordered pair of integers, typically the width and height of a rectangle. Instances of this class are immutable.

SizeD

Stores an ordered pair of integers, typically the width and height of a rectangle. Instances of this class are immutable.

 Interfaces

  Interface Description

BaseListListener(E)

Defines the events raised by the BaseList class.

ChangeListener

Defines the events raised when an object is changed.