Uses of Class
gui.GuiManager

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

Uses of GuiManager in gui.sections
 

Methods in gui.sections that return GuiManager
 GuiManager Section.getGuiManager()
          Returns the guiMnager
 

Constructors in gui.sections with parameters of type GuiManager
Section(GuiManager guiManager)
          Standard constructor
 

Uses of GuiManager in gui.sections.info
 

Constructors in gui.sections.info with parameters of type GuiManager
InfoSection(GuiManager guiManager)
          The InfoSection constructor adds all info-HTML files from the working path to the ArrayList doclist and calls that one that belongs to the actual topic.
 

Uses of GuiManager in gui.sections.interaction
 

Constructors in gui.sections.interaction with parameters of type GuiManager
DocumentationSection(GuiManager guiManager)
          The constructor for the DocumentationSection
HoughAnimationSection(GuiManager guiManager)
          The Constructor
HoughSpaceMaximaSection(GuiManager guiManager)
          The constructor
ImageEditSection(GuiManager guiManager)
          The constructor
ImageLoadSection(GuiManager guiManager)
          The constructor
InteractionSection(GuiManager guiManager)
          The standard constructor for the InteractionSecton just calls the super constructor with the given parameter guiManager.
InteractionSectionSwitch(GuiManager guiManager)
          Standard constructor
PreprocessingSection(GuiManager guiManager)
           
 

Uses of GuiManager in gui.sections.navigation
 

Constructors in gui.sections.navigation with parameters of type GuiManager
NavigationSection(GuiManager guiManager)
          The constructor adds a previous- and a next button to the section.
 

Uses of GuiManager in gui.sections.topic
 

Constructors in gui.sections.topic with parameters of type GuiManager
TopicSection(GuiManager guiManager)
          The constructor