org.jfree.layouting.input.style.selectors

Class CSSConditionalSelector

public class CSSConditionalSelector extends AbstractSelector implements ConditionalSelector

Creation-Date: 30.11.2005, 16:43:45

Author: Thomas Morgner

Constructor Summary
CSSConditionalSelector(SimpleSelector simpleSelector, Condition condition)
Method Summary
protected SelectorWeightcreateWeight()
ConditiongetCondition()
Returns the condition to be applied on the simple selector.
shortgetSelectorType()
An integer indicating the type of Selector
SimpleSelectorgetSimpleSelector()
Returns the simple selector.

Constructor Detail

CSSConditionalSelector

public CSSConditionalSelector(SimpleSelector simpleSelector, Condition condition)

Method Detail

createWeight

protected SelectorWeight createWeight()

getCondition

public Condition getCondition()
Returns the condition to be applied on the simple selector.

getSelectorType

public short getSelectorType()
An integer indicating the type of Selector

getSimpleSelector

public SimpleSelector getSimpleSelector()
Returns the simple selector.

The simple selector can't be a ConditionalSelector.