Modifier and Type | Method and Description |
---|---|
void |
SCRegion.visitDepthFirstOrder(Action1<ISCRegion> preOrderOp,
Action1<ISCRegion> postOrderOp) |
void |
SCRegion.visitDepthFirstOrder(Action1<ISCRegion> preOrderOp,
Action1<ISCRegion> postOrderOp) |
void |
SCState.visitDepthFirstOrder(Action1<ISCState> preOrderOp,
Action1<ISCState> postOrderOp) |
void |
SCState.visitDepthFirstOrder(Action1<ISCState> preOrderOp,
Action1<ISCState> postOrderOp) |
Modifier and Type | Method and Description |
---|---|
static <T> javax.swing.JPanel |
PopoutSettingsPanelUiFactory.constructTogglePanel(T[] values,
int cols,
java.util.Map<T,javax.swing.JToggleButton> targetMap,
com.google.common.base.Function<T,java.lang.String> names,
com.google.common.base.Function<T,javax.swing.Icon> icons,
com.google.common.base.Function<T,java.lang.String> tooltips,
Action1<T> selectedAction) |
static <T> javax.swing.JPanel |
PopoutSettingsPanelUiFactory.constructTogglePanel(T[] values,
int cols,
java.util.Map<T,javax.swing.JToggleButton> targetMap,
com.google.common.base.Function<T,java.lang.String> names,
com.google.common.base.Function<T,java.lang.String> tooltips,
Action1<T> selectedAction) |
Modifier and Type | Method and Description |
---|---|
protected Action1<T> |
Signal1._createSignalAction(Signal1<T> signalToConnect) |
Modifier and Type | Method and Description |
---|---|
void |
ITree.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp)
Generic Tree traversal, depth-first order
|
void |
ITree.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp)
Generic Tree traversal, depth-first order
|
void |
ITreeNode.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp)
Generic Tree traversal, depth-first order
|
void |
ITreeNode.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp)
Generic Tree traversal, depth-first order
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTree.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
void |
AbstractTree.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
void |
AbstractTreeNode.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
void |
AbstractTreeNode.visitDepthFirstOrder(Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
static <Node extends ITreeNode<Node>> |
AbstractTreeNode.visitDepthFirstOrder(Node node,
Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
static <Node extends ITreeNode<Node>> |
AbstractTreeNode.visitDepthFirstOrder(Node node,
Action1<Node> preOrderOp,
Action1<Node> postOrderOp) |
Modifier and Type | Method and Description |
---|---|
static void |
SearchFilterAdapter.installChangeFilter(javax.swing.JTextField searchTextbox,
Action1<com.google.common.base.Predicate<java.lang.String>> updateFilter) |