Class Palette

    • Constructor Detail

      • Palette

        public Palette()
      • Palette

        public Palette​(java.lang.String title)
      • Palette

        public Palette​(Component content)
      • Palette

        public Palette​(java.lang.String title,
                       Component content)
    • Method Detail

      • open

        public void open​(Display display,
                         Window owner)
        Description copied from class: Window
        Opens the window.

        Note that this method is not a synchronous call, it schedules an event to open the window.

        Overrides:
        open in class Window
        Parameters:
        display - The display on which the window will be opened.
        owner - The window's owner, or null if the window has no owner.