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 TypeClassDescriptionclass
BeanNode<T>
brick which represents a Java Beanclass
brick which represents a viewclass
root brick to which windows are addedclass
brick which represents a viewMethods in xal.extension.bricks that return BrickMethods in xal.extension.bricks with parameters of type BrickModifier and TypeMethodDescriptionboolean
Brick.isAncestorOf
(Brick brick) Determine if this brick is the ancestor of the specified brickvoid
BrickListener.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
RootBrick.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
ViewNode.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
BrickListener.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
RootBrick.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
ViewNode.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
BrickListener.treeNeedsRefresh
(Object source, Brick brick) Handle the event in which a brick's tree path needs refreshvoid
RootBrick.treeNeedsRefresh
(Object source, Brick brick) Handle the event in which a brick's tree path needs refreshvoid
ViewNode.treeNeedsRefresh
(Object source, Brick brick) Handle the event in which a brick's tree path needs refresh