Class MiscOptionsPane

    • Constructor Detail

      • MiscOptionsPane

        public MiscOptionsPane(Configuration configuration)
        Constructor
        Parameters:
        configuration - the configuration to edit.
    • Method Detail

      • getPreferredScrollableViewportSize

        public Dimension getPreferredScrollableViewportSize()
      • getScrollableUnitIncrement

        public int getScrollableUnitIncrement(Rectangle visibleRect,
                                              int orientation,
                                              int direction)
      • getScrollableBlockIncrement

        public int getScrollableBlockIncrement(Rectangle visibleRect,
                                               int orientation,
                                               int direction)
      • getScrollableTracksViewportWidth

        public boolean getScrollableTracksViewportWidth()
      • getScrollableTracksViewportHeight

        public boolean getScrollableTracksViewportHeight()
      • setValues

        public void setValues(Configuration configuration)
        Set the values of the denoted configuration instance according to the settings in this GUI.
        Parameters:
        configuration - the configuration whose values to set.