com.jmex.bui
Class BStyleSheet.Rule

java.lang.Object
  extended by com.jmex.bui.BStyleSheet.Rule
Enclosing class:
BStyleSheet

protected static class BStyleSheet.Rule
extends Object


Field Summary
 HashMap<String,Object> properties
           
 String pseudoClass
           
 String styleClass
           
 
Constructor Summary
protected BStyleSheet.Rule()
           
 
Method Summary
 Object get(HashMap rules, String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styleClass

public String styleClass

pseudoClass

public String pseudoClass

properties

public HashMap<String,Object> properties
Constructor Detail

BStyleSheet.Rule

protected BStyleSheet.Rule()
Method Detail

get

public Object get(HashMap rules,
                  String key)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 Michael Bayne. All Rights Reserved.