|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.sci.SciPage
Represents a SCI page to which controls can be added.
| Constructor Summary | |
SciPage()
Default constructor |
|
| Method Summary | |
void |
add(ISciElement control)
Adds a SciControl to the page (text, select, password, label, radio, checkbox, or tree). |
void |
saveToFile(java.lang.String fileName)
Saves this page to a file for debugging. |
java.lang.String |
toString()
Writes the page to a string for debugging. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SciPage()
Object.Object()| Method Detail |
public void add(ISciElement control)
SciControl to the page (text, select, password, label, radio, checkbox, or tree).
add in interface com.plumtree.remote.sci.ISciPagecontrol - the ISciElement for any type of control (text, select, password, label, radio, checkbox, or tree)ISciPage.add(ISciElement)public void saveToFile(java.lang.String fileName)
saveToFile in interface com.plumtree.remote.sci.ISciPagefileName - a valid filenameISciPage.saveToFile(String)public java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.