Interface AcrolinxMultiViewSidebarInterface

All Known Implementing Classes:
AcrolinxMultiViewSidebarSwing

public interface AcrolinxMultiViewSidebarInterface
This interface needs be implemented to support multiple sidebars. Each open document will have its own corresponding sidebar. These methods should be called by the integration whenever a new editor is opened, activated or closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSidebar(AcrolinxIntegration acrolinxIntegration, String documentId)
    Launches a new sidebar for the opened document with id documentId.
    void
    removeSidebar(String documentId)
    Removes the sidebar for the document with id documentId.
    void
    switchSidebar(String documentId)
    Switches the active sidebar to the one corresponding to the document with id documentId.