A B C D E F G H I L M N O R S T W 

A

abort() - Method in class org.treetank.access.FilelistenerWriteTrx
Abort all modifications of the exclusive write transaction.
abort() - Method in interface org.treetank.api.IFilelistenerWriteTrx
Abort all modifications of the exclusive write transaction.
addEmptyFile(String) - Method in class org.treetank.access.FilelistenerWriteTrx
Add an empty file in case of ENTRY_CREATE event.
addEmptyFile(String) - Method in interface org.treetank.api.IFilelistenerWriteTrx
Add an empty file in case of ENTRY_CREATE event.
addFile(File, String) - Method in class org.treetank.access.FilelistenerWriteTrx
Add a new file to the system
addFile(File, String) - Method in interface org.treetank.api.IFilelistenerWriteTrx
Add a new file to the system
addFilelistener(String, String) - Static method in class org.treetank.filelistener.file.Filelistener
Add a new filelistener to the system.
addNotification(FilesystemNotification) - Method in interface org.treetank.filelistener.file.FilesystemNotificationObserver
Adds a notification to the blocking queue.
addObserver(FilesystemNotificationObserver) - Method in class org.treetank.filelistener.file.FilesystemNotification
 
assertNotClosed() - Method in class org.treetank.access.FilelistenerReadTrx
Make sure that the session is not yet closed when calling this method.

B

BACKEND_INDEX_JCLOUDS - Static variable in class org.treetank.filelistener.file.StorageManager
Indizes provided by this class to determine which backend has been chosen.
BOTTOM_LEFT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in bottom left corner of base image.
BOTTOM_RIGHT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in bottom right corner of base image.

C

call() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
callback() - Method in interface org.treetank.filelistener.ui.api.ISWTCallback
 
checkSubclass() - Method in class org.treetank.filelistener.ui.composites.MainComposite
 
ChooseExisitingStorageDialog - Class in org.treetank.filelistener.ui.dialogs
 
ChooseExisitingStorageDialog(Shell, int) - Constructor for class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
Create the dialog.
close() - Method in class org.treetank.access.FilelistenerReadTrx
Close this transaction
close() - Method in class org.treetank.access.FilelistenerWriteTrx
Close this transaction
close() - Method in interface org.treetank.api.IFilelistenerReadTrx
Close this transaction
commit() - Method in class org.treetank.access.FilelistenerWriteTrx
Non-blocking commit in TT
commit() - Method in interface org.treetank.api.IFilelistenerWriteTrx
Non-blocking commit in TT
commitBlocked() - Method in class org.treetank.access.FilelistenerWriteTrx
Blocking commit in TT
commitBlocked() - Method in interface org.treetank.api.IFilelistenerWriteTrx
Blocking commit in TT
configurationListChanged() - Method in class org.treetank.filelistener.ui.composites.MainComposite
 
createContents() - Method in class org.treetank.filelistener.ui.application.FilelistenerApplication
Create contents of the window.
createResource(String, AbstractModule) - Static method in class org.treetank.filelistener.file.StorageManager
Create a new storage with the given name and backend.
CreateStorageConfigurationDialog - Class in org.treetank.filelistener.ui.dialogs
 
CreateStorageConfigurationDialog(Shell, int) - Constructor for class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
Create the dialog.

D

