Class PreferencesDialog

    • Field Detail

      • autoBond

        private boolean autoBond
      • showHydrogens

        boolean showHydrogens
      • showMeasurements

        boolean showMeasurements
      • perspectiveDepth

        boolean perspectiveDepth
      • showAxes

        boolean showAxes
      • showBoundingBox

        boolean showBoundingBox
      • axesOrientationRasmol

        boolean axesOrientationRasmol
      • openFilePreview

        boolean openFilePreview
      • clearHistory

        boolean clearHistory
      • fontScale

        int fontScale
      • minBondDistance

        float minBondDistance
      • bondTolerance

        float bondTolerance
      • marBond

        short marBond
      • percentVdwAtom

        int percentVdwAtom
      • bondingVersion

        int bondingVersion
      • vdwPercentSlider

        private JSlider vdwPercentSlider
      • bdSlider

        private JSlider bdSlider
      • bwSlider

        private JSlider bwSlider
      • btSlider

        private JSlider btSlider
      • cbPerspectiveDepth

        private JCheckBox cbPerspectiveDepth
      • cbShowBoundingBox

        private JCheckBox cbShowBoundingBox
      • cbAxesOrientationRasmol

        private JCheckBox cbAxesOrientationRasmol
      • cbOpenFilePreview

        private JCheckBox cbOpenFilePreview
      • cbClearHistory

        private JCheckBox cbClearHistory
      • originalSystemProperties

        private Properties originalSystemProperties
      • jmolDefaultProperties

        private Properties jmolDefaultProperties
      • jmolDefaults

        static final String[] jmolDefaults
      • rasmolOverrides

        static final String[] rasmolOverrides
      • applyButton

        private JButton applyButton
      • jmolDefaultsButton

        private JButton jmolDefaultsButton
      • rasmolDefaultsButton

        private JButton rasmolDefaultsButton
      • cancelButton

        private JButton cancelButton
      • okButton

        private JButton okButton
    • Method Detail

      • buildDispPanel

        public JPanel buildDispPanel()
      • buildAtomsPanel

        public JPanel buildAtomsPanel()
      • buildBondPanel

        public JPanel buildBondPanel()
      • centerDialog

        protected void centerDialog()
      • ok

        public void ok()
      • cancel

        public void cancel()
      • updateComponents

        private void updateComponents()
      • apply

        private void apply()
      • save

        void save()
      • initializeProperties

        void initializeProperties()
      • resetDefaults

        void resetDefaults​(String[] overrides)
      • rebond

        void rebond()
      • initVariables

        void initVariables()
      • addActions

        public void addActions​(List<Action> list)
      • setFontScale

        public void setFontScale​(int scale)