Interface CodexDialogAPI


public interface CodexDialogAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    showEntryDetail(CodexEntryPlugin entry, boolean openParentCategory, boolean takeHistorySnapshot)
     
    void
    showEntryDetail(String entryId, boolean openParentCategory, boolean takeHistorySnapshot)
     
  • Method Details

    • showEntryDetail

      void showEntryDetail(String entryId, boolean openParentCategory, boolean takeHistorySnapshot)
    • showEntryDetail

      void showEntryDetail(CodexEntryPlugin entry, boolean openParentCategory, boolean takeHistorySnapshot)