|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| org.openstreetmap.josm.gui.mappaint.mapcss | |
| Uses of Condition in org.openstreetmap.josm.gui.mappaint.mapcss |
|---|
| Subclasses of Condition in org.openstreetmap.josm.gui.mappaint.mapcss | |
|---|---|
static class |
Condition.ExpressionCondition
|
static class |
Condition.IndexCondition
|
static class |
Condition.KeyCondition
KeyCondition represent one of the following conditions in either the link or the primitive context: |
static class |
Condition.KeyValueCondition
Represents a key/value condition which is either applied to a primitive. |
static class |
Condition.PseudoClassCondition
|
static class |
Condition.RoleCondition
|
| Fields in org.openstreetmap.josm.gui.mappaint.mapcss with type parameters of type Condition | |
|---|---|
protected java.util.List<Condition> |
Selector.LinkSelector.conditions
|
private java.util.List<Condition> |
Selector.GeneralSelector.conds
|
| Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return Condition | |
|---|---|
static Condition |
Condition.create(Expression e,
Condition.Context context)
|
static Condition |
Condition.create(java.lang.String k,
boolean not,
boolean yes,
Condition.Context context)
|
static Condition |
Condition.create(java.lang.String id,
boolean not,
Condition.Context context)
|
static Condition |
Condition.create(java.lang.String k,
java.lang.String v,
Condition.Op op,
Condition.Context context)
|
| Constructor parameters in org.openstreetmap.josm.gui.mappaint.mapcss with type arguments of type Condition | |
|---|---|
Selector.GeneralSelector(java.lang.String base,
Pair<java.lang.Integer,java.lang.Integer> zoom,
java.util.List<Condition> conds,
java.lang.String subpart)
|
|
Selector.LinkSelector(java.util.List<Condition> conditions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||