Class NewDocumentationEntryDialog

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

public class NewDocumentationEntryDialog extends JDialog
Dialog for displaying DocumentationEntry details in a tabbed interface, along with a contents pane listing all available entries. Each entry can display formatted HTML and supports clickable links to navigate between documentation.
Since:
0.50.07
See Also:
  • Constructor Details

    • NewDocumentationEntryDialog

      public NewDocumentationEntryDialog(JDialog parent, DocumentationEntry documentationEntry)
      Constructs a dialog for the specified parent and initial documentation entry.
      Parameters:
      parent - the parent dialog for modal positioning
      documentationEntry - the initial documentation entry to display
      Since:
      0.50.07
  • Method Details

    • addTab

      public void addTab(String title, Component component)
      Adds a new tab to the dialog's tabbed pane.
      Parameters:
      title - the tab title
      component - the content component for the tab
      Since:
      0.50.07