Package de.uni_paderborn.fujaba.views

Interface Summary
ConfigurableFilter A ConfigurableFilters 1-Context rule depends on some configurable values.
Filter A Filter defines a rule for building n-Contexts on UMLDiagrams Associations 0..1 N Filter ----------------------------- ViewDefinition filter viewDefinitions
FilterEditor The FilterEditor is the interface through which a ConfigurableFilter can be configured with the JPanel that the Editor defines as editor in the Gui.
 

Class Summary
AbstractConfigurableFilter No comment provided by developer, please add a comment to improve documentation.
AbstractFilter UMLClass: 'AbstractViewFilter'
AbstractFilterEditor Abstract implementation of the FilterEditor interface
AssocFilter Filter, that filters along associations
CompositeFilter No comment provided by developer, please add a comment to improve documentation.
CompositeFilterEditor implementation of the FilterEditor interface for the CompositeFilter uses the new FSA-Structures to show a diagram for the CompositeFilter
DefaultFilterEditor Default implementation of the FilterEditor interface.
FilterClassLoader A ClassLoader for filters.
FilterManager The FilterManager is sort of a Factory for filters It holds all known Filters which can be accessed by their name.
FilterManager.FMListModel No comment provided by developer, please add a comment to improve documentation.
InheritanceFilter This Filter defines its 1-Context by following the inheritance hierarchy to the sub- or superclasses, depending on the current configuration
ItemSet Container for UMLDiagramItem-instances to allow Filter-specification with Storydiagrams
LinkFilter This Filter defines its 1-Context by following "+ the in- and outgoing links of the object
TransitionFilter This Filter defines its 1-Context by following the in- and outgoing transitions of the activity depending on the current configuration
ViewDefinition A ViewDefinition consists of a Filter and all the information needed to use that filter like source diagram, context, start items.
ViewDiagram UMLDiagram that is a View of another Diagram.