Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.maloi.evolvo.gui

Classes in org.maloi.evolvo.gui used by org.maloi.evolvo.gui
CustomButtonGroup
          Drop in replacement for ButtonGroup, which allows the user to de-select a button by clicking it a second time.
CustomFileChooser
           
CustomFileChooser.openChooserPreviewListener
           
DoubleBoundedRangeModel
          This class is an extension to DefaultBoundedRangeModel which allows the range to be over double-sized floating point numbers.
DoubleField
          Extends JTextField, allowing only numbers to be entered.
DoubleFieldSlider
          Combines a JDoubleSlider and JDoubleField into a single component, binding each component's data together.
DoubleSlider
          Creates a slider which operates on a range of doubles instead of ints.
ImagePanel
           
IntegerField
          Extension of JTextField that only accepts positive Integer values.
SettingsDialog
          Generates a standard dialog box for adjusting the settings found in the globalSettings object, and updates the globalSettings object to reflect user input.
UnboundPositiveDoubleField
          Extends JTextField, allowing only numbers to be entered.