Serialized Form
fConnection
UlcConnection fConnection
-
fException
UlcTransportException fException
-
fConnection
ORBConnection fConnection
fContextId
long fContextId
fCurrentRequest
ORBRequest fCurrentRequest
fCurrentRequestThread
java.lang.Thread fCurrentRequestThread
fDispose
boolean fDispose
fLastRequest
ORBRequest fLastRequest
fListener
java.util.Vector fListener
fReader
IAnythingReader fReader
fRegistry
Registry fRegistry
fRequestId
int fRequestId
fWriter
IAnythingWriter fWriter
fConnection
ORBConnection fConnection
fData
Anything fData
fWriter
IAnythingWriter fWriter
fOId
int fOId
fParent
Registry fParent
fRegistry
java.util.Hashtable fRegistry
fUnderDestruction
boolean fUnderDestruction
fName
java.lang.String fName
fPort
int fPort
fTransportServer
UlcTransportServer fTransportServer
fRequests
UnboundedBuffer fRequests
fShutdown
boolean fShutdown
fThreads
java.util.Vector fThreads
fClientData
java.lang.String fClientData
fConnectionId
java.lang.String fConnectionId
fRequestFilter
IRequestFilter fRequestFilter
fRequestListeners
java.util.Vector fRequestListeners
fRequestProcessor
IRequestProcessor fRequestProcessor
fTerminated
boolean fTerminated
fTransport
UlcTransport fTransport
fUrlString
java.lang.String fUrlString
fInStream
java.io.InputStream fInStream
fOutStream
java.io.OutputStream fOutStream
fSocket
java.net.Socket fSocket
fConnection
UlcConnection fConnection
fReaderThread
java.lang.Thread fReaderThread
fTerminated
boolean fTerminated
fUrlFile
java.lang.String fUrlFile
fUrlHost
java.lang.String fUrlHost
fUrlPort
int fUrlPort
fUrlReference
java.lang.String fUrlReference
fUrlString
java.lang.String fUrlString
fWriterQueue
UnboundedBuffer fWriterQueue
fWriterThread
java.lang.Thread fWriterThread
fCaughtError
java.lang.Error fCaughtError
fCaughtException
java.lang.Exception fCaughtException
fReason
int fReason
Package com.ibm.ulc.corba |
fReceiver
UlcCorbaServant fReceiver
fReceiverIOR
java.lang.String fReceiverIOR
fSender
com.ibm.ulc.corba.generated.UlcCorbaObject fSender
Package com.ibm.ulc.examples.Pie |
fColors
java.lang.String[] fColors
fLabels
java.lang.String[] fLabels
fPieChart
ULCPieChart fPieChart
fValues
double[] fValues
fColors
java.lang.String[] fColors
- Array containing the colors of all pie segments.
fHeight
int fHeight
- Specify the height of the pie chart.
fLabels
java.lang.String[] fLabels
- Array containing the labels of all pie segments.
fValues
double[] fValues
- Array containing the values of all pie segments.
fWidth
int fWidth
- Specify the width of the pie chart.
Package com.ibm.ulc.examples.pieExtension |
fAngles
double[] fAngles
fBorder
java.awt.Point fBorder
fColors
java.awt.Color[] fColors
fDataColumns
int fDataColumns
fDataSum
double fDataSum
fDataValues
double[] fDataValues
fGap
int fGap
fLabels
java.lang.String[] fLabels
fListeners
java.util.Vector fListeners
fMaximumDataValue
double fMaximumDataValue
fMaxIterations
int fMaxIterations
fMinRadius
int fMinRadius
fOffscreen
java.awt.Image fOffscreen
fOffscreenSize
java.awt.Dimension fOffscreenSize
fPieBounds
java.awt.Rectangle fPieBounds
fPieHeight
int fPieHeight
fPieStack
int fPieStack
fPieWidth
int fPieWidth
fPieChart
PieChart fPieChart
-
Package com.ibm.ulc.ui.dataTypes |
fValue
java.lang.Object fValue
- The value that will be returned when getValue is called on this exception.
-
fAllValidChars
java.lang.String fAllValidChars
- The list of valid characters allowed as input.
-
fInputDateFormats
java.util.Vector fInputDateFormats
- The DateFormat objects stored in fInputDateFormats will try
to perform the validation/formatting of input until one is successful.
-
fOutputDateFormat
java.text.DateFormat fOutputDateFormat
- The current DateFormat object that will perform formatting of output.
-
fConverter
IStringConverter fConverter
- The converter used to pass from String to Object and vice versa.
-
fFractDigits
int fFractDigits
- The number of digits allowed after the decimal point.
-
fIntValue
boolean fIntValue
- The boolean when true converts the returned value to an integer. Default is false.
-
fMax
double fMax
- The maximum value allowed for this Validator. Default is 100.0
-
fMin
double fMin
- The minimum value allowed for this Validator. Default is 0.0
-
fInputFilterExpression
IRegularExpression fInputFilterExpression
- The expression that is checked as each character is typed.
Usually the input expression is more lenient than the validate
expression to reduce the amount of checks that take place during
each keystroke.
-
fValidateExpression
IRegularExpression fValidateExpression
- The expression that is checked when the field looses its focus.
-
fMaxLength
int fMaxLength
- The maximum length of the string allowed. (default is -1 which indicates no limit specified)
-
fMode
int fMode
- Mode can be one of the following:
IDENTITY = 0;
ALL_UPPER_CASE = 1;
ALL_LOWER_CASE = 2;
-
fContents
java.lang.Object fContents
fDict
java.util.Hashtable fDict
fTag
int fTag
fCol
int fCol
fOut
java.io.OutputStream fOut
fPretty
boolean fPretty
fSkipBytes
boolean fSkipBytes
fDebug
boolean fDebug
fAcceptAll
boolean fAcceptAll
fDescription
java.lang.String fDescription
fExtensions
java.util.Hashtable fExtensions
fIncludeDirectories
boolean fIncludeDirectories
fHashtableEnumerator
java.util.Enumeration fHashtableEnumerator
fLogFailed
boolean fLogFailed
fLogFileName
java.lang.String fLogFileName
fLogWriter
java.io.FileOutputStream fLogWriter
fArray
java.util.Vector fArray