satin.uishell
Class APaneBookPage
java.lang.Object
|
+--satin.aro.AROobject
|
+--satin.aro.AROremoteObject
|
+--satin.core.AObject
|
+--satin.uishell.APaneBookPage
public class APaneBookPage
extends AObject
Represents a C++ APaneBookPage object in an ARO server.
This object represents a page in an APaneBook, but is not itself a pane.
- Author:
- Ed Stauff
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APaneBookPage
public APaneBookPage(AROremoteServer rs,
AROobjectID id)
- Constructs an object representing an APane.
- Parameters:
rs- the ARO server in which the C++ object lives.
id- the ARO object ID of the APane.
getEnableGad
public AGadget getEnableGad()
throws java.io.IOException,
AROexception
- Returns the enable gadget for the page.
This is obtained from the C++ object's
iEnableGad field.
- Returns:
- the page's enable gadget.
getPagePane
public APane getPagePane()
throws java.io.IOException,
AROexception
- Returns the page pane for the page.
This is obtained from the C++ object's
iPagePane field.
- Returns:
- the page's pane.
getTabRect
public AROrectangle getTabRect()
throws java.io.IOException,
AROexception
- Returns the tab rectangle for the page.
This is a front-end for the C++ method of the same name.
- Returns:
- the tab rectangle for the page.
7/26/01 - code review.
4/6/01 Ed Stauff - changes per API review.
3/28/01 Ed Stauff - initial review by Satin team.
Generated on 5/9/2001 19:37 from APaneBookPage.java (PRIVATE SOURCES)