|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.jiffie.IDispatch
net.sf.jiffie.BrowserDispatch
net.sf.jiffie.IHTMLStyle
public class IHTMLStyle
Implementation of the IHTMLStyle interface.
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.IDispatch |
|---|
IID |
| Constructor Summary | |
|---|---|
IHTMLStyle(InternetExplorer parentBrowser,
Dispatch dispatch)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBackgroundColor()
Retrieves the background color. |
java.lang.String |
getColor()
Retrieves the text color. |
java.lang.String |
getCssText()
Retrieves the persisted representation of the style rule. |
void |
setBackgroundColor(java.lang.String backgroundColor)
Set the background color. |
void |
setColor(java.lang.String color)
Set the color. |
void |
setCssText(java.lang.String cssText)
Set the css text. |
| Methods inherited from class net.sf.jiffie.BrowserDispatch |
|---|
getElementProperty, getParentBrowser |
| Methods inherited from class net.sf.jiffie.IDispatch |
|---|
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IHTMLStyle(InternetExplorer parentBrowser,
Dispatch dispatch)
parentBrowser - parent browserdispatch - Jacob dispatch interface| Method Detail |
|---|
public java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String backgroundColor)
backgroundColor - background colorpublic java.lang.String getColor()
public void setColor(java.lang.String color)
color - foreground colorpublic java.lang.String getCssText()
public void setCssText(java.lang.String cssText)
cssText - css text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||