|
|||||||||
| 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.APane
|
+--satin.uishell.AListPane
public class AListPane
extends APane
Represents a C++ AListPane object in an ARO server.
| Fields inherited from class satin.uishell.APane |
uiName |
| Fields inherited from class satin.aro.AROremoteObject |
server |
| Fields inherited from class satin.aro.AROobject |
id |
| Constructor Summary | |
AListPane(APane pane)
Constructs an object representing an AListPane. |
|
AListPane(AROremoteServer rs,
AROobjectID id)
Constructs an object representing an AListPane. |
|
AListPane(AWindow window,
java.lang.String paneID)
Constructs an object representing an AListPane. |
|
| Method Summary | |
AROrectangle |
getEntryRect(int entry)
Returns a rectangle for the given entry. |
int |
getNumEntries()
Returns the number of entries. |
boolean |
isEntrySelected(int entry)
Returns whether the given entry is selected. |
void |
selectAll(boolean select)
Selects or de-selects all the entries. |
void |
selectEntry(int entry,
boolean select)
Selects or de-selects the given entry. |
| Methods inherited from class satin.uishell.APane |
doClick, doClick, doClick, doClick, doClick, doClick, getBounds, getClassAndID, getFrame, getLabel, getPaneID, getParent, getSubPanes, getText, getUIname, getWindow, isActive, isVisible, postClickEvent, toString |
| 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 |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AListPane(AROremoteServer rs,
AROobjectID id)
rsid
public AListPane(AWindow window,
java.lang.String paneID)
throws java.io.IOException,
AROexception,
PaneIDnotFound
windowpaneID
public AListPane(APane pane)
throws java.io.IOException,
AROexception
panepaneID| Method Detail |
public AROrectangle getEntryRect(int entry)
throws java.io.IOException,
AROexception
public int getNumEntries()
throws java.io.IOException,
AROexception
public boolean isEntrySelected(int entry)
throws java.io.IOException,
AROexception
entry
public void selectEntry(int entry,
boolean select)
throws java.io.IOException,
AROexception
entryselect
public void selectAll(boolean select)
throws java.io.IOException,
AROexception
select| Revision History |
7/26/01 - code review.
7/13/01 Ed Stauff - added constructor that takes an APane.
4/6/01 Ed Stauff - changes per API review.
3/28/01 Ed Stauff - initial review by Satin team.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
AListPane.java (PRIVATE SOURCES)