Class NumberFormatDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class NumberFormatDialog extends JDialog
A Dialog for setting the format of number fields and table cells.
Author:
Douglas Brown
See Also:
  • Field Details

    • noPattern

      protected static String noPattern
    • mixedPattern

      protected static String mixedPattern
  • Method Details

    • getNumberFormatDialog

      protected static NumberFormatDialog getNumberFormatDialog(TrackerPanel trackerPanel, TTrack track, String[] selectedNames)
      Gets the NumberFormatDialog for a TrackerPanel and sets the track and selected variables.
      Parameters:
      trackerPanel - the TrackerPanel
      track - the track
      selectedNames - the initially selected names
      Returns:
      the NumberFormatDialog
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • setVisible

      public void setVisible(boolean b)
      Overrides:
      setVisible in class Dialog
    • getTrackType

      protected static String getTrackType(TTrack track)
      Determines the class associated with a given track.
      Parameters:
      track - the track
      Returns:
      the class
    • dispose

      public void dispose()
      Overrides:
      dispose in class Window
    • clear

      public void clear()