decorateImage(Image, Image) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
decorateImage(Image, Image, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image composed of a base image decorated by another image.
deserializeData(DataInput) - Method in class org.treetank.filelistener.file.data.FileDataFactory
deserializeEntry(DataInput) - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory
 
dispose() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose of cached objects and their underlying OS resources.
disposeColors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose of all the cached Color's.
disposeCursors() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached cursors.
disposeFonts() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached Font's.
disposeImages() - Static method in class org.eclipse.wb.swt.SWTResourceManager
Dispose all of the cached Image's.
do_btnCancel_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.RestoreDialog
 
do_btnSubmit_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
 
do_btnSubmit_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
 
do_btnUseAnExisting_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
 
do_combo_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
 
do_mBtnFolder_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.RestoreDialog
 
do_mBtnSubmit_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.dialogs.RestoreDialog
 
do_mntmListenToA_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.application.FilelistenerApplication
 
do_mntmRestoreConfigurationInto_widgetSelected(SelectionEvent) - Method in class org.treetank.filelistener.ui.application.FilelistenerApplication
 
do_text_modifyText(ModifyEvent) - Method in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
 

E

emptyFileKey - Static variable in class org.treetank.access.FilelistenerReadTrx
A special Key for empty files
equals(Object) - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
equals(Object) - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
equals(Object) - Method in class org.treetank.filelistener.file.FilesystemNotification
 

F

FileData - Class in org.treetank.filelistener.file.data
A sequence of Filenodes represents a full file.
FileData(long, byte[], boolean, boolean) - Constructor for class org.treetank.filelistener.file.data.FileData
Creates a Filenode with given bytes
FileDataFactory - Class in org.treetank.filelistener.file.data
 
FileDataFactory() - Constructor for class org.treetank.filelistener.file.data.FileDataFactory
 
fileExists(String) - Method in class org.treetank.access.FilelistenerReadTrx
The returned array consists of all the relative paths there are in the storage.
fileExists(String) - Method in class org.treetank.access.FilelistenerWriteTrx
The returned array consists of all the relative paths there are in the storage.
fileExists(String) - Method in interface org.treetank.api.IFilelistenerReadTrx
The returned array consists of all the relative paths there are in the storage.
Filelistener - Class in org.treetank.filelistener.file
 
Filelistener() - Constructor for class org.treetank.filelistener.file.Filelistener
 
FilelistenerApplication - Class in org.treetank.filelistener.ui.application
 
FilelistenerApplication() - Constructor for class org.treetank.filelistener.ui.application.FilelistenerApplication
 
FilelistenerMetaDataFactory - Class in org.treetank.filelistener.file.data
This factory is used to give the treetank system knowledge of the MetaEntries this interface module uses to store the data.
FilelistenerMetaDataFactory() - Constructor for class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory
 
FilelistenerMetaDataFactory.MetaKey - Class in org.treetank.filelistener.file.data
Key representing a relative path to the mount point.
FilelistenerMetaDataFactory.MetaKey(String) - Constructor for class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
Constructor
FilelistenerMetaDataFactory.MetaValue - Class in org.treetank.filelistener.file.data
Value which is basically the byte representation of the header FileData
FilelistenerMetaDataFactory.MetaValue(long) - Constructor for class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
Constructor.
FilelistenerReadTrx - Class in org.treetank.access
 
FilelistenerReadTrx(IBucketReadTrx) - Constructor for class org.treetank.access.FilelistenerReadTrx
Constructor.
FilelistenerWriteTrx - Class in org.treetank.access
 
FilelistenerWriteTrx(IBucketWriteTrx, ISession) - Constructor for class org.treetank.access.FilelistenerWriteTrx
FILENODESIZE - Static variable in class org.treetank.filelistener.file.data.FileData
The size of the filenode
FilesystemNotification - Class in org.treetank.filelistener.file
This class is used to safe notifications from the filesystem for later processing via the WorkingQueue.
FilesystemNotification(File, String, String, WatchEvent.Kind<?>, IFilelistenerWriteTrx) - Constructor for class org.treetank.filelistener.file.FilesystemNotification
Create a FilesystemNotification that holds the File
FilesystemNotificationObserver - Interface in org.treetank.filelistener.file
Since FilesystemNotifications mainly run in different threads than the observer, the notifications are observed using this interface instead.

G

getBlockingQueue() - Method in interface org.treetank.filelistener.file.FilesystemNotificationObserver
Adds a new notification to the observer.
getBoldFont(Font) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a bold version of the given Font.
getBucketAmount() - Method in class org.treetank.filelistener.file.FilesystemNotification
Determine how many buckets are in the storage after this notifcation was processed.
getColor(int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns the system Color matching the specific ID.
getColor(int, int, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Color given its red, green and blue component values.
getColor(RGB) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Color given its RGB value.
getCount() - Method in class org.treetank.access.FilelistenerReadTrx
getCount() - Method in class org.treetank.access.FilelistenerWriteTrx
getCount() - Method in interface org.treetank.api.IFilelistenerReadTrx
 
getCount() - Method in interface org.treetank.api.IFilelistenerWriteTrx
 
getCursor(int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns the system cursor matching the specific ID.
getData() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
 
getDataKey() - Method in class org.treetank.filelistener.file.data.FileData
 
getEvtType() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
getFile() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
getFilelisteners() - Static method in class org.treetank.filelistener.file.Filelistener
A utility method to get all filelisteners that are already defined and stored.
getFilePaths() - Method in class org.treetank.access.FilelistenerReadTrx
The returned array consists of all the relative paths there are in the storage.
getFilePaths() - Method in class org.treetank.access.FilelistenerWriteTrx
The returned array consists of all the relative paths there are in the storage.
getFilePaths() - Method in interface org.treetank.api.IFilelistenerReadTrx
The returned array consists of all the relative paths there are in the storage.
getFont(String, int, int) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Font based on its name, height and style.
getFont(String, int, int, boolean, boolean) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns a Font based on its name, height and style.
getFullFile(String) - Method in class org.treetank.access.FilelistenerReadTrx
This method allows you to get a full file using the node key of the header
getFullFile(String) - Method in class org.treetank.access.FilelistenerWriteTrx
This method allows you to get a full file using the node key of the header
getFullFile(String) - Method in interface org.treetank.api.IFilelistenerReadTrx
This method allows you to get a full file using the node key of the header
getFunnel() - Method in class org.treetank.filelistener.file.data.FileData
getFunnel() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
getFunnel() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
getImage(InputStream) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image encoded by the specified InputStream.
getImage(String) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image stored in the file at the specified path.
getImage(Class<?>, String) - Static method in class org.eclipse.wb.swt.SWTResourceManager
Returns an Image stored in the file at the specified path relative to the specified class.
getKey() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
 
getListenFolder() - Method in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
 
getName() - Method in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
 
getObserver() - Method in class org.treetank.filelistener.file.Filelistener
Get the observer for this filelistener
getRelativePath() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
getResources() - Static method in class org.treetank.filelistener.file.StorageManager
Retrieve a list of all storages.
getRootPath() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
getSession(String) - Static method in class org.treetank.filelistener.file.StorageManager
Retrieve a session from the system for the given Storagename
getStorageName() - Method in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
 
getStorageName() - Method in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
 
getTime() - Method in class org.treetank.filelistener.file.FilesystemNotification
Determine how long this notifcation was processed.
getTrx(String) - Method in class org.treetank.filelistener.file.Filelistener
Get the desired transaction.
getVal() - Method in class org.treetank.filelistener.file.data.FileData
 

H

hashCode() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
hashCode() - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
hashCode() - Method in class org.treetank.filelistener.file.FilesystemNotification
 

I

IFilelistenerReadTrx - Interface in org.treetank.api
 
IFilelistenerWriteTrx - Interface in org.treetank.api
 
isClosed() - Method in class org.treetank.access.FilelistenerReadTrx
Check whether or not this transaction has been closed
isClosed() - Method in class org.treetank.access.FilelistenerWriteTrx
Check whether or not this transaction has been closed
isClosed() - Method in interface org.treetank.api.IFilelistenerReadTrx
Check whether or not this transaction has been closed
isEof() - Method in class org.treetank.filelistener.file.data.FileData
Check whether or not this filenode is the last in the sequence.
isFinished() - Method in class org.treetank.filelistener.file.FilesystemNotification
 
isHeader() - Method in class org.treetank.filelistener.file.data.FileData
Check whether or not this filenode is the first in the sequence.
ISWTCallback - Interface in org.treetank.filelistener.ui.api
This callback interface is implemented by composites that create dialogs from which they need to get information whether or not they are finished

L

LAST_CORNER_KEY - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Internal value.
ListenToFolderDialog - Class in org.treetank.filelistener.ui.dialogs
 
ListenToFolderDialog(Shell, int) - Constructor for class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
Create the dialog.

M

main(String[]) - Static method in class org.treetank.filelistener.ui.application.FilelistenerApplication
Launch the application.
MainComposite - Class in org.treetank.filelistener.ui.composites
 
MainComposite(Composite, int) - Constructor for class org.treetank.filelistener.ui.composites.MainComposite
 
mPageReadTrx - Variable in class org.treetank.access.FilelistenerReadTrx
State of transaction including all cached stuff.
mResult - Variable in class org.treetank.filelistener.ui.dialogs.RestoreDialog
 
mShell - Variable in class org.treetank.filelistener.ui.dialogs.RestoreDialog
 

N

notifyObservers() - Method in class org.treetank.filelistener.file.FilesystemNotification
 

O

open() - Method in class org.treetank.filelistener.ui.application.FilelistenerApplication
Open the window.
open() - Method in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
Open the dialog.
open() - Method in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
Open the dialog.
open() - Method in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
Open the dialog.
open() - Method in class org.treetank.filelistener.ui.dialogs.RestoreDialog
Open the dialog.
org.eclipse.wb.swt - package org.eclipse.wb.swt
 
org.treetank.access - package org.treetank.access
 
org.treetank.api - package org.treetank.api
 
org.treetank.filelistener.exceptions - package org.treetank.filelistener.exceptions
 
org.treetank.filelistener.file - package org.treetank.filelistener.file
 
org.treetank.filelistener.file.data - package org.treetank.filelistener.file.data
 
org.treetank.filelistener.ui.api - package org.treetank.filelistener.ui.api
 
org.treetank.filelistener.ui.application - package org.treetank.filelistener.ui.application
 
org.treetank.filelistener.ui.composites - package org.treetank.filelistener.ui.composites
 
org.treetank.filelistener.ui.dialogs - package org.treetank.filelistener.ui.dialogs
 

R

removeFile(String) - Method in class org.treetank.access.FilelistenerWriteTrx
Remove file from desired path
removeFile(String) - Method in interface org.treetank.api.IFilelistenerWriteTrx
Remove file from desired path
removeFilelistener(String) - Method in class org.treetank.filelistener.file.Filelistener
You can remove a filelistener from the system identifying it with it's Storagename.
removeResource(String) - Static method in class org.treetank.filelistener.file.StorageManager
Via this method you can remove a storage from the system.
resize() - Method in class org.treetank.filelistener.ui.composites.MainComposite
 
ResourceNotExistingException - Exception in org.treetank.filelistener.exceptions
 
ResourceNotExistingException() - Constructor for exception org.treetank.filelistener.exceptions.ResourceNotExistingException
 
restore() - Method in class org.treetank.filelistener.ui.composites.MainComposite
 
RestoreDialog - Class in org.treetank.filelistener.ui.dialogs
 
RestoreDialog(Shell, int, Filelistener) - Constructor for class org.treetank.filelistener.ui.dialogs.RestoreDialog
Create the dialog.
result - Variable in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
 
result - Variable in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
 
result - Variable in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
 
ROOT_PATH - Static variable in class org.treetank.filelistener.file.StorageManager
The rootpath of where the filelistener saves application dependent data.

S

serialize(DataOutput) - Method in class org.treetank.filelistener.file.data.FileData
Serializing to given dataput
serialize(DataOutput) - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaKey
serialize(DataOutput) - Method in class org.treetank.filelistener.file.data.FilelistenerMetaDataFactory.MetaValue
setEvtType(WatchEvent.Kind<?>) - Method in class org.treetank.filelistener.file.FilesystemNotification
 
setObserver(FilesystemNotificationObserver) - Method in class org.treetank.filelistener.file.Filelistener
Set the observer for this filelistener
setPageTransaction(IBucketReadTrx) - Method in class org.treetank.access.FilelistenerReadTrx
Replace the state of the transaction.
shell - Variable in class org.treetank.filelistener.ui.application.FilelistenerApplication
 
shell - Variable in class org.treetank.filelistener.ui.dialogs.ChooseExisitingStorageDialog
 
shell - Variable in class org.treetank.filelistener.ui.dialogs.CreateStorageConfigurationDialog
 
shell - Variable in class org.treetank.filelistener.ui.dialogs.ListenToFolderDialog
 
shutdown() - Method in class org.treetank.filelistener.ui.composites.MainComposite
 
shutDownListener() - Method in class org.treetank.filelistener.file.Filelistener
Shutdown listening to the defined folders and release all bonds to Treetank.
startListening() - Method in class org.treetank.filelistener.file.Filelistener
Start listening to the defined folders.
STORAGE_PATH - Static variable in class org.treetank.filelistener.file.StorageManager
The path where the storage configurations are to find.
StorageAlreadyExistsException - Exception in org.treetank.filelistener.exceptions
 
StorageAlreadyExistsException() - Constructor for exception org.treetank.filelistener.exceptions.StorageAlreadyExistsException
 
StorageManager - Class in org.treetank.filelistener.file
 
StorageManager() - Constructor for class org.treetank.filelistener.file.StorageManager
 
SWTResourceManager - Class in org.eclipse.wb.swt
Utility class for managing OS resources associated with SWT controls such as colors, fonts, images, etc.
SWTResourceManager() - Constructor for class org.eclipse.wb.swt.SWTResourceManager
 

T

TOP_LEFT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in top left corner of base image.
TOP_RIGHT - Static variable in class org.eclipse.wb.swt.SWTResourceManager
Style constant for placing decorator image in top right corner of base image.

W

watchDir(File) - Method in class org.treetank.filelistener.file.Filelistener
 
WrongFilenodeDataLengthException - Exception in org.treetank.filelistener.exceptions
 
WrongFilenodeDataLengthException() - Constructor for exception org.treetank.filelistener.exceptions.WrongFilenodeDataLengthException
 
A B C D E F G H I L M N O R S T W 

Copyright © 2013. All Rights Reserved.