Interface | Description |
---|---|
Copyable<T> |
The
Copyable interface defines a type safe clone
method to create a field-for-field copy of instances of that class. |
StaticInstanceSupport |
This is a marker interface for classes which offer a static instance of
itself.
|
Class | Description |
---|---|
XDEV |
The XDEV class contains the static XDEV methods which can be parameterized by
a wizard in the IDE.
|
XdevObject |
This class is used to identify the correct binding of the XDEV jars in the
classpath.
|
Exception | Description |
---|---|
OperationCanceledException |
A control flow exception to end processes like a visit of a complex
structure.
|
Annotation Type | Description |
---|---|
EventHandlerDelegate |
A marker annotation for delegate methods of event handlers.
|
LibraryMember |
A class annotated with LibraryMember appears in the library view in the IDE
if it is in the current project's classpath.
|
NotNull |
A program element annotated @NotNull should always have a value.
|
Nullable |
A program element annotated @Nullable may have or return a
null value and should be null-checked before it is used. |
PluginUser |
Marks a type as a plugin user, the value is the plugin's name.
|
Prototype |
A program element annotated @Prototype is one that programmers are
discouraged from using, typically because it is not finished yet, or not
properly testet.
|
SQLQuery |
An annotation for SQL query methods.
|
StoredProcedureDelegate |
Marker annotation for methods which call
StoredProcedure s. |
Study |
A program element annotated @Study is one that programmers are
discouraged from using, typically because it is not public API, untestet or
just for studying purposes.
|
Copyright © 2003–2022 XDEV Software. All rights reserved.