D E F G I J N S T

D

deleteFileOnReboot(String) - Static method in class jsmooth.Native
Flag a file so that Windows shall delete it during the next startup sequence of the operating system.
DRIVE_CDROM - Static variable in class jsmooth.DriveInfo
 
DRIVE_FIXED - Static variable in class jsmooth.DriveInfo
 
DRIVE_NO_ROOT_DIR - Static variable in class jsmooth.DriveInfo
 
DRIVE_RAMDISK - Static variable in class jsmooth.DriveInfo
 
DRIVE_REMOTE - Static variable in class jsmooth.DriveInfo
 
DRIVE_REMOVABLE - Static variable in class jsmooth.DriveInfo
 
DRIVE_UNKNOWN - Static variable in class jsmooth.DriveInfo
 
DriveInfo - Class in jsmooth
 
DriveInfo() - Constructor for class jsmooth.DriveInfo
 

E

exitWindows(int) - Static method in class jsmooth.Native
Request Windows to shutdown/reboot the computer, or log off the current user/session.
EXITWINDOWS_FORCE - Static variable in class jsmooth.Native
 
EXITWINDOWS_LOGOFF - Static variable in class jsmooth.Native
 
EXITWINDOWS_POWEROFF - Static variable in class jsmooth.Native
 
EXITWINDOWS_REBOOT - Static variable in class jsmooth.Native
 
EXITWINDOWS_SHUTDOWN - Static variable in class jsmooth.Native
 

F

FILE_CASE_PRESERVED_NAMES - Static variable in class jsmooth.DriveInfo
 
FILE_CASE_SENSITIVE_SEARCH - Static variable in class jsmooth.DriveInfo
 
FILE_FILE_COMPRESSION - Static variable in class jsmooth.DriveInfo
 
FILE_NAMED_STREAMS - Static variable in class jsmooth.DriveInfo
 
FILE_PERSISTENT_ACLS - Static variable in class jsmooth.DriveInfo
 
FILE_READ_ONLY_VOLUME - Static variable in class jsmooth.DriveInfo
 
FILE_SUPPORTS_ENCRYPTION - Static variable in class jsmooth.DriveInfo
 
FILE_SUPPORTS_OBJECT_IDS - Static variable in class jsmooth.DriveInfo
 
FILE_SUPPORTS_REMOTE_STORAGE - Static variable in class jsmooth.DriveInfo
 
FILE_SUPPORTS_REPARSE_POINTS - Static variable in class jsmooth.DriveInfo
 
FILE_SUPPORTS_SPARSE_FILES - Static variable in class jsmooth.DriveInfo
 
FILE_UNICODE_ON_DISK - Static variable in class jsmooth.DriveInfo
 
FILE_VOLUME_IS_COMPRESSED - Static variable in class jsmooth.DriveInfo
 
FILE_VOLUME_QUOTAS - Static variable in class jsmooth.DriveInfo
 

G

getDriveInfo(File) - Static method in class jsmooth.Native
a DriveInfo info object provides platform-specific information relative to the disk volume where the File object parameter is located.
getDriveType() - Method in class jsmooth.DriveInfo
Return the drive type as one of the DRIVE_* constants.
getExecutableName() - Static method in class jsmooth.Native
Return the file name of the executable used to launch the current application.
getExecutablePath() - Static method in class jsmooth.Native
Return the directory where is located the executable used to launch the current application.
getFileSystemName() - Method in class jsmooth.DriveInfo
The name of the filesystem installed on this drive
getFreeSpace() - Method in class jsmooth.DriveInfo
Return the total free space of the volume in bytes
getFreeSpaceForUser() - Method in class jsmooth.DriveInfo
Return the free space of the volume available to the user.
getMaximumComponentSize() - Method in class jsmooth.DriveInfo
The maximum size supported by the file system for a single component (directory or filename).
getSerialNumber() - Method in class jsmooth.DriveInfo
Return the serial number of the volume, as allocated by the system during the formatting of the volume.
getSystemFlags() - Method in class jsmooth.DriveInfo
Return a combination of system flags supported by the filesystem.
getTotalSpace() - Method in class jsmooth.DriveInfo
Return the total space of the volume, including the free and allocated space.
getVolumeName() - Method in class jsmooth.DriveInfo
If a name has been defined for the volume represented by this object, it is returned.

I

isAvailable() - Static method in class jsmooth.Native
Return true if this class is correctly bound to the native methods.

J

jsmooth - package jsmooth
 

N

Native - Class in jsmooth
The Native class is the main hub for accessing the native functions provided by JSmooth at runtime.
Native() - Constructor for class jsmooth.Native
 

S

shellExecute(String, String, String, String, int) - Static method in class jsmooth.Native
Maps the ShellExecute Windows function, which allows the application to either run a new process, or to start a standard operation on any document file, such as opening, editing, printing, etc.
SHELLEXECUTE_EDIT - Static variable in class jsmooth.Native
 
SHELLEXECUTE_EXPLORE - Static variable in class jsmooth.Native
 
SHELLEXECUTE_FIND - Static variable in class jsmooth.Native
 
SHELLEXECUTE_OPEN - Static variable in class jsmooth.Native
 
SHELLEXECUTE_PRINT - Static variable in class jsmooth.Native
 
SW_FORCEMINIMIZE - Static variable in class jsmooth.Native
 
SW_HIDE - Static variable in class jsmooth.Native
 
SW_MAX - Static variable in class jsmooth.Native
 
SW_MAXIMIZE - Static variable in class jsmooth.Native
 
SW_MINIMIZE - Static variable in class jsmooth.Native
 
SW_NORMAL - Static variable in class jsmooth.Native
 
SW_RESTORE - Static variable in class jsmooth.Native
 
SW_SHOW - Static variable in class jsmooth.Native
 
SW_SHOWDEFAULT - Static variable in class jsmooth.Native
 
SW_SHOWMAXIMIZED - Static variable in class jsmooth.Native
 
SW_SHOWMINIMIZED - Static variable in class jsmooth.Native
 
SW_SHOWMINNOACTIVE - Static variable in class jsmooth.Native
 
SW_SHOWNA - Static variable in class jsmooth.Native
 
SW_SHOWNOACTIVATE - Static variable in class jsmooth.Native
 
SW_SHOWNORMAL - Static variable in class jsmooth.Native
 

T

toString() - Method in class jsmooth.DriveInfo
 

D E F G I J N S T