Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.compatibility Classes and Interfaces - 54 results found.
NameDescriptionTypePackageFramework
ActionRepresents the method that performs an action on the specified object.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is notSee Also:Serialized FormClassagi.foundation.compatibilityAGI ( Analytical Graphics )
ArgumentNullExceptionThe exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ArgumentOutOfRangeExceptionThe exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
AsyncCompletedEventArgsProvides data for asynchronous method completion event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
BaseCollectionProvides the base class for a generic collection.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
CancelEventArgsProvides data for a cancelable event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
DelegateRepresents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
DimensionFStores an ordered pair of floating-point numbers, typically the width and height of a rectangle, with float precision.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
DoWorkEventArgsProvides data for the DoWork event handler.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
DoWorkEventHandlerRepresents the method that will handle the DoWork event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
EnumerationA marker interface for types implementing an enumeration based on an integer value.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
EventArgsEventArgs is the base class for classes containing event data.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
EventHandlerRepresents the method that will handle an event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
EventResetModeIndicates whether an EventWaitHandle is reset automatically or manually after receiving a signal.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
EventWaitHandleRepresents a thread synchronization event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
FileAccessDefines constants for read, write, or read/write access to a file.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
FileModeSpecifies how the operating system should open a file.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
FileStreamExposes an InputStream around a file.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
FontStyleSpecifies style information applied to text.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ICloneableSupports cloning, which creates a new instance of a class with the same value as an existing instance.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
IDisposableDefines a method to release allocated resources.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
IEqualityComparerDefines methods to support the comparison of objects for equality.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
IEquatableDefines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
ImmutableValueTypeInterfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
ISeekableStreamISeekableStream provides methods to get and set the position in a stream.Interfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
KeyNotFoundExceptionThe exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ManualResetEventClassagi.foundation.compatibilityAGI ( Analytical Graphics )
MouseButtonsSpecifies constants that define which mouse button was pressed.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
PointFStores an ordered pair of floating-point x- and y-coordinates, defining a point in a two-dimensional plane, with float precision.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
PredicateRepresents the method that defines a set of criteria and determines whether the specified object meets those criteria.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ProgressChangedEventArgsProvides data for the ProgressChanged event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ProgressChangedEventHandlerRepresents the method that will handle the ProgressChanged event of the BackgroundWorker class.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeClassNotFoundExceptionRuntimeException wrapper around ClassNotFoundException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeEOFExceptionRuntimeException wrapper around EOFException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeFileNotFoundExceptionRuntimeException wrapper around FileNotFoundException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeIllegalAccessExceptionRuntimeException wrapper around IllegalAccessException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeInstantiationExceptionRuntimeException wrapper around InstantiationException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeInterruptedExceptionRuntimeException wrapper around InterruptedException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeInvocationTargetExceptionRuntimeException wrapper around InvocationTargetException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeIOExceptionRuntimeException wrapper around IOException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeJAXBExceptionRuntimeException wrapper around JAXBException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeMalformedURLExceptionRuntimeException wrapper around MalformedURLException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeNoSuchFieldExceptionRuntimeException wrapper around NoSuchFieldException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeNoSuchMethodExceptionRuntimeException wrapper around NoSuchMethodException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeParseExceptionRuntimeException wrapper around ParseException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeURISyntaxExceptionRuntimeException wrapper around URISyntaxException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RuntimeXMLStreamExceptionRuntimeException wrapper around ClassNotFoundException.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RunWorkerCompletedEventArgsProvides data for the RunWorkerCompleted event.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
RunWorkerCompletedEventHandlerRepresents the method that will handle the RunWorkerCompleted event of a BackgroundWorker class.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
SendOrPostCallbackRepresents a method to be called when a message is to be dispatched to a synchronization context.Classagi.foundation.compatibilityAGI ( Analytical Graphics )
ValueTypeInterfaceagi.foundation.compatibilityAGI ( Analytical Graphics )
WaitHandleClassagi.foundation.compatibilityAGI ( Analytical Graphics )
WrappedRuntimeExceptionWraps an exception as a RuntimeException and delegates methods to the wrappedSee Also:Serialized FormClassagi.foundation.compatibilityAGI ( Analytical Graphics )