Module jEdit

Interface Node

All Known Implementing Classes:
ColumnBlock

public interface Node
  • Method Details

    • addChild

      void addChild(Node node)
    • getChildren

      Vector getChildren()
    • getParent

      Node getParent()