| Name | Description | Type | Package | Framework |
| AbstractConfigElement | Superclass of all config elements, whether parameter leafs or complexAuthor:Bernd Wiswedel, KNIME. | Class | org.knime.core.util.node.config | KNIME |
|
| AbstractDisplayOption | | Class | org.knime.core.util.node.config.display | KNIME |
|
| AbstractQuickFormElement | Super class of all form elements. | Class | org.knime.core.util.node.quickform | KNIME |
|
| AbstractQuickFormInElement | Super class of all input elements. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| AbstractQuickFormInElement .Type | Checkbox input element. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| AbstractQuickFormOutElement | Super class of all output elements. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| AbstractQuickFormOutElement .Type | Type enum of all registered types. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| CheckboxInputQuickFormInElement | A form element to enter a simple boolean value. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| CLibrary | Wrapper around native C library functions. | Class | org.knime.core.util | KNIME |
|
| CLibrary .UnixCLibrary | | Class | org.knime.core.util | KNIME |
|
| CLibrary .WindowsCLibrary | | Class | org.knime.core.util | KNIME |
|
| Comment | Created for each comment pattern of the FileTokenizer keepingAuthor:Peter Ohl, University of Konstanz | Class | org.knime.core.util.tokenizer | KNIME |
|
| ConfigElementAbstractSimple | | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementBoolean | Simple config element for a boolean. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementBooleanArray | Simple config element for a boolean array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementByte | Simple config element for a byte. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementByteArray | Simple config element for a byte array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementDouble | Simple config element for a double. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementDoubleArray | Simple config element for a double array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementFloat | Simple config element for a float. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementFloatArray | Simple config element for a float array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementInt | Simple config element for an integer. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementIntArray | Simple config element for an int array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementLong | Simple config element for a long. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementLongArray | Simple config element for a long array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementShort | Simple config element for a short. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementShortArray | Simple config element for a short array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementString | Simple config element for a string. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigElementStringArray | Simple config element for a string array. | Class | org.knime.core.util.node.config | KNIME |
|
| ConfigRegistry | Registry for configuration parameters. | Class | org.knime.core.util.node.config | KNIME |
|
| DateStringInputQuickFormInElement | Creates a date input control and delivers the input as string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| Delimiter | Created for each delimiter for the FileTokenizer keeping itsAuthor:Peter Ohl, University of Konstanz | Class | org.knime.core.util.tokenizer | KNIME |
|
| DoubleInputQuickFormInElement | A form element to enter a simple double-precision floating point number. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| DummyInputQuickFormInElement | A form element to represent a dummy input (no real input, only a breapoint marker). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| DuplicateChecker | This class checks for duplicates in an (almost) arbitrary number of strings. | Class | org.knime.core.util | KNIME |
|
| DuplicateKeyException | This exception is thrown by the DuplicateChecker if a duplicate keyAuthor:Thorsten Meinl, University of KonstanzSee Also:Serialized Form | Class | org.knime.core.util | KNIME |
|
| EclipseUtil | This class contains some misc utility methods around basic Eclipse funtionality. | Class | org.knime.core.util | KNIME |
|
| EclipseUtil .AnnotationClassFilter | | Class | org.knime.core.util | KNIME |
|
| EclipseUtil .ClassFilter | Returns whether the given class should be included in the resulting list. | Interface | org.knime.core.util | KNIME |
|
| Encrypter | Simple class to en-/decrypt strings with a fixed key. | Class | org.knime.core.util.crypto | KNIME |
|
| EncryptionKeySupplier | An object that implements this interface can register at KnimeEncryption. | Interface | org.knime.core.util | KNIME |
|
| FileDownloadQuickFormOutElement | Variable output element, for instance provided by nodes that expose values ofAuthor:Bernd Wiswedel, KNIME. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| FilelistAccessory | A file list used to display the directory content in the file chooser (when the chooser is set to DIRECTORIES_ONLY). | Class | org.knime.core.util | KNIME |
|
| FileLocker | This class can be used to get a lock on the specified file. | Class | org.knime.core.util | KNIME |
|
| FileReaderFileFilter | Our File Filter for the JFileChooser Dialog You can create one accepting all files ending with one extension ". | Class | org.knime.core.util | KNIME |
|
| FileUploadQuickFormInElement | Form element to choose and upload a file. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| FileUtil | Utility class to do some basic file handling that is not available through java API. | Class | org.knime.core.util | KNIME |
|
| FileUtil .ZipFileFilter | FileUtil. | Interface | org.knime.core.util | KNIME |
|
| GUIDeadlockDetector | This class tries to detect deadlocks in GUI threads. | Class | org.knime.core.util | KNIME |
|
| HexUtils | | Class | org.knime.core.util.crypto | KNIME |
|
| IEncrypter | Interface for encrypters. | Interface | org.knime.core.util.crypto | KNIME |
|
| ImageOutputQuickFormOutElement | Variable output element, for instance provided by nodes that expose values ofSince:4. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| IntInputQuickFormInElement | A form element to enter a simple integer number. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| KNIMEDecryptionStream | This stream decrypts data that has been encrypted with the secret KNIME key. | Class | org.knime.core.util.crypto | KNIME |
|
| KnimeEncryption | This class handles the encryption and decryption with the static stored key. | Class | org.knime.core.util | KNIME |
|
| KnimeFileUtil | Important: This class is no public api but for internal usage only!Author:Dominik Morent, KNIME. | Class | org.knime.core.util | KNIME |
|
| KNIMEJob | Subclass of Job which is automatically assigned to a job family for a given bundle. | Class | org.knime.core.util | KNIME |
|
| KNIMETimer | This final singleton class is a global timer available for all classes inside KNIME. | Class | org.knime.core.util | KNIME |
|
| LeafConfigElement | | Class | org.knime.core.util.node.config | KNIME |
|
| LockFailedException | Used to indicate that the attempt to acquire a lock on a file or directoryAuthor:ohl, University of KonstanzSee Also:Serialized Form | Class | org.knime.core.util | KNIME |
|
| LogfileAppender | This is a special appender for KNIME that writes into the knime. | Class | org.knime.core.util | KNIME |
|
| LRUCache | Unsynchronized last recently used cache. | Class | org.knime.core.util | KNIME |
|
| MultipleSelectionInputQuickFormInElement | A form element to select multiple String items (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| MultipleSelectionInputQuickFormInElement .Layout | Possible Layout types. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| MultiThreadWorker | An abstract class to process elements of an Iterable simultaneously. | Class | org.knime.core.util | KNIME |
|
| MutableBoolean | A Boolean object whose value can be changed after construction. | Class | org.knime.core.util | KNIME |
|
| MutableDouble | This class is essentially a double whose value can be changed. | Class | org.knime.core.util | KNIME |
|
| MutableInteger | This class is essentially an integer whose value can be changed. | Class | org.knime.core.util | KNIME |
|
| NodeConfiguration | Represents a node configuration (parameters). | Class | org.knime.core.util.node.config | KNIME |
|
| NoEncrypter | Encrypter that doesn't really encrypt, it just returns the input. | Class | org.knime.core.util.crypto | KNIME |
|
| NoSelectionListSelectionModel | A ListSelectionModel not allowing any selection. | Class | org.knime.core.util | KNIME |
|
| ObjectPool | several sub pools, e. | Class | org.knime.core.util | KNIME |
|
| Pair | This class is a simple pair of objects. | Class | org.knime.core.util | KNIME |
|
| PathFilter | An interface that is implemented by objects that decide if a path should be accepted or filtered. | Interface | org.knime.core.util | KNIME |
|
| PathFilters | This class holds some common path filters. | Class | org.knime.core.util | KNIME |
|
| PathUtils | Utility function based around the new Path API in Java 7. | Class | org.knime.core.util | KNIME |
|
| Pointer | This class is a little helper that just adds another indirection to and object. | Class | org.knime.core.util | KNIME |
|
| ProgressMonitorAdapter | Adapter that converts an IProgressMonitor into a NodeProgressMonitor. | Class | org.knime.core.util | KNIME |
|
| Quote | Created for each quote pattern in the FileTokenizer keepingAuthor:Peter Ohl, University of Konstanz | Class | org.knime.core.util.tokenizer | KNIME |
|
| ResolverUtil | Utility class for resolving URIs (e. | Class | org.knime.core.util.pathresolve | KNIME |
|
| SettingsStatus | An object to pass messages. | Class | org.knime.core.util.tokenizer | KNIME |
|
| SimpleFileFilter | Helper class filtering out all files not matching extensions. | Class | org.knime.core.util | KNIME |
|
| SingleSelectionInputQuickFormInElement | A form element to select a single string (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| SingleSelectionInputQuickFormInElement .Layout | Possible layout elements. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| SketcherInputQuickFormInElement | A form element to enter a molecule string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringInputQuickFormInElement | A form element to enter a simple string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringListInputQuickFormInElement | A form element to enter a string or list of strings (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringListPasteboxInputQuickFormInElement | A form element to enter list of strings (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringOptionInputQuickFormInElement | A form element to select a single element form a list of strings. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringSelectionInputQuickFormInElement | A form element to enter a string (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| SwingWorkerWithContext | This is an extension of SwingWorker that ensures that a NodeContext is set when doInBackground(), process(List), or done() are called. | Class | org.knime.core.util | KNIME |
|
| TextAreaOutputQuickFormOutElement | Text (read only) output element. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| TextAreaOutputQuickFormOutElement .TextFormat | Format as shown in the web page. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| ThreadPool | | Class | org.knime.core.util | KNIME |
|
| ThreadUtils | This class contains utility methods for handling NodeContexts with new threads. | Class | org.knime.core.util | KNIME |
|
| ThreadUtils .CallableWithContext | Extension of Callable that ensures that the NodeContext, which was present during creation of the object, is set when the call() method is called. | Class | org.knime.core.util | KNIME |
|
| ThreadUtils .RunnableWithContext | Extension of Runnable that ensures that the NodeContext, which was present during creation of the object, is set when the run() method is called. | Class | org.knime.core.util | KNIME |
|
| ThreadUtils .ThreadWithContext | Extension of Thread that ensures that the NodeContext, which was present during creation of the object, is set when the run() method is called. | Class | org.knime.core.util | KNIME |
|
| Tokenizer | This class reads tokens from a stream and returns them as strings. | Class | org.knime.core.util.tokenizer | KNIME |
|
| TokenizerException | The exception the Filetokenizer throws if something goes wrong. | Class | org.knime.core.util.tokenizer | KNIME |
|
| TokenizerSettings | Defines the object holding the configuration for the FileTokenizer. | Class | org.knime.core.util.tokenizer | KNIME |
|
| TwinStringListInputQuickFormInElement | A form element to enter a string or list of strings (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| UniqueNameGenerator | Helper class to create a set of unique names. | Class | org.knime.core.util | KNIME |
|
| URIToFileResolve | A service interface to convert a URI into a local file. | Interface | org.knime.core.util.pathresolve | KNIME |
|
| User | Utility class with user-related functions such as getting the current user'sAuthor:Thorsten Meinl, University of Konstanz | Class | org.knime.core.util | KNIME |
|
| ValueFilterInputQuickFormInElement | A form element to select a value (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| ValueSelectionInputQuickFormInElement | A form element to select a value (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| VariableOutputQuickFormOutElement | Variable output element, for instance provided by nodes that expose values ofAuthor:Bernd Wiswedel, KNIME. | Class | org.knime.core.util.node.quickform.out | KNIME |
|
| Version | Simple class the represents a three digit version. | Class | org.knime.core.util | KNIME |
|
| VMFileLocker | Locks file exclusively for this VM - but accepts multiple locks within thisAuthor:ohl, University of Konstanz | Class | org.knime.core.util | KNIME |