Package de.uni_paderborn.fujaba.basic

Basic Classes for Fujaba

See:
          Description

Interface Summary
FujabaObjectSelectListener No comment provided by developer, please add a comment to improve documentation.
ProcessListener This Interface offers a method which is called when the Process has been finished.
ProcessOutputViewer.OutputListener No comment provided by developer, please add a comment to improve documentation.
UniqueIdentifier  
 

Class Summary
AbstractListIterator No comment provided by developer, please add a comment to improve documentation.
BasicIncrement Implementation of the BasicIncrement interface.
ClassDiagTemplateLoader Creates a diagram from templates (for fgrafik and javakara).
ClassMap This class caches class.forName calls, since these calls seem to be expensive.
CombinedIterator Deprecated. please use IteratorConcatenation
CommandLineParser The class CommandLineParser checks the provided parameter for wildcards and substitutes them with complete filepaths.
FD This class just shortens the name FujabaDebug.
FileHistory FileHistory provides a recently opened file list and a mechanism to update special Actions (OpenRecentProjectAction) to open these files.
FileStringReader Class to go through a text file line by line. doCurrentLine need to be overwritten.
FontContainer A class to encapsulate a container for fonts.
FujabaComparator No comment provided by developer, please add a comment to improve documentation.
FujabaDebug This class makes some debug functions available to the fujaba group.
FujabaPropertyChangeSupport This subclass of java.beans.PropertyChangeSupport is identical in functionality -- it sacrifices thread-safety (not a Swing concern) for reduce memory consumption, which helps performance (both big Swing concerns).
FujabaTestRunner Created by IntelliJ IDEA.
FujabaTestRunner.FujabaTestSuiteLoader No comment provided by developer, please add a comment to improve documentation.
IncrementComparator This class is used as a comparator for UMLIncrements to sort them by name.
IncrSelector Created by IntelliJ IDEA.
JavaFactory A factory class for Java source code.
KeyValuePair A record of a BasicIncrement and a String.
ObjectComparator The ObjectComparator compares two UMLObjects for the use in TreeSets etc.
PlaceHolderToken No comment provided by developer, please add a comment to improve documentation.
PointIncrement Deprecated. replaced by ASGUnparseInformation
ProcessEvent This class holds information about the Process.
ProcessOutputViewer This class represents an internal window.
SchemaFilter No comment provided by developer, please add a comment to improve documentation.
SourceCodeFactory An abstract factory class for source code.
SourceCodeToken No comment provided by developer, please add a comment to improve documentation.
SwingWorker An abstract class that you subclass to perform GUI-related work in a dedicated thread.
TemplateCodeBlock Associations +----------+ 1 blocks 1 TemplateFile | name +----------------------- TemplateCodeBlock +----------+ template codeBlocks 1 tokens {ordered} n TemplateCodeBlock ----------------------------- TemplateToken codeBlock tokens
TemplateFile Associations +----------+ 1 file 1 TemplateManager | filename +------------------------ TemplateFile +----------+ manager templates +----------+ 1 1 TemplateFile | name +----------------------- TemplateCodeBlock +----------+ template codeBlocks
TemplateManager Associations +----------+ 1 file 1 TemplateManager | filename +------------------------ TemplateFile +----------+ manager templates
TemplateToken Associations 1 tokens {ordered} n TemplateCodeBlock ----------------------------- TemplateToken codeBlock tokens
TreeNodeComparator This class is used as a comparator for UMLIncrements to sort them by name.
UnifiedClassLoader A ClassLoader that unifies all available UPBClassLoaders (all plugins)
Utility this class provides a lot of functions which could be very usefull
 

Exception Summary
RuntimeExceptionWithContext A runtime exception that has an element that can be shown to the user to display the error context.
 

Package de.uni_paderborn.fujaba.basic Description

Basic Classes for Fujaba