Uses of Class
gui.sections.Section

Packages that use Section
gui.sections.info   
gui.sections.interaction   
gui.sections.navigation   
gui.sections.topic   
 

Uses of Section in gui.sections.info
 

Subclasses of Section in gui.sections.info
 class InfoSection
          The InfoSection contains the informational text shown in the lower half of the applet.
 

Uses of Section in gui.sections.interaction
 

Subclasses of Section in gui.sections.interaction
 class DocumentationSection
          The DocumentationSection contains the descriptional text of the first topic (Information)
 class HoughAnimationSection
          This section is the container for the hough animation.
 class HoughSpaceMaximaSection
          This Class contains the Section for the "Hough Linien"-topic.
 class ImageEditSection
          This Class contains the section for the "Bild bearbeiten"-topic
 class ImageLoadSection
          This class contains the section for the "Bild laden"-topic
 class InteractionSection
          An InteractionSection is that part of the applet, where all the interesting stuff happens.
 class InteractionSectionSwitch
          This class controls the switching between the InteractionSections, when a TopicLabel or the previous/next-button is clicked.
 class PreprocessingSection
          This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
 

Uses of Section in gui.sections.navigation
 

Subclasses of Section in gui.sections.navigation
 class NavigationSection
          The NavigationSection contains elements to navigate between the sections, like the previous- and next- button.
 

Uses of Section in gui.sections.topic
 

Subclasses of Section in gui.sections.topic
 class TopicSection
          This class contains all topicButtons.