Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
O
OK
- Static variable in class com.jxcell.
View
Specifies an OK button
ObjectEvent
- class com.jxcell.
ObjectEvent
.
Creates an Object event for the specified object in the specified view
ObjectListener
- interface com.jxcell.
ObjectListener
.
The listener interface for receiving Object events
OperatorBetween
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is greater than or equal to formula1 and less than or equal to formula2.
OperatorEqual
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is equal to formula1.
OperatorGreaterThan
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is greater than formula1.
OperatorGreaterThanOrEqual
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is greater than or equal to formula1.
OperatorLessThan
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is less than formula1.
OperatorLessThanOrEqual
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is less than or equal to formula1.
OperatorNone
- Static variable in class com.jxcell.
ConditionFormat
No operator.
OperatorNotBetween
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is less than formula1 or greater than formula2.
OperatorNotEqual
- Static variable in class com.jxcell.
ConditionFormat
The format is applied if the cell is not equal to formula1.
OrientationClockwise
- Static variable in class com.jxcell.
CellFormat
Text is rotated clockwise.
OrientationCounterClockwise
- Static variable in class com.jxcell.
CellFormat
Text is rotated counter clockwise.
OrientationNone
- Static variable in class com.jxcell.
CellFormat
No orientation, use normal text.
OrientationTopToBottom
- Static variable in class com.jxcell.
CellFormat
Text is stacked top to bottom.
objectBringToFront()
- Method in class com.jxcell.
View
Places the selected objects in front of all unselected objects in a view.
objectClicked(ObjectEvent)
- Method in class com.jxcell.
JBookApplet
objectClicked(ObjectEvent)
- Method in interface com.jxcell.
ObjectListener
This method is called to notify the listener of a single-click event occuring on the object
objectDblClicked(ObjectEvent)
- Method in class com.jxcell.
JBookApplet
objectDblClicked(ObjectEvent)
- Method in interface com.jxcell.
ObjectListener
The method is called to notify the listener of a double-click event occuring on the object
objectGotFocus(ObjectEvent)
- Method in class com.jxcell.
JBookApplet
objectGotFocus(ObjectEvent)
- Method in interface com.jxcell.
ObjectListener
As each object gains keyboard focus, this method is called to notify all listeners of this new state
objectLostFocus(ObjectEvent)
- Method in class com.jxcell.
JBookApplet
objectLostFocus(ObjectEvent)
- Method in interface com.jxcell.
ObjectListener
When an object loses keyboard focus, this method notifies registered listeners of this change in state
objectPosToPixels(double, double, double, double, Rectangle)
- Method in class com.jxcell.
View
Given an object position in relation to rows and columns, this method returns the object position in pixels.
objectPosToTwips(double, double, double, double, Rectangle)
- Method in class com.jxcell.
View
Given an object position in relation to rows and columns, this method returns the object position in twips.
objectSendToBack()
- Method in class com.jxcell.
View
Places the selected objects behind all unselected objects in a view.
objectValueChanged(ObjectEvent)
- Method in class com.jxcell.
JBookApplet
objectValueChanged(ObjectEvent)
- Method in interface com.jxcell.
ObjectListener
Whenever the "value" of an object changes (applicable to checkboxes and list boxes) this method notifies the listener of this change
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z