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

Fields inherited from class satin.aro.AROremoteObject
server
 
Fields inherited from class satin.aro.AROobject
id
 
Constructor Summary
APaneBookPage(AROremoteServer rs, AROobjectID id)
          Constructs an object representing an APane.
 
Method Summary
AGadget getEnableGad()
          Returns the enable gadget for the page.
APane getPagePane()
          Returns the page pane for the page.
AROrectangle getTabRect()
          Returns the tab rectangle for the page.
 
Methods inherited from class satin.core.AObject
className, isInstanceOf
 
Methods inherited from class satin.aro.AROremoteObject
equals, exists, getAROclassName
 
Methods inherited from class satin.aro.AROobject
getID, setID, toAROstring, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.
Revision History

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)