Package | Description |
---|---|
de.toem.impulse.domain | |
de.toem.impulse.paint | |
de.toem.impulse.samples | |
de.toem.pattern.element | |
java.io | |
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
Modifier and Type | Field and Description |
---|---|
static Class<? extends IDomainBase>[] |
DomainBase.CLASSES |
Modifier and Type | Method and Description |
---|---|
static IDomainBase |
DomainBase.bestFit(Class<? extends IDomainBase> c,
double diff) |
static IDomainBase |
DomainBase.parse(String value,
Class cs) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Class<? extends IDomainBase>,de.toem.impulse.axis.IDomainAxis> |
ITreeItem.getDomainAxisMap() |
Modifier and Type | Method and Description |
---|---|
void |
ITreeItem.setDomainAxisMap(java.util.Map<Class<? extends IDomainBase>,de.toem.impulse.axis.IDomainAxis> axisMap) |
Modifier and Type | Method and Description |
---|---|
IPackedSamples |
IReferencedSamples.getReference(Class<? extends IPackedSamples> cs)
Returns its reference of type cs, or null.
|
Object |
IPackedSamples.getService(Class<?> cs)
Returns the requested service
|
Modifier and Type | Method and Description |
---|---|
ICell |
ICell.check(Class<? extends ICell> c) |
void |
ICell.collectTribe(java.util.List<ICell> list,
Class<? extends ICell> clazz) |
void |
ICell.collectTribe(java.util.List<ICell> list,
Class<? extends ICell>[] clazzes) |
static java.util.List<IElement> |
Elements.extractDocumentsAndChapters(java.util.Collection<IElement> elements,
Class<? extends ICell> c) |
static java.util.List<IElement> |
Elements.extractDocumentsAndChapters(java.util.Collection<IElement> elements,
Class<? extends ICell>[] cs) |
ICell |
ICell.getCell(char[] path,
int pos,
Class<? extends ICell> clazz) |
ICell |
ICell.getCell(String path,
Class<? extends ICell> clazz) |
ICell |
IElement.getCellByLink(de.toem.pattern.element.Link link,
Class<? extends ICell> clazz) |
ICell |
ICell.getCellByLink(de.toem.pattern.element.Link link,
Class<? extends ICell> clazz) |
ICell |
IElement.getCellByPath(String cellPath,
Class<? extends ICell> clazz) |
ICell |
ICell.getChildByLink(de.toem.pattern.element.Link link,
Class<? extends ICell> clazz) |
ICell |
ICell.getChildByName(char[] name,
int pos,
int length,
Class<? extends ICell> clazz) |
ICell |
ICell.getChildByName(String name,
Class<? extends ICell> clazz) |
java.util.List<ICell> |
ICell.getChildren(Class<? extends ICell> clazz) |
java.util.List<ICell> |
ICell.getChildren(Class<? extends ICell>[] clazzes) |
java.util.List<IElement> |
IElement.getChildren(de.toem.pattern.threading.IProgress progress,
Class<? extends ICell> cellClass) |
java.util.List<IElement> |
IElement.getChildren(de.toem.pattern.threading.IProgress progress,
Class<? extends ICell>[] cellClasses) |
Object |
ICell.getData(Class<?> cs) |
Object |
ICell.getData(String key,
Class<?> cs) |
ICell |
ICell.getParent(Class<? extends ICell> clazz) |
static Object[] |
Elements.getResources(java.util.Collection<IElement> elements,
Class<?> c,
boolean keepElement) |
java.util.List<ICell> |
ICell.getTribe(boolean includeParent,
Class<? extends ICell> clazz) |
java.util.List<ICell> |
ICell.getTribe(boolean includeParent,
Class<? extends ICell>[] clazzes) |
<T> java.util.List<T> |
ICell.getTypedChildren(Class<T> clazz) |
Object |
ICell.getValue(String name,
Class<?> c) |
boolean |
IElement.hasCell(Class<? extends ICell> c) |
boolean |
IElement.hasCell(Class<? extends ICell>[] cs) |
boolean |
ICell.hasChildren(Class<? extends ICell> clazz) |
boolean |
ICell.hasChildren(Class<? extends ICell>[] clazzes) |
boolean |
ICell.hasValue(String name,
Class<?> c) |
static boolean |
Elements.haveCells(java.util.List<IElement> elements,
Class<? extends ICell> c) |
static boolean |
Elements.haveCells(java.util.List<IElement> elements,
Class<? extends ICell>[] cs) |
int |
ICell.indexOfName(String name,
Class<? extends ICell> clazz) |
boolean |
ICell.isInstance(Class<? extends ICell> c) |
boolean |
ICell.isInstance(Class<? extends ICell>[] cs) |
static boolean |
Elements.onlyCells(java.util.List<IElement> elements,
Class<? extends ICell> c) |
static boolean |
Elements.onlyCells(java.util.List<IElement> elements,
Class<? extends ICell>[] cs) |
static boolean |
Elements.onlyDC(java.util.List<IElement> elements,
Class<? extends ICell> c) |
static boolean |
Elements.onlyDC(java.util.List<IElement> elements,
Class<? extends ICell>[] cs) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
ObjectStreamClass.forClass()
Return the class in the local VM that this version is mapped to.
|
Class<?> |
ObjectStreamField.getType()
Get the type of the field.
|
Modifier and Type | Method and Description |
---|---|
static ObjectStreamClass |
ObjectStreamClass.lookup(Class<?> cl)
Find the descriptor for a class that can be serialized.
|
static ObjectStreamClass |
ObjectStreamClass.lookupAny(Class<?> cl)
Returns the descriptor for any class, regardless of whether it
implements
Serializable . |
Constructor and Description |
---|
ObjectStreamField(String name,
Class<?> type)
Create a Serializable field with the specified type.
|
ObjectStreamField(String name,
Class<?> type,
boolean unshared)
Creates an ObjectStreamField representing a serializable field with the
given name and type.
|
Modifier and Type | Field and Description |
---|---|
static Class<Void> |
Void.TYPE
The
Class object representing the pseudo-type corresponding to
the keyword void . |
static Class<Short> |
Short.TYPE
The
Class instance representing the primitive type
short . |
static Class<Long> |
Long.TYPE
The
Class instance representing the primitive type
long . |
static Class<Integer> |
Integer.TYPE
The
Class instance representing the primitive type
int . |
static Class<Float> |
Float.TYPE
The
Class instance representing the primitive type
float . |
static Class<Double> |
Double.TYPE
The
Class instance representing the primitive type
double . |
static Class<Character> |
Character.TYPE
The
Class instance representing the primitive type
char . |
static Class<Byte> |
Byte.TYPE
The
Class instance representing the primitive type
byte . |
static Class<Boolean> |
Boolean.TYPE
The Class object representing the primitive type boolean.
|
Modifier and Type | Method and Description |
---|---|
<U> Class<? extends U> |
Class.asSubclass(Class<U> clazz)
Casts this
Class object to represent a subclass of the class
represented by the specified class object. |
Class<? extends Enum> |
EnumConstantNotPresentException.enumType()
Returns the type of the missing enum constant.
|
static Class<?> |
Class.forName(String className)
Returns the
Class object associated with the class or
interface with the given string name. |
static Class<?> |
Class.forName(String name,
boolean initialize,
ClassLoader loader)
Returns the
Class object associated with the class or
interface with the given string name, using the given class loader. |
Class<?> |
Object.getClass()
Returns the runtime class of this
Object . |
Class<?>[] |
Class.getClasses()
Returns an array containing
Class objects representing all
the public classes and interfaces that are members of the class
represented by this Class object. |
Class<?> |
Class.getComponentType()
Returns the
Class representing the component type of an
array. |
Class<?>[] |
Class.getDeclaredClasses()
Returns an array of
Class objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class object. |
Class<E> |
Enum.getDeclaringClass()
Returns the Class object corresponding to this enum constant's
enum type.
|
Class<?> |
Class.getDeclaringClass()
If the class or interface represented by this
Class object
is a member of another class, returns the Class object
representing the class in which it was declared. |
Class<?> |
Class.getEnclosingClass()
Returns the immediately enclosing class of the underlying
class.
|
Class<?>[] |
Class.getInterfaces()
Determines the interfaces implemented by the class or interface
represented by this object.
|
Class<? super T> |
Class.getSuperclass()
Returns the
Class representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class . |
Class<?> |
ClassLoader.loadClass(String name)
Loads the class with the specified binary name.
|
Modifier and Type | Method and Description |
---|---|
<U> Class<? extends U> |
Class.asSubclass(Class<U> clazz)
Casts this
Class object to represent a subclass of the class
represented by the specified class object. |
void |
SecurityManager.checkMemberAccess(Class<?> clazz,
int which)
Throws a
SecurityException if the
calling thread is not allowed to access members. |
static boolean |
Compiler.compileClass(Class<?> clazz)
Compiles the specified class.
|
T |
ClassValue.get(Class<?> type)
Returns the value for the given class.
|
<A extends java.lang.annotation.Annotation> |
Package.getAnnotation(Class<A> annotationClass) |
<A extends java.lang.annotation.Annotation> |
Class.getAnnotation(Class<A> annotationClass) |
java.lang.reflect.Constructor<T> |
Class.getConstructor(Class<?>... parameterTypes)
Returns a
Constructor object that reflects the specified
public constructor of the class represented by this Class
object. |
java.lang.reflect.Constructor<T> |
Class.getDeclaredConstructor(Class<?>... parameterTypes)
Returns a
Constructor object that reflects the specified
constructor of the class or interface represented by this
Class object. |
java.lang.reflect.Method |
Class.getDeclaredMethod(String name,
Class<?>... parameterTypes)
Returns a
Method object that reflects the specified
declared method of the class or interface represented by this
Class object. |
java.lang.reflect.Method |
Class.getMethod(String name,
Class<?>... parameterTypes)
Returns a
Method object that reflects the specified public
member method of the class or interface represented by this
Class object. |
boolean |
Package.isAnnotationPresent(Class<? extends java.lang.annotation.Annotation> annotationClass) |
boolean |
Class.isAnnotationPresent(Class<? extends java.lang.annotation.Annotation> annotationClass) |
boolean |
Class.isAssignableFrom(Class<?> cls)
Determines if the class or interface represented by this
Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter. |
void |
ClassValue.remove(Class<?> type)
Removes the associated value for the given class.
|
static <T extends Enum<T>> |
Enum.valueOf(Class<T> enumType,
String name)
Returns the enum constant of the specified enum type with the
specified name.
|
Constructor and Description |
---|
EnumConstantNotPresentException(Class<? extends Enum> enumType,
String constantName)
Constructs an EnumConstantNotPresentException for the
specified constant.
|