Interface Editor

    • Method Detail

      • display

        void display​(JFrame parent)
        Display this Editor with the specified component as a parent. The resulting display should be modal.
        Parameters:
        parent -
      • display

        void display​(JDialog parent)
        Display this Editor with the specified component as a parent. The resulting display should be modal.
        Parameters:
        parent -
      • wasCanceled

        boolean wasCanceled()
        Returns:
        true if the editing was canceled, otherwise false.