Klasse BrowserViewPanel

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, StructureViewRenderer

public class BrowserViewPanel extends JPanel implements StructureViewRenderer
Represents the configuration of a structure view of the system, rendered by the StructureTreeManager.
Autor:
Mik Kersten
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • setActiveNode

      public void setActiveNode(IStructureViewNode node)
      Beschreibung aus Schnittstelle kopiert: StructureViewRenderer
      Highlights and selects the given node as active. What "active" means depends on the renderer: a typical activation should cause the corresponding node's sourceline to be highlighted in the active editor.
      Angegeben von:
      setActiveNode in Schnittstelle StructureViewRenderer
    • setActiveNode

      public void setActiveNode(IStructureViewNode activeNode, int lineOffset)
      Beschreibung aus Schnittstelle kopiert: StructureViewRenderer
      Same behavior as setActiveNode(StructureViewNode) but highlights a particular line within the span of the node.
      Angegeben von:
      setActiveNode in Schnittstelle StructureViewRenderer
      Parameter:
      lineOffset - number of lines after the begin and before the end line of the corresponding StructureNode.
    • updateView

      public void updateView(StructureView structureView)
      Beschreibung aus Schnittstelle kopiert: StructureViewRenderer
      Implementors should updated the display of the corresponding file structure view.
      Angegeben von:
      updateView in Schnittstelle StructureViewRenderer