Klasse DialogHelpConfig

java.lang.Object
org.deidentifier.arx.gui.view.impl.menu.DialogHelpConfig

public class DialogHelpConfig extends Object
Configuration for the help dialog. Stores help topics and associated URLs
  • Konstruktordetails

    • DialogHelpConfig

      public DialogHelpConfig()
      Creates a new config.
  • Methodendetails

    • getEntries

      public List<DialogHelpConfig.Entry> getEntries()
      Returns all entries.
      Gibt zurück:
    • getIndexForId

      public int getIndexForId(String id)
      Returns the index for a given ID.
      Parameter:
      id -
      Gibt zurück:
    • getIndexForUrl

      public int getIndexForUrl(String url)
      Returns the index of a given URL.
      Parameter:
      url -
      Gibt zurück:
    • getUrlForIndex

      public String getUrlForIndex(int index)
      Returns the URL for a given index.
      Parameter:
      index -
      Gibt zurück: