Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.knime.core.util Classes and Interfaces - 110 results found.
NameDescriptionTypePackageFramework
AbstractConfigElementSuperclass of all config elements, whether parameter leafs or complexAuthor:Bernd Wiswedel, KNIME.Classorg.knime.core.util.node.configKNIME
AbstractDisplayOptionClassorg.knime.core.util.node.config.displayKNIME
AbstractQuickFormElementSuper class of all form elements.Classorg.knime.core.util.node.quickformKNIME
AbstractQuickFormInElementSuper class of all input elements.Classorg.knime.core.util.node.quickform.inKNIME
AbstractQuickFormInElement .TypeCheckbox input element.Classorg.knime.core.util.node.quickform.inKNIME
AbstractQuickFormOutElementSuper class of all output elements.Classorg.knime.core.util.node.quickform.outKNIME
AbstractQuickFormOutElement .TypeType enum of all registered types.Classorg.knime.core.util.node.quickform.outKNIME
CheckboxInputQuickFormInElementA form element to enter a simple boolean value.Classorg.knime.core.util.node.quickform.inKNIME
CLibraryWrapper around native C library functions.Classorg.knime.core.utilKNIME
CLibrary .UnixCLibraryClassorg.knime.core.utilKNIME
CLibrary .WindowsCLibraryClassorg.knime.core.utilKNIME
CommentCreated for each comment pattern of the FileTokenizer keepingAuthor:Peter Ohl, University of KonstanzClassorg.knime.core.util.tokenizerKNIME
ConfigElementAbstractSimpleClassorg.knime.core.util.node.configKNIME
ConfigElementBooleanSimple config element for a boolean.Classorg.knime.core.util.node.configKNIME
ConfigElementBooleanArraySimple config element for a boolean array.Classorg.knime.core.util.node.configKNIME
ConfigElementByteSimple config element for a byte.Classorg.knime.core.util.node.configKNIME
ConfigElementByteArraySimple config element for a byte array.Classorg.knime.core.util.node.configKNIME
ConfigElementDoubleSimple config element for a double.Classorg.knime.core.util.node.configKNIME
ConfigElementDoubleArraySimple config element for a double array.Classorg.knime.core.util.node.configKNIME
ConfigElementFloatSimple config element for a float.Classorg.knime.core.util.node.configKNIME
ConfigElementFloatArraySimple config element for a float array.Classorg.knime.core.util.node.configKNIME
ConfigElementIntSimple config element for an integer.Classorg.knime.core.util.node.configKNIME
ConfigElementIntArraySimple config element for an int array.Classorg.knime.core.util.node.configKNIME
ConfigElementLongSimple config element for a long.Classorg.knime.core.util.node.configKNIME
ConfigElementLongArraySimple config element for a long array.Classorg.knime.core.util.node.configKNIME
ConfigElementShortSimple config element for a short.Classorg.knime.core.util.node.configKNIME
ConfigElementShortArraySimple config element for a short array.Classorg.knime.core.util.node.configKNIME
ConfigElementStringSimple config element for a string.Classorg.knime.core.util.node.configKNIME
ConfigElementStringArraySimple config element for a string array.Classorg.knime.core.util.node.configKNIME
ConfigRegistryRegistry for configuration parameters.Classorg.knime.core.util.node.configKNIME
DateStringInputQuickFormInElementCreates a date input control and delivers the input as string.Classorg.knime.core.util.node.quickform.inKNIME
DelimiterCreated for each delimiter for the FileTokenizer keeping itsAuthor:Peter Ohl, University of KonstanzClassorg.knime.core.util.tokenizerKNIME
DoubleInputQuickFormInElementA form element to enter a simple double-precision floating point number.Classorg.knime.core.util.node.quickform.inKNIME
DummyInputQuickFormInElementA form element to represent a dummy input (no real input, only a breapoint marker).Classorg.knime.core.util.node.quickform.inKNIME
DuplicateCheckerThis class checks for duplicates in an (almost) arbitrary number of strings.Classorg.knime.core.utilKNIME
DuplicateKeyExceptionThis exception is thrown by the DuplicateChecker if a duplicate keyAuthor:Thorsten Meinl, University of KonstanzSee Also:Serialized FormClassorg.knime.core.utilKNIME
EclipseUtilThis class contains some misc utility methods around basic Eclipse funtionality.Classorg.knime.core.utilKNIME
EclipseUtil .AnnotationClassFilterClassorg.knime.core.utilKNIME
EclipseUtil .ClassFilterReturns whether the given class should be included in the resulting list.Interfaceorg.knime.core.utilKNIME
EncrypterSimple class to en-/decrypt strings with a fixed key.Classorg.knime.core.util.cryptoKNIME
EncryptionKeySupplierAn object that implements this interface can register at KnimeEncryption.Interfaceorg.knime.core.utilKNIME
FileDownloadQuickFormOutElementVariable output element, for instance provided by nodes that expose values ofAuthor:Bernd Wiswedel, KNIME.Classorg.knime.core.util.node.quickform.outKNIME
FilelistAccessoryA file list used to display the directory content in the file chooser (when the chooser is set to DIRECTORIES_ONLY).Classorg.knime.core.utilKNIME
FileLockerThis class can be used to get a lock on the specified file.Classorg.knime.core.utilKNIME
FileReaderFileFilterOur File Filter for the JFileChooser Dialog You can create one accepting all files ending with one extension ".Classorg.knime.core.utilKNIME
FileUploadQuickFormInElementForm element to choose and upload a file.Classorg.knime.core.util.node.quickform.inKNIME
FileUtilUtility class to do some basic file handling that is not available through java API.Classorg.knime.core.utilKNIME
FileUtil .ZipFileFilter FileUtil.Interfaceorg.knime.core.utilKNIME
GUIDeadlockDetectorThis class tries to detect deadlocks in GUI threads.Classorg.knime.core.utilKNIME
HexUtilsClassorg.knime.core.util.cryptoKNIME
IEncrypterInterface for encrypters.Interfaceorg.knime.core.util.cryptoKNIME
ImageOutputQuickFormOutElementVariable output element, for instance provided by nodes that expose values ofSince:4.Classorg.knime.core.util.node.quickform.outKNIME
IntInputQuickFormInElementA form element to enter a simple integer number.Classorg.knime.core.util.node.quickform.inKNIME
KNIMEDecryptionStreamThis stream decrypts data that has been encrypted with the secret KNIME key.Classorg.knime.core.util.cryptoKNIME
KnimeEncryptionThis class handles the encryption and decryption with the static stored key.Classorg.knime.core.utilKNIME
KnimeFileUtilImportant: This class is no public api but for internal usage only!Author:Dominik Morent, KNIME.Classorg.knime.core.utilKNIME
KNIMEJobSubclass of Job which is automatically assigned to a job family for a given bundle.Classorg.knime.core.utilKNIME
KNIMETimerThis final singleton class is a global timer available for all classes inside KNIME.Classorg.knime.core.utilKNIME
LeafConfigElementClassorg.knime.core.util.node.configKNIME
LockFailedExceptionUsed to indicate that the attempt to acquire a lock on a file or directoryAuthor:ohl, University of KonstanzSee Also:Serialized FormClassorg.knime.core.utilKNIME
LogfileAppenderThis is a special appender for KNIME that writes into the knime.Classorg.knime.core.utilKNIME
LRUCacheUnsynchronized last recently used cache.Classorg.knime.core.utilKNIME
MultipleSelectionInputQuickFormInElementA form element to select multiple String items (which is a selection of possible choices).Classorg.knime.core.util.node.quickform.inKNIME
MultipleSelectionInputQuickFormInElement .LayoutPossible Layout types.Classorg.knime.core.util.node.quickform.inKNIME
MultiThreadWorkerAn abstract class to process elements of an Iterable simultaneously.Classorg.knime.core.utilKNIME
MutableBooleanA Boolean object whose value can be changed after construction.Classorg.knime.core.utilKNIME
MutableDoubleThis class is essentially a double whose value can be changed.Classorg.knime.core.utilKNIME
MutableIntegerThis class is essentially an integer whose value can be changed.Classorg.knime.core.utilKNIME
NodeConfigurationRepresents a node configuration (parameters).Classorg.knime.core.util.node.configKNIME
NoEncrypterEncrypter that doesn't really encrypt, it just returns the input.Classorg.knime.core.util.cryptoKNIME
NoSelectionListSelectionModelA ListSelectionModel not allowing any selection.Classorg.knime.core.utilKNIME
ObjectPool several sub pools, e.Classorg.knime.core.utilKNIME
PairThis class is a simple pair of objects.Classorg.knime.core.utilKNIME
PathFilterAn interface that is implemented by objects that decide if a path should be accepted or filtered.Interfaceorg.knime.core.utilKNIME
PathFiltersThis class holds some common path filters.Classorg.knime.core.utilKNIME
PathUtilsUtility function based around the new Path API in Java 7.Classorg.knime.core.utilKNIME
PointerThis class is a little helper that just adds another indirection to and object.Classorg.knime.core.utilKNIME
ProgressMonitorAdapterAdapter that converts an IProgressMonitor into a NodeProgressMonitor.Classorg.knime.core.utilKNIME
QuoteCreated for each quote pattern in the FileTokenizer keepingAuthor:Peter Ohl, University of KonstanzClassorg.knime.core.util.tokenizerKNIME
ResolverUtilUtility class for resolving URIs (e.Classorg.knime.core.util.pathresolveKNIME
SettingsStatusAn object to pass messages.Classorg.knime.core.util.tokenizerKNIME
SimpleFileFilterHelper class filtering out all files not matching extensions.Classorg.knime.core.utilKNIME
SingleSelectionInputQuickFormInElementA form element to select a single string (which is a selection of possible choices).Classorg.knime.core.util.node.quickform.inKNIME
SingleSelectionInputQuickFormInElement .LayoutPossible layout elements.Classorg.knime.core.util.node.quickform.inKNIME
SketcherInputQuickFormInElementA form element to enter a molecule string.Classorg.knime.core.util.node.quickform.inKNIME
StringInputQuickFormInElementA form element to enter a simple string.Classorg.knime.core.util.node.quickform.inKNIME
StringListInputQuickFormInElementA form element to enter a string or list of strings (which is a selection of possible choices).Classorg.knime.core.util.node.quickform.inKNIME
StringListPasteboxInputQuickFormInElementA form element to enter list of strings (e.Classorg.knime.core.util.node.quickform.inKNIME
StringOptionInputQuickFormInElementA form element to select a single element form a list of strings.Classorg.knime.core.util.node.quickform.inKNIME
StringSelectionInputQuickFormInElementA form element to enter a string (which is a selection of possible choices).Classorg.knime.core.util.node.quickform.inKNIME
SwingWorkerWithContextThis is an extension of SwingWorker that ensures that a NodeContext is set when doInBackground(), process(List), or done() are called.Classorg.knime.core.utilKNIME
TextAreaOutputQuickFormOutElementText (read only) output element.Classorg.knime.core.util.node.quickform.outKNIME
TextAreaOutputQuickFormOutElement .TextFormatFormat as shown in the web page.Classorg.knime.core.util.node.quickform.outKNIME
ThreadPoolClassorg.knime.core.utilKNIME
ThreadUtilsThis class contains utility methods for handling NodeContexts with new threads.Classorg.knime.core.utilKNIME
ThreadUtils .CallableWithContextExtension of Callable that ensures that the NodeContext, which was present during creation of the object, is set when the call() method is called.Classorg.knime.core.utilKNIME
ThreadUtils .RunnableWithContextExtension of Runnable that ensures that the NodeContext, which was present during creation of the object, is set when the run() method is called.Classorg.knime.core.utilKNIME
ThreadUtils .ThreadWithContextExtension of Thread that ensures that the NodeContext, which was present during creation of the object, is set when the run() method is called.Classorg.knime.core.utilKNIME
TokenizerThis class reads tokens from a stream and returns them as strings.Classorg.knime.core.util.tokenizerKNIME
TokenizerExceptionThe exception the Filetokenizer throws if something goes wrong.Classorg.knime.core.util.tokenizerKNIME
TokenizerSettingsDefines the object holding the configuration for the FileTokenizer.Classorg.knime.core.util.tokenizerKNIME
TwinStringListInputQuickFormInElementA form element to enter a string or list of strings (which is a selection of possible choices).Classorg.knime.core.util.node.quickform.inKNIME
UniqueNameGeneratorHelper class to create a set of unique names.Classorg.knime.core.utilKNIME
URIToFileResolveA service interface to convert a URI into a local file.Interfaceorg.knime.core.util.pathresolveKNIME
UserUtility class with user-related functions such as getting the current user'sAuthor:Thorsten Meinl, University of KonstanzClassorg.knime.core.utilKNIME
ValueFilterInputQuickFormInElementA form element to select a value (e.Classorg.knime.core.util.node.quickform.inKNIME
ValueSelectionInputQuickFormInElementA form element to select a value (e.Classorg.knime.core.util.node.quickform.inKNIME
VariableOutputQuickFormOutElementVariable output element, for instance provided by nodes that expose values ofAuthor:Bernd Wiswedel, KNIME.Classorg.knime.core.util.node.quickform.outKNIME
VersionSimple class the represents a three digit version.Classorg.knime.core.utilKNIME
VMFileLockerLocks file exclusively for this VM - but accepts multiple locks within thisAuthor:ohl, University of KonstanzClassorg.knime.core.utilKNIME