Interface ViewAwareComponent

  • All Known Implementing Classes:
    JHSecondaryViewer

    public interface ViewAwareComponent
    Interface that a Component should support if it wants to play in the View hierachy. WARNING!! This is an experimental feature of the JavaHelp reference implemenation and may change in future versions of the implementation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setViewData​(javax.swing.text.View v)
      Set the View that corresponds to this object This gives access to a wealth of information.
    • Method Detail

      • setViewData

        void setViewData​(javax.swing.text.View v)
        Set the View that corresponds to this object This gives access to a wealth of information.