Uses of Class
xal.extension.bricks.Brick
Packages that use Brick
-
Uses of Brick in xal.extension.bricks
Subclasses of Brick in xal.extension.bricksModifier and TypeClassDescriptionclassBeanNode<T>brick which represents a Java Beanclassbrick which represents a viewclassroot brick to which windows are addedclassbrick which represents a viewMethods in xal.extension.bricks that return BrickMethods in xal.extension.bricks with parameters of type BrickModifier and TypeMethodDescriptionbooleanBrick.isAncestorOf(Brick brick) Determine if this brick is the ancestor of the specified brickvoidBrickListener.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidRootBrick.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidViewNode.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidBrickListener.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidRootBrick.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidViewNode.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidBrickListener.treeNeedsRefresh(Object source, Brick brick) Handle the event in which a brick's tree path needs refreshvoidRootBrick.treeNeedsRefresh(Object source, Brick brick) Handle the event in which a brick's tree path needs refreshvoidViewNode.treeNeedsRefresh(Object source, Brick brick) Handle the event in which a brick's tree path needs refresh