A C D F H I N O R S U V W X Y

A

add(Control, int, int) - Method in class ControlListBox
Dummy override that just passes to add(Control) Both arguments will be ignored.
add(Control) - Method in class ControlListBox
Add a single control to this widget, sizing the control to its preferred width/height

If you really want to enforce a size for the control, use the addSized() method instead.
addSized(Control, int, int) - Method in class ControlListBox
add a Control to this widget, explicitly setting its width and height

C

ControlListBox - class ControlListBox.
A ListBox-like container which allows adding of arbitrary non-homogenous controls (instead of text strings).
ControlListBox() - Constructor for class ControlListBox
Creates a ControlListBox widget

After creating this widget, you should setRect() it
childControls - Variable in class ControlListBox
 
content - Variable in class ControlListBox
 

D

debugPopup() - Method in class ControlListBox
 

F

find(Control) - Method in class ControlListBox
Search for child control c, returning its index if it is in fact a child control, or -1 if it is not present on this widget

H

hContent - Variable in class ControlListBox
 

I

insert(int, Control, int) - Method in class ControlListBox
Inserts a control into this widget at given index
insert(int, Control) - Method in class ControlListBox
 

N

numChildControls - Variable in class ControlListBox
 

O

onEvent(Event) - Method in class ControlListBox
Called by system, to handle scrollbar events

R

remove(int) - Method in class ControlListBox
Remove the control at the given index
remove(Control) - Method in class ControlListBox
Remove a control from this widget
resizeChild(int, int) - Method in class ControlListBox
changes the height of a child control
resizeControl(Control, int) - Method in class ControlListBox
changes the height of a child control

S

scroll(int) - Method in class ControlListBox
Scroll the viewable area by a given number of pixels.
scrollDownFully() - Method in class ControlListBox
Scroll all the way to the bottom
scrollDownLine() - Method in class ControlListBox
Scroll down one line (using the parameter given in the last call to setScrollLineAmount)
scrollDownPage() - Method in class ControlListBox
Scroll down one page (less a line's worth)
scrollLineAmount - Variable in class ControlListBox
 
scrollUpFully() - Method in class ControlListBox
Scroll all the way to the top
scrollUpLine() - Method in class ControlListBox
Scroll up one line (using the parameter given in the last call to setScrollLineAmount)
scrollUpPage() - Method in class ControlListBox
Scroll up one page (less a line's worth)
scrollbar - Variable in class ControlListBox
 
scrollbarShowing - Variable in class ControlListBox
 
setRect(int, int, int, int) - Method in class ControlListBox
Adjusts size and placement of this widget, and updates the inner structure as needed
setRect(Rect) - Method in class ControlListBox
Adjusts size and placement of this widget, and updates the inner structure as needed
setScrollLineAmount(int) - Method in class ControlListBox
Set the number of pixels by which the control should line-scroll.
shiftContents(int, int) - Method in class ControlListBox
 

U

updatePanes() - Method in class ControlListBox
shows or hides the scrollbar, ensuring that if the scrollbar is displayed, it is updated
updateScrollbar() - Method in class ControlListBox
Update scrollbar state if required

V

viewport - Variable in class ControlListBox
 

W

wContent - Variable in class ControlListBox
 
wScrollbar - Variable in class ControlListBox
 

X

xContent - Variable in class ControlListBox
 

Y

yContent - Variable in class ControlListBox
 

A C D F H I N O R S U V W X Y