Uses of Class
cage.GeneratorPanel

Packages that use GeneratorPanel
cage Contains the main classes for the Java GUI of CaGe. 
cage.generator Contains the panels used to configure the different generators in CaGe. 
 

Uses of GeneratorPanel in cage
 

Subclasses of GeneratorPanel in cage
 class CombinedGeneratorPanel
          GeneratorPanel that combines several GeneratorPanels on a JTabbedPane.
 

Methods in cage with parameters of type GeneratorPanel
protected  void CombinedGeneratorPanel.addTab(java.lang.String title, GeneratorPanel panel)
          Adds panel to the tabbed pane, sets a border for it and then calls all of the WizardAwareComponent methods.
 

Constructors in cage with parameters of type GeneratorPanel
GeneratorParamsListener(GeneratorPanel generatorPanel, java.lang.String generatorName)
           
 

Uses of GeneratorPanel in cage.generator
 

Subclasses of GeneratorPanel in cage.generator
 class BoundaryHCgenPanel
           
 class CGFPanel
           
 class DiskTriangulationsPanel
          Panel for the configuration of plantri to generate triangulations of the disk.
 class EulerianTriangulationsPanel
           
 class ExternalPanel
          Panel that allows the configuration of a generator that is not in CaGe by default.
 class FormulaHCgenPanel
           
 class FourRegularPlaneGraphsPanel
          Panel that combines all the configuration panels for generators of 4-regular plane graphs.
 class FullgenPanel
           
 class GeneralPlaneGraphsPanel
           
 class GeneralQuadrangulationsPanel
          Configuration panel for general quadrangulations and 4-regular plane graphs.
 class GeneralTriangulationsPanel
          Configuration panel for general triangulations and 3-regular plane graphs.
 class HCgenPanel
           
 class HexagonsHCgenPanel
           
 class NanoConesPanel
          Panel used for the configuration of the generator cone.
 class PlaneTriangulationsPanel
           
 class QuadrangulationsPanel
          Panel that combines all the configuration panels for generators of quadrangulations.
 class QuadRestrictPanel
          Configuration panel for quadrangulations with given degree and 4-regular plane graphs with given faces.
 class ThreeRegularPlaneGraphsPanel
           
 class TriangulationsPanel
           
 class TubesConesPanel
           
 class TubetypePanel