|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.web.css.PseudoClass
public class PseudoClass
A pseudo class simple selector.
| Constructor Summary | |
|---|---|
PseudoClass(java.lang.String pseudoClassName)
Pseudo class name constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(PseudoClass object)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object object)
Determines whether this object is equivalent to another object. |
java.lang.String |
getPseudoClassName()
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PseudoClass(java.lang.String pseudoClassName)
pseudoClassName - The name of the pseudo class to be selected.
java.lang.NullPointerException - if the given pseudo class name is null.| Method Detail |
|---|
public java.lang.String getPseudoClassName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The object to compare with this object.
true if this object is equivalent to the given object.public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(PseudoClass object)
compareTo in interface java.lang.Comparable<PseudoClass>object - The object to be compared.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||