Serialized Form
Package org.oorexx.datergf |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides default java.io.Serializable by merely retrieving
DateRGF.jdn
.
Uses DateRGF.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.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Overrides default java.io.Serializable by merely storing
DateRGF.jdn
.
date
DateRGF date
- DateRGF field to store the date portion.
time
TimeRGF time
- TimeRGF field to store the time portion.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides default java.io.Serializable by merely retrieving
TimeRGF.raw_millis
.
Uses TimeRGF.set(DTC.ENCODED_AS_MILLIS, raw_millis)
to re-create the appropriate
TimeRGF object.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Overrides default java.io.Serializable by merely storing
TimeRGF.raw_millis
.
Package org.oorexx.ooo.scripting.framework |
model
ScriptSourceModel model
ta
javax.swing.JTextArea ta
gg
GlyphGutter gg
linecount
int linecount
isModified
boolean isModified