Package | Description |
---|---|
com.sun.javafx.css |
Modifier and Type | Field and Description |
---|---|
private SelectorPartitioning.PartitionKey |
SelectorPartitioning.Partition.key |
private static SelectorPartitioning.PartitionKey |
SelectorPartitioning.WILDCARD |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> |
SelectorPartitioning.idMap |
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Slot> |
SelectorPartitioning.Slot.referents |
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Slot> |
SelectorPartitioning.Partition.slots |
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> |
SelectorPartitioning.styleClassMap |
private java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> |
SelectorPartitioning.typeMap |
Modifier and Type | Method and Description |
---|---|
private static SelectorPartitioning.Partition |
SelectorPartitioning.getPartition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
Helper to lookup an id in the given map, creating and adding a Partition
|
private SelectorPartitioning.Slot |
SelectorPartitioning.Partition.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|
private SelectorPartitioning.Slot |
SelectorPartitioning.Slot.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|
Modifier and Type | Method and Description |
---|---|
private static SelectorPartitioning.Partition |
SelectorPartitioning.getPartition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
Helper to lookup an id in the given map, creating and adding a Partition
|
private SelectorPartitioning.Slot |
SelectorPartitioning.Partition.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|
private SelectorPartitioning.Slot |
SelectorPartitioning.Slot.partition(SelectorPartitioning.PartitionKey id,
java.util.Map<SelectorPartitioning.PartitionKey,SelectorPartitioning.Partition> map)
This routine finds the slot corresponding to the PartitionKey,
creating a Partition and Slot if necessary.
|
Constructor and Description |
---|
Partition(SelectorPartitioning.PartitionKey key) |