|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROobject
|
+--satin.aro.AROremoteObject
|
+--satin.core.AObject
|
+--satin.uishell.ARow
public class ARow
extends AObject
Represents a C++ ARow object in an ARO server,
which represents a row in an
ATableScape.
| Fields inherited from class satin.aro.AROremoteObject |
server |
| Fields inherited from class satin.aro.AROobject |
id |
| Constructor Summary | |
ARow(AROremoteServer rs,
AROobjectID id)
Constructs an object representing an AColumn. |
|
| Method Summary | |
void |
collapse()
Causes the row to collapse. |
void |
expand()
Causes the row to expand. |
int |
getIndentLevel()
Returns the row's indent level. |
boolean |
getIsExpandable()
Returns whether the row is expandable. |
boolean |
getIsExpanded()
Returns whether the row is expanded. |
int |
getNumSubRows()
Returns the number of sub-rows for this row. |
ARow |
getParent()
Returns the row's parent row, or null if it doesn't have one. |
AROrectangle |
getRowRect()
Returns the row's rectangle in landscape coordinates. |
AROrectangle |
getRowWindowRect()
Returns the row's rectangle in window coordinates. |
boolean |
getSelect()
Returns whether the row is currently selected. |
void |
setSelect(boolean select)
Selects or de-selects the row. |
| 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 |
public ARow(AROremoteServer rs,
AROobjectID id)
rsid| Method Detail |
public AROrectangle getRowRect()
throws java.io.IOException,
AROexception
public AROrectangle getRowWindowRect()
throws java.io.IOException,
AROexception
public int getIndentLevel()
throws java.io.IOException,
AROexception
public boolean getIsExpandable()
throws java.io.IOException,
AROexception
public boolean getIsExpanded()
throws java.io.IOException,
AROexception
public ARow getParent()
throws java.io.IOException,
AROexception
public int getNumSubRows()
throws java.io.IOException,
AROexception
public void setSelect(boolean select)
throws java.io.IOException,
AROexception
select
public boolean getSelect()
throws java.io.IOException,
AROexception
public void expand()
throws java.io.IOException,
AROexception
public void collapse()
throws java.io.IOException,
AROexception
| Revision History |
7/26/01 - code review.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
ARow.java (PRIVATE SOURCES)