java.lang.Object
de.grogra.reflect.MemberBase
de.grogra.reflect.TypeImpl<T>
de.grogra.reflect.FileChooserType<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FileChooserTypestatic final intUse a specified path as defaultstatic final intLook for directorystatic final intLook for directorystatic final intExclude filestatic final intLook for filesprotected final intprotected final Stringstatic final intThe result is given as Stringprotected final FileFields inherited from class de.grogra.reflect.MemberBase
annots, declaringType, descriptor, modifiers, nameFields inherited from interface de.grogra.reflect.Member
ABSTRACT, ACCESS_MODIFIERS, ARRAY, BRIDGE, CONST, CONSTANT, FINAL, GLOBAL, INTERFACE, JAVA_MODIFIERS, LOCAL_CLASS, MIN_UNUSED_MODIFIER, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILEFields inherited from interface de.grogra.reflect.Type
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, FLOATING_POINT, INT, INTEGRAL, INVALID, LOCAL_CLASS_MODIFIERS, LONG, MEMBER_CLASS_MODIFIERS, MEMBER_INTERFACE_MODIFIERS, NULL, NUMBER, NUMERIC, OBJECT, SHORT, STRING, TEXTAREA, TOP_LEVEL_CLASS_MODIFIERS, TOP_LEVEL_INTERFACE_MODIFIERS, TYPE, TYPE_0, VOID -
Constructor Summary
ConstructorsConstructorDescriptionFileChooserType(String binaryName, int flags, File s) FileChooserType(String binaryName, int flags, String s) FileChooserType(String binaryName, int flags, Map params) -
Method Summary
Methods inherited from class de.grogra.reflect.TypeImpl
cloneObject, createArray, getArrayType, getBinaryName, getComponentType, getDeclaredField, getDeclaredFieldCount, getDeclaredInterface, getDeclaredInterfaceCount, getDeclaredMethod, getDeclaredMethodCount, getDeclaredType, getDeclaredTypeCount, getDefaultElementValue, getImplementationClass, getLookup, getPackage, getSignature, getSimpleName, getSupertype, getTypeId, getTypeLoader, isInstance, isStringSerializable, newInstance, toString, valueOfMethods inherited from class de.grogra.reflect.MemberBase
declareAnnotation, getDeclaredAnnotation, getDeclaredAnnotationCount, getDeclaringType, getDescriptor, getModifiers, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.grogra.reflect.Member
getDeclaredAnnotation, getDeclaredAnnotationCount, getDeclaringType, getDescriptor, getModifiers, getName
-
Field Details
-
flags
protected final int flags -
mt
-
start
-
FILE
public static final int FILELook for files- See Also:
-
EXCLUDE_FILE
public static final int EXCLUDE_FILEExclude file- See Also:
-
DIRECTORY
public static final int DIRECTORYLook for directory- See Also:
-
EXCLUDE_DIRECTORY
public static final int EXCLUDE_DIRECTORYLook for directory- See Also:
-
PATH
public static final int PATHThe result is given as String- See Also:
-
DEFAULT_PATH
public static final int DEFAULT_PATHUse a specified path as default- See Also:
-
DEFAULT
-
-
Constructor Details
-
FileChooserType
-
FileChooserType
-
FileChooserType
-
-
Method Details
-
getFlags
public int getFlags() -
getStart
-
getMimetypes
-
isDisabled
public boolean isDisabled()If neither files nor directories are accepted, the filechooser is disabled
-