Serialized Form
-
Package com.sun.star.script.framework.provider.oorexx
-
Class com.sun.star.script.framework.provider.oorexx.PlainSourceView
class PlainSourceView extends JScrollPane implements Serializable-
Serialized Fields
-
gg
com.sun.star.script.framework.provider.oorexx.GlyphGutter gg
-
isModified
boolean isModified
-
linecount
int linecount
-
model
ScriptSourceModel model
-
ta
JTextArea ta
-
-
-
-
Package org.oorexx.datergf
-
Class org.oorexx.datergf.DateRGF
class DateRGF extends Object implements Serializable-
Serialization Methods
-
readObject
Overrides default java.io.Serializable by merely retrievingDateRGF.jdn. UsesDateRGF.jdn2date(int jdn, DateRGF aDate)to re-create the appropriate DateRGF object.Note: the locally Gregorian change date will be used to create a Julian or a Gregorian calendar date.
- Throws:
IOExceptionClassNotFoundException
-
writeObject
Overrides default java.io.Serializable by merely storingDateRGF.jdn.- Throws:
IOException
-
-
-
Class org.oorexx.datergf.DateTimeRGF
class DateTimeRGF extends Object implements Serializable -
Class org.oorexx.datergf.TimeRGF
class TimeRGF extends Object implements Serializable-
Serialization Methods
-
readObject
Overrides default java.io.Serializable by merely retrievingraw_millis. UsesTimeRGF.set(DTC.ENCODED_AS_MILLIS, raw_millis)to re-create the appropriate TimeRGF object.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Overrides default java.io.Serializable by merely storingraw_millis.- Throws:
IOException
-
-
-
-
Package org.rexxla.bsf.engines.rexx
-
Exception org.rexxla.bsf.engines.rexx.RexxException
class RexxException extends org.apache.bsf.BSFException implements Serializable-
Serialized Fields
-
rexxConditionObject
RexxProxy rexxConditionObject
Contains a RexxProxy object for the Rexx condition object.
-
-
-