public interface TextBlockCondition
TextBlock meets a certain condition.
Useful in combination with ConditionalLabelAction.| Modifier and Type | Method and Description |
|---|---|
boolean |
meetsCondition(TextBlock tb)
Returns
true iff the given TextBlock tb meets the defined condition. |