Oracle Forms 9i Samples and Demos

C G I O P R S T

C

calcOffsets() - Method in class oracle.forms.demos.beans.TickerApplet
Calculates the offsets to use when the string is displayed.

G

getBackground() - Method in class oracle.forms.demos.beans.TickerApplet
Gets the background color currently being used
getFont() - Method in class oracle.forms.demos.beans.TickerApplet
Gets the Font currently being used
getFontSize() - Method in class oracle.forms.demos.beans.TickerApplet
 
getForeground() - Method in class oracle.forms.demos.beans.TickerApplet
Gets the foreground color currently being used
getTimeString() - Method in class oracle.forms.demos.beans.TickerApplet
Obtains the current time in a nice format using the DateFormat class.
getX() - Method in class oracle.forms.demos.beans.TickerApplet
Gets the X offset being used
getY() - Method in class oracle.forms.demos.beans.TickerApplet
Gets the Y offset being used

I

initMouseDrag() - Method in class oracle.forms.demos.beans.TickerApplet
This methods sets up the component to be able to respond to the user mouse drag events.

O

oracle.forms.demos.beans - package oracle.forms.demos.beans
 

P

paint(Graphics) - Method in class oracle.forms.demos.beans.TickerApplet
Paint the component using the current attributes of the colors, fonts and string to be displayed

R

run() - Method in class oracle.forms.demos.beans.TickerApplet
The guts of the component.

S

setBackground(Color) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the background color to use
setFont(Font) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the Font to use
setFontSize(int) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the Font size to use
setForeground(Color) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the foreground color to use
setSize(Dimension) - Method in class oracle.forms.demos.beans.TickerApplet
Set the size of the component, overriden from the super class so that the calcOffsets method can be called to work out the size of the component and where the string needs to be placed.
setX(int) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the X offset for the display string
setY(int) - Method in class oracle.forms.demos.beans.TickerApplet
Sets the Y offset for the display string
start() - Method in class oracle.forms.demos.beans.TickerApplet
Start the components actions by initialising the thread and setting it free
stop() - Method in class oracle.forms.demos.beans.TickerApplet
Stop the component's actions by killing the thread and setting it back to null for future use.

T

TickerApplet - class oracle.forms.demos.beans.TickerApplet.
Oracle Forms Server 9i JavaBean Example
TickerApplet() - Constructor for class oracle.forms.demos.beans.TickerApplet
The constructor for this JavaBean.

C G I O P R S T

Oracle Forms 9i Samples and Demos