20080913, rgf
A B C D E F G H I J L M N O P Q R S T U V W X Y _

A

APRIL - Static variable in interface org.oorexx.datergf.DTC
April, has value 4 (ISO).
AUGUST - Static variable in interface org.oorexx.datergf.DTC
August, has value 8 (ISO).
ArrayWrapper - class org.rexxla.bsf.engines.rexx.ArrayWrapper.
This class serves as a wrapper for Java arrays.
ArrayWrapper(Object) - Constructor for class org.rexxla.bsf.engines.rexx.ArrayWrapper
Creates and returns an instance of this class, allowing easier access to Java arrays.
accept(File) - Method in class org.oorexx.misc.RgfFilter
Method which gets invoked by javax.swing.JFrame to test the file for inclusion in the file list.
accept(File, String) - Method in class org.oorexx.misc.RgfFilter
Method which gets invoked by java.awt.FileDialog to test the file for inclusion in the file list.
actionPerformed(ActionEvent) - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
 
add(int) - Method in class org.oorexx.datergf.DateRGF
Adds the number of days to this DateRGF.
add(int, int) - Method in class org.oorexx.datergf.DateTimeRGF
Adds the number of days to the date field and the number of milliseconds to the time field of this DateTimeRGF object.
addExtension(String) - Method in class org.oorexx.misc.RgfFilter
Allows to define the extension for files that should be included.
allIndexes() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Returns single dimensioned (Java) array object containing the remaining indexes.
allItems() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Returns single dimensioned (Java) array object containing the remaining items.
am_pm_string - Static variable in class org.oorexx.datergf.TimeRGF
An array of two strings representing "am" and "pm".
apply(String, int, int, Object, Vector, Vector) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Applies (evaluates) a piece of Rexx code (can be a whole program as well) with Java-supplied arguments and returns the result.
assign(DateRGF) - Method in class org.oorexx.datergf.DateRGF
Assigns all DateRGF fields of otherDateRGF to this DateRGF.
assign(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
Assigns otherDateTimeRGF to this DateTimeRGF.
assign(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
Assigns other TimeRGF to this TimeRGF.
available() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Tests whether an index/value pair is available.

B

bDebug - Static variable in class org.oorexx.uno.RgfReflectUNO
Controls issuing some debug messages, if set to true.
bMethodHasSetAccessible - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
true if setting accessibility rights is available, false else.
bsfPrefixReturnValue - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Determines whether the return value to Rexx will prepend the string "OBJECT" or "STRING" with a trailing tabulator character ("09"x in Rexx or the '\t' character in Java).

C

cD() - Method in class org.oorexx.datergf.DateRGF
Checks the date.
call(Object, String, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Deprecated. " This call(...) method may be enhanced in the future, once an openly defined and available interface to the OO-part of Object Rexx is made available by IBM. Then the argument "object" would denote an Object Rexx object, the argument "name" the name of one of its methods and the argument "args" the arguments for the method.
If possible at all, use method apply(...) instead.
changedUpdate(DocumentEvent) - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
check4reflection(String) - Static method in class org.oorexx.uno.RgfReflectUNO
2005-12-20: turns out that OOo 2.0 and 1.5 have the module name "com.sun.star.text.TextField.
clear() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
clear() - Method in interface org.oorexx.ooo.scripting.framework.ScriptSourceView
 
clearErrorLine() - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
clone() - Method in class org.oorexx.datergf.DateRGF
Implements the "Clonable" interface.
clone() - Method in class org.oorexx.datergf.DateTimeRGF
Implements the "Clonable" interface.
clone() - Method in class org.oorexx.datergf.TimeRGF
Implements the "Clonable" interface.
coerceArgs(Object[], Class[]) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
Coerces the arguments from Rexx to the appropriate Java types.
compareRelaxed(String, String) - Static method in class org.oorexx.uno.RgfReflectUNO
Compares two strings in a "relaxed" manner, i.e.
compareTo(Object) - Method in class org.oorexx.datergf.DateRGF
Implements the "Comparable" interface.
compareTo(Object) - Method in class org.oorexx.datergf.DateTimeRGF
Implements the "Comparable" interface.
compareTo(Object) - Method in class org.oorexx.datergf.TimeRGF
Implements the "Comparable" interface.
componentType - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
 
context - Static variable in class org.oorexx.uno.RgfReflectUNO
 

D

D - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.day field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
DATE_ORDER - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF#dateOrder field in DateRGF.getStatic(int flag) and DateRGF.setStatic(int flag, int new_value).
DAYS_IN_MONTH - Static variable in interface org.oorexx.datergf.DTC
Constant 'total of days in month'.
DAY_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.day field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
DECEMBER - Static variable in interface org.oorexx.datergf.DTC
December, has value 12 (ISO).
DLL_NAME - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Defines the name of DLL to be used to resolve the native functions.
DMY - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate the order Day/Month/Year.
DN - Static variable in interface org.oorexx.datergf.DTC
Constant 'day name'.
DOW - Static variable in interface org.oorexx.datergf.DTC
Constant 'day of week' (DOW).
DOW_ORDINAL - Static variable in interface org.oorexx.datergf.DTC
Constant 'day of week relative to day which begins the week (DateRGF#weekStart.
DTC - interface org.oorexx.datergf.DTC.
This interface serves as a container for constants used in the classes of the datergf package in order to minimize the needed space of compiled classes.
DateFormatRGF - class org.oorexx.datergf.DateFormatRGF.
This class helps to format DateRGF objects in strings, using various renderings.
DateFormatRGF() - Constructor for class org.oorexx.datergf.DateFormatRGF
 
DateRGF - class org.oorexx.datergf.DateRGF.
DateRGF.DateRGF(int, int, int) is an implementation of Date which allows for date manipulations and date arithmetics.
DateRGF() - Constructor for class org.oorexx.datergf.DateRGF
Creates a DateRGF object with all fields set to 1.
DateRGF(int, int, int) - Constructor for class org.oorexx.datergf.DateRGF
Creates a DateRGF from the three integers, representing year, month and day.
DateTimeRGF - class org.oorexx.datergf.DateTimeRGF.
DateTimeRGF implements a class consisting of a DateRGF and TimeRGF.
DateTimeRGF() - Constructor for class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF object set to "0001-01-01 00:00:00.000".
DateTimeRGF(DateRGF, TimeRGF) - Constructor for class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF object set to the arguments date and time.
DateTimeRGF(int, int, int, int, int, int) - Constructor for class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF object set to the values from the arguments.
DateTimeRGF(int, int, int, int, int, int, int) - Constructor for class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF object set to the values from the arguments.
date - Variable in class org.oorexx.datergf.DateTimeRGF
DateRGF field to store the date portion.
date2jdn(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Determines into which calendar a date falls into and calls the appropriate method to calculate the respective Julian day number of the Julian period.
date2jdn(int, int, int, int) - Static method in class org.oorexx.datergf.DateRGF
Calculates the Julian day number of the Julian period from a date which belongs to the Julian or Gregorian calendar, depending on the flag argument.
dateSeparator - Static variable in class org.oorexx.datergf.DateRGF
Stores the desired string to be used to delimit date fields in DateRGF.toString().
day - Variable in class org.oorexx.datergf.DateRGF
Stores the day, a value between 1 and 28, 29, 30, 31, depending on the month and year.
daysInMonth(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Determines the number of days for the date's month.
declareBean(BSFDeclaredBean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Method implemented in order to avoid an exeption to be thrown by the default implementation.
determineTypeClass(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Determines the XIdlClass/XTypeDescription and TypeClass of the supplied UNO object/UNOIDL string.
dimension(int) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Returns the size of the given dimension.
dimensions - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Stores the total number of dimensions.
doChanged(DocumentEvent) - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
dow(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Calculates the day of week (DOW).
dow_ord(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Calculates the ordinal value of the day of week (DOW), which is relative to #weekStart.

E

ENCODED_AS_INTEGER - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate that DateRGF is encoded as an integer in the form of: year*10000+ month*100+ day.
ENCODED_AS_MILLIS - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate that the time is encoded as an integer representing the time as milliseconds relative to midnight.
ENCODED_AS_SECONDS - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate that the time is encoded as an integer representing the time as seconds relative to midnight.
EPOCH_DEFAULT - Static variable in interface org.oorexx.datergf.DTC
Constant, to indicate to use the default epoch.
EPOCH_DOS - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1980-01-01.
EPOCH_JAVA - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1970-01-01.
EPOCH_MACINTOSH - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1904-01-01.
EPOCH_MJD - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1858-11-17 and denotes the epoch of the "modified julian day (MJD)" sometimes used in calendar algorithms.
EPOCH_PALM - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1904-01-01.
EPOCH_USER - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch defined by the user (DateRGF.setDefaultEpochDate(int value).
EPOCH_WIN32 - Static variable in interface org.oorexx.datergf.DTC
Constant, epoch starts with 1601-01-01.
EVENT_LISTENER_ARGUMENTS_LEADIN - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Defines the string that leads in the BSFRegistry key to the Object array containing the event object and additional information.
EVENT_LISTENER_ARGUMENTS_LEADOUT - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Defines the string that leads out the BSFRegistry key to the Object array containing the event object and additional information.
EVENT_TEXT - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Defines the string to indicate an 'eventText' is passed in: "<eventText>".
EnumerationWrapper - class org.rexxla.bsf.engines.rexx.EnumerationWrapper.
Class to allow Rexx enumerating objects of classes implementing the Enumeration interface, if running under Java 1.1.
EnumerationWrapper(Enumeration) - Constructor for class org.rexxla.bsf.engines.rexx.EnumerationWrapper
 
easter(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Calculate Easter Sunday for the year of the date.
easter(int, int) - Static method in class org.oorexx.datergf.DateRGF
Calculate the Julian (Orthodox) or Gregorian (Western) Easter Sunday for the given year.
edit(XScriptContext, ScriptMetaData) - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Opens an editor window for the specified ScriptMetaData.
encode4InterfaceXIMTD(StringBuffer, XInterfaceMemberTypeDescription, char) - Static method in class org.oorexx.uno.RgfReflectUNO
 
equals(DateRGF) - Method in class org.oorexx.datergf.DateRGF
Returns true if DateRGFs are equal (both have the same value in the fields DateRGF.year DateRGF.month DateRGF.day).
equals(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
Implements the "Comparator.equals(Object obj)" interface.
equals(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
Implements the "Comparator.equals(Object obj)" interface.
eval(String, int, int, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Evaluates (executes) a piece of Rexx code (can be a whole program as well) without any Java-supplied arguments and returns the result.
eventTextList - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Allows Synchronized access to the vector storing the text sent by the eventListeners.
execute() - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Executes the script edited by the editor
execute(XScriptContext, ClassLoader, ScriptMetaData) - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
This method will be used to execute a script/macro if the user chooses "Run" from the editor window.
exitCode - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
Holds the return value to be returned.
extendSearch(Object, String, int) - Static method in class org.oorexx.uno.RgfReflectUNO
 

F

FEBRUARY - Static variable in interface org.oorexx.datergf.DTC
February, has value (ISO).
FRIDAY - Static variable in interface org.oorexx.datergf.DTC
Friday, has value 5 (ISO).
fIWM_worker(Object, String, String, boolean, StringBuffer, int, int) - Static method in class org.oorexx.uno.RgfReflectUNO
 
findFirstDigit(String) - Static method in class org.oorexx.datergf.DateFormatRGF
Searches a String and returns the 0-based index of the first digit character, -1 else.
findInterfaceWithMember(Object, String, boolean, int, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
Looks for the interface in a service object (o) containing a member (a method or attribute) of the given name.
format(String, Object) - Static method in class org.oorexx.datergf.DateFormatRGF
Creates a string according to a format pattern, using objects of type DateTimeRGF, DateRGF or TimeRGF.
fromJulianDate(int) - Static method in class org.oorexx.datergf.DateRGF
Renders a Julian date into a DateRGF.

G

GET_INTERFACES_AS_ARRAY - Static variable in class org.oorexx.uno.RgfReflectUNO
 
GET_INTERFACES_AS_STRING - Static variable in class org.oorexx.uno.RgfReflectUNO
 
GET_SERVICES_AS_ARRAY - Static variable in class org.oorexx.uno.RgfReflectUNO
 
GET_SERVICES_AS_STRING - Static variable in class org.oorexx.uno.RgfReflectUNO
 
GREGORIAN - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate the usage of the Gregorian calendar in the methods DateRGF.jdn2date(int jdn, DateRGF aDate, int flag) and DateRGF.date2jdn(int year, int month, int day, int flag).
GlyphGutter - class org.oorexx.ooo.scripting.framework.GlyphGutter.
 
GlyphGutter(PlainSourceView) - Constructor for class org.oorexx.ooo.scripting.framework.GlyphGutter
 
get(int) - Method in class org.oorexx.datergf.DateRGF
Allows to retrieve information about this DateRGF.
get(int) - Method in class org.oorexx.datergf.TimeRGF
Allows to retrieve time fields and a rendering of TimeRGF to integer.
get(int[]) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Get a value (item, element) from the array at the given position.
get(long) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet
Get an object from the vector.
getContext() - Static method in class org.oorexx.uno.RgfReflectUNO
Returns the value of the current XComponentObject in use, or null, if not set yet.
getCurrentPosition() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
getCurrentPosition() - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
getDefaultEpochDate() - Static method in class org.oorexx.datergf.DateRGF
Returns a clone (copy) of the presently defined epoch DateRGF.
getDefinition(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns a blank delimited string containing the UNOIDL definitions of an UNO object (or a string denoting the fully qualified UNOIDL name).
getDescription() - Method in class org.oorexx.misc.RgfFilter
Returns the present description for the filter.
getEditor() - Static method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Returns the global ScriptEditorForooRexx instance.
getEditor(URL) - Static method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Get the ScriptEditorForooRexx instance for this URL
getExtension() - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Returns the default extension for ooRexx scripts
getGregorianChange() - Static method in class org.oorexx.datergf.DateRGF
Returns a clone of the DateRGF object which is set to the first date of the Gregorian calendar.
getInterfaceNamesViaReflection(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns a blank delimited String of the interface names that are defined in UNOIDL for the service object.
getProperties(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Creates and returns a blank delimited string of property definitions available for the service object o.
getRexxErrorLineNumber(String) - Static method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Try to locate the error line number in the supplied Rexx error message and return it as an int.
getRexxInterface() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
 
getScript(String) - Method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx
 
getScriptEditor() - Method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx
 
getServiceNamesViaReflection(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns a blank delimited String of service names that are defined in UNOIDL for the service object.
getStatic(int) - Static method in class org.oorexx.datergf.DateRGF
Allows to query the static fields #weekStart and #dateOrder.
getString(int, int) - Static method in class org.oorexx.datergf.DateRGF
Returns the name of the day or of the month according to flag.
getSystemPathFromFileURL(XComponentContext, ScriptMetaData) - Static method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
Returns the fully qualified, operating system dependent path to the script, if it is located in the 'user' or 'share' location.
getTemplate() - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Returns the template text for ooRexx scripts
getText() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
getText() - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Returns the text being displayed in this ScriptEditorForooRexx
getText() - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
getText() - Method in interface org.oorexx.ooo.scripting.framework.ScriptSourceView
 
getTextArea() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
getThreadedRexxStart() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Getter method for retrieving the actual setting.
getTypeName(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns string indicating the type of the supplied UNO object.
getUnqualifiedName(String) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns unqualified name (string after the last dot) from dotted string or string itself, if no dot in string.
getXTypeDescription(XIdlClass) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns a XTypeDescription object representing the received XIdlClass object.
getXTypeProviderTypeNames(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Returns a blank delimited string of names of the provided interface types.
glob_tcr - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
To store the default TypeConvertorRegistry, if needed.

H

HOUR_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the TimeRGF.hour field in TimeRGF.get(int flag) and TimeRGF.set(int flag, int new_value).
HY - Static variable in interface org.oorexx.datergf.DTC
Constant 'half year' (semester).
HYB - Static variable in interface org.oorexx.datergf.DTC
Constant 'half year begin' (semester begin).
HYE - Static variable in interface org.oorexx.datergf.DTC
Constant 'half year end' (semester end).
hasMoreElements() - Method in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
Implements the interface java.util.Enumeration.hasMoreElements().
hasMoreElements() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Implements the interface java.util.Enumeration.hasMoreElements().
hasScriptEditor() - Method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx
 
hour - Variable in class org.oorexx.datergf.TimeRGF
Stores the hour, a value between 0 and 23.
ht - Static variable in class org.oorexx.uno.RgfReflectUNO
 
ht2j - Static variable in class org.oorexx.uno.RgfReflectUNO
 
ht2j_prop - Static variable in class org.oorexx.uno.RgfReflectUNO
 

I

index() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Returns the index part of the supplier object.
indicateErrorLine(int) - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Indicates the line where error occured
indicateErrorLine(int) - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
initialize(BSFManager, String, Vector) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Initializes the Rexx engine and causes the external functions 'BSF' and 'BSFPollEvents' to be registered with the Rexx interpreter.
insertUpdate(DocumentEvent) - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
invoke(Object[], short[][], Object[][]) - Method in class org.oorexx.ooo.scripting.framework.ScriptImpl
This method will be used to execute a script/macro if the user chooses "Extras -> Macro -> execute".
invokeMethod(Method, Object, Object[]) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
Invokes method and makes sure that any public method will get successfully invoked.
is24Hour - Static variable in class org.oorexx.datergf.TimeRGF
Indicates whether 24 hour clock (military time) or am/pm style is in effect in toString().
isContextAvailable - Static variable in class org.oorexx.uno.RgfReflectUNO
 
isIgnoreCase() - Method in class org.oorexx.misc.RgfFilter
Returns the present setting.
isLeapYear(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Determines whether the given DateRGF is a leap year.
isModified() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
isModified() - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Returns whether or not the script source being edited in this ScriptEditorForooRexx has been modified
isModified() - Method in interface org.oorexx.ooo.scripting.framework.ScriptSourceView
 
isThreadedRexxStart() - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Getter method for retrieving the actual setting.
isoWeek(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Determines into which week of the year the given DateRGF falls into using ISO rules.
item() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Returns the item (value) part of the supplier object.
items - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Stores the total size (maximum number of entries) of the entire array.

J

JANUARY - Static variable in interface org.oorexx.datergf.DTC
January, has value 1 (ISO).
JDN - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.jdn field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
JULIAN - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate the usage of the Julian calendar in the methods DateRGF.jdn2date(int jdn, DateRGF aDate, int flag) and DateRGF.date2jdn(int year, int month, int day, int flag), or to indicate that a 'Julian date' (in the form 'YYYYddd') is desired in the method DateRGF.get(int flag).
JULY - Static variable in interface org.oorexx.datergf.DTC
July, has value 7 (ISO).
JUNE - Static variable in interface org.oorexx.datergf.DTC
June, has value 6 (ISO).
Java4Rexx - class org.rexxla.bsf.engines.rexx.Java4Rexx.
Java class to allow Rexx to invoke BSF4Rexx via JNI, after the JVM was created.
Java4Rexx() - Constructor for class org.rexxla.bsf.engines.rexx.Java4Rexx
 
javaCallBSF(String[]) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
Entry point for Rexx calls into Java.
jdn - Variable in class org.oorexx.datergf.DateRGF
Stores the "jdn" ("Julian day number") value.
jdn2date(int, DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Determines into which calendar a Julian day number of the Julian period falls into (Julian calendar or Gregorian calendar) and calls the appropriate method to set the date accordingly.
jdn2date(int, DateRGF, int) - Static method in class org.oorexx.datergf.DateRGF
Sets the date belonging to the Julian calendar or Graegorian calendar according to the given Julian day number of the Julian period.
jniInitialize4Rexx() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
rgf, 2003-01-15, used for allowing the BSF4Rexx-DLL to get at *env, *obj and then to mid etc.
jniRegisterBSF() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This native method makes sure that the function 'BSF' is registered with Rexx, making it thereby available to all Rexx and Object Rexx programs, called from Java.
jniRexxDidRexxTerminate() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
Deprecated. This native method indicates whether the Object Rexx interpreter is still running or not.
jniRexxStart(String, String, String[]) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This native method Calls the Rexx interpreter, having it execute the passed in script with the given array of arguments.
jniRexxWaitForTermination() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
Deprecated. This native method waits for the Object Rexx interpreter to terminate and waits until all of the cleanup (e.g. of Object Rexx) is done.

L

localize() - Static method in class org.oorexx.datergf.DateFormatRGF
Sets the national language characteristics of the Date/Time/RGF package.
localize(Locale) - Static method in class org.oorexx.datergf.DateFormatRGF
Sets the national language characteristics of the Date/Time/RGF package using the Java runtime information.

M

M - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.month field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
MARCH - Static variable in interface org.oorexx.datergf.DTC
March, has value 3 (ISO).
MAY - Static variable in interface org.oorexx.datergf.DTC
May, has value 5 (ISO).
MB - Static variable in interface org.oorexx.datergf.DTC
Constant 'month begin'.
MDY - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate the order Month/Day/Year.
ME - Static variable in interface org.oorexx.datergf.DTC
Constant 'month end'.
MILLIS_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the TimeRGF.millis field in TimeRGF.get(int flag) and TimeRGF.set(int flag, int new_value).
MILLIS_PER_DAY - Static variable in interface org.oorexx.datergf.DTC
Millis in a full day (86.400.000).
MILLIS_PER_HOUR - Static variable in interface org.oorexx.datergf.DTC
Millis in a full hour (3.600.000).
MILLIS_PER_MINUTE - Static variable in interface org.oorexx.datergf.DTC
Millis in a full minute (60.000).
MILLIS_PER_SECOND - Static variable in interface org.oorexx.datergf.DTC
Millis in a full second (1.000).
MINUTE_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the TimeRGF.minute field in TimeRGF.get(int flag) and TimeRGF.set(int flag, int new_value).
MN - Static variable in interface org.oorexx.datergf.DTC
Constant 'month name'.
MONDAY - Static variable in interface org.oorexx.datergf.DTC
Monday, has value 1 (ISO).
MONTH_FIELD - Static variable in interface org.oorexx.datergf.DTC
Flag to refer to the DateRGF.month field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
main(String[]) - Static method in class org.rexxla.bsf.RexxDispatcher
Dispatches the Rexx/ooRexx program in args[0] and supplies it with the argument, assembled by concatenating all remaining arguments with a blank.
makeBeanName(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This method creates a unique string value for the passed in object.
makeFilenameLedgible(String) - Static method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
Removes curly brackets at the beginning of the string and an optionally trailing '/ucb/' string and returns result.
makeString4Rexx(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This method determines what String content to return.
makearray(boolean, boolean) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Modelled after Object Rexx MAKEARRAY method of the array class.
methodReferences - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Allows storing successfully reflected methods.
mgr - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Stores the BSF manager.
millis - Variable in class org.oorexx.datergf.TimeRGF
Stores the milliseconds, a value between 0 and 999.
minute - Variable in class org.oorexx.datergf.TimeRGF
Stores the minute, a value between 0 and 59.
month - Variable in class org.oorexx.datergf.DateRGF
Stores the month, a value between 1 and 12.

N

NAD - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate an impossible value for DateRGF.jdn, "Not A Date"
NOVEMBER - Static variable in interface org.oorexx.datergf.DTC
November, has value 11 (ISO).
next() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Move to the next item/value pair, if any.
nextElement() - Method in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
Implements the interface java.util.Enumeration.nextElement().
nextElement() - Method in class org.rexxla.bsf.engines.rexx.Supplier
Implements the interface java.util.Enumeration.nextElement().
nlR_class - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Stores the "netrexx.lang.Rexx" class object, if available.
null4Rexx - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Defines the string which represents null, by default ".NIL".

O

OBJECT_INDICATOR_PREFIX - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
 
OCTOBER - Static variable in interface org.oorexx.datergf.DTC
October, has value 10 (ISO).
OOREXX_BSFLANGUAGE - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_EXTENSION - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_FILENAME - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_LANGUAGE - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_SCRIPTMETADATA - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_SOURCE_MODEL - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_VERSION_KEY - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_VERSION_VALUE - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
OOREXX_XSCRIPTCONTEXT_KEY - Static variable in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
options - Static variable in class org.oorexx.datergf.DateFormatRGF
Supported format character keys in argument fmt of method DateFormatRGF.format(String fmt, Object obj).
org.oorexx.datergf - package org.oorexx.datergf
 
org.oorexx.misc - package org.oorexx.misc
 
org.oorexx.ooo.scripting.framework - package org.oorexx.ooo.scripting.framework
 
org.oorexx.uno - package org.oorexx.uno
 
org.rexxla.bsf - package org.rexxla.bsf
 
org.rexxla.bsf.engines.rexx - package org.rexxla.bsf.engines.rexx
 
orxReferences - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Stores the number of references from Object Rexx to Java objects using beanName as the key.

P

PlainSourceView - class org.oorexx.ooo.scripting.framework.PlainSourceView.
 
PlainSourceView(ScriptSourceModel) - Constructor for class org.oorexx.ooo.scripting.framework.PlainSourceView
 
pa - Static variable in class org.oorexx.uno.RgfReflectUNO
 
paintComponent(Graphics) - Method in class org.oorexx.ooo.scripting.framework.GlyphGutter
 
pos(char, String, int) - Static method in class org.oorexx.datergf.DateFormatRGF
Returns the 0-based position of needle in string, starting the search at the indicated 0-based start position, or -1, if not found.
pp(Object) - Static method in class org.oorexx.uno.RgfReflectUNO
Convenience method, returns argument enclosed in angle brackets, allows null as well.
pp(Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
'Pretty print': returns string value of supplied object enclosed in square brackets.
put(Object, int[]) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Put a value (item, element) into the array object at the given position.
put(Object, int) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet
Adds an object to the vector and makes sure that waiting threads are notified.

Q

Q - Static variable in interface org.oorexx.datergf.DTC
Constant 'quarter'.
QB - Static variable in interface org.oorexx.datergf.DTC
Constant 'quarter begin'.
QE - Static variable in interface org.oorexx.datergf.DTC
Constant 'quarter end'.
QUERY_INTERFACE_NAME - Static variable in class org.oorexx.uno.RgfReflectUNO
 
QUERY_INTERFACE_OBJECT_BY_NAME - Static variable in class org.oorexx.uno.RgfReflectUNO
Analyzes all implemented services and processes found interfaces or services.
queryInterfaceName(Object, String, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
Looks up a (partially qualified) given interface name case-insensitively and returns the fully-qualified mixed case interface name.
queryInterfaceObjectByName(Object, String, boolean) - Static method in class org.oorexx.uno.RgfReflectUNO
Looks up a (partially qualified) given interface name case-insensitively, carries out the appropriate UnoRuntime.queryInterface() and returns its result.
queryServiceName(Object, String) - Static method in class org.oorexx.uno.RgfReflectUNO
Looks up a (partially qualified) given service name case-insensitively and returns the fully-qualified mixed case service name.

R

RAW_MILLIS_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the TimeRGF.raw_millis field in TimeRGF.get(int flag) and TimeRGF.set(int flag, int new_value).
RexxAndJava - class org.rexxla.bsf.engines.rexx.RexxAndJava.
This class manages the calls from Rexx or Object Rexx into Java.
RexxAndJava(BSFManager, BSFEngine) - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava
Constructor to receive and store the BSF manager and the Rexx engine.
RexxAndJava.ExitDelayed - class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed.
Class to exit the JVM, will be executed concurrently, sleeps and then calls System.exit(exit_number).
RexxAndJava.ExitDelayed(int, long) - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
Saves the exitCode.
RexxAndJava.SyncPutGet - class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet.
Inner class to implement a Synchronized ReaderWriter, where a read on an empty Vector blocks the read, until a write occurs (with optional timeout).
RexxAndJava.SyncPutGet() - Constructor for class org.rexxla.bsf.engines.rexx.RexxAndJava.SyncPutGet
 
RexxDispatcher - class org.rexxla.bsf.RexxDispatcher.
Invokes given Rexx or ooRexx program and supplies the commandline arguments.
RexxEngine - class org.rexxla.bsf.engines.rexx.RexxEngine.
This class manages the calls from Java via JNI to Rexx or Object Rexx using the RexxSAA interface.
RexxEngine() - Constructor for class org.rexxla.bsf.engines.rexx.RexxEngine
 
RgfFilter - class org.oorexx.misc.RgfFilter.
 
RgfFilter(String) - Constructor for class org.oorexx.misc.RgfFilter
Constructor which accepts the description for this filter.
RgfReflectUNO - class org.oorexx.uno.RgfReflectUNO.
This class allows reflecting UNO objects and types using the type descriptions and usually returns results as strings only (to facilitate interaction with scripting languages); originally devised for Open Object Rexx (cf.
raw_millis - Variable in class org.oorexx.datergf.TimeRGF
Stores the "raw milliseconds".
registerBean(String, Object) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This method registers an object with the given beanName with the BSF registry, if not registered yet.
removeUpdate(DocumentEvent) - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
rexxEngine - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Stores the Rexx engine.
ri(int, int) - Static method in class org.oorexx.datergf.DateRGF
Convert the primitive Java int tmp to a String and right adjust value with a leading 0 to two places, if necessary.
romanL - Static variable in class org.oorexx.datergf.DateFormatRGF
Array of lowercase roman number strings (1 through 12).
romanU - Static variable in class org.oorexx.datergf.DateFormatRGF
Array of uppercase roman number strings (1 through 12).
run() - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
This makes this thread runnable.

S

SATURDAY - Static variable in interface org.oorexx.datergf.DTC
Saturday, has value 6 (ISO).
SECONDS_PER_DAY - Static variable in interface org.oorexx.datergf.DTC
Seconds in a full day (86400).
SECONDS_PER_HOUR - Static variable in interface org.oorexx.datergf.DTC
Seconds in a full hour (3600).
SECONDS_PER_MINUTE - Static variable in interface org.oorexx.datergf.DTC
Seconds in a full minute (60).
SECOND_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the TimeRGF.second field in TimeRGF.get(int flag) and TimeRGF.set(int flag, int new_value).
SEPTEMBER - Static variable in interface org.oorexx.datergf.DTC
September, has value 9 (ISO).
SERVICE_NUMBERING - Static variable in class org.oorexx.uno.RgfReflectUNO
 
STRING_INDICATOR_PREFIX - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
 
SUNDAY - Static variable in interface org.oorexx.datergf.DTC
Sunday, has value 7 (ISO).
ScriptEditorForooRexx - class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx.
 
ScriptImpl - class org.oorexx.ooo.scripting.framework.ScriptImpl.
 
ScriptImpl(XComponentContext, ScriptMetaData, XModel) - Constructor for class org.oorexx.ooo.scripting.framework.ScriptImpl
 
ScriptProviderForooRexx - class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx.
 
ScriptProviderForooRexx() - Constructor for class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
 
ScriptProviderForooRexx._ScriptProviderForooRexx - class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx.
 
ScriptProviderForooRexx._ScriptProviderForooRexx(XComponentContext) - Constructor for class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx._ScriptProviderForooRexx
 
ScriptSourceModel - class org.oorexx.ooo.scripting.framework.ScriptSourceModel.
 
ScriptSourceModel(URL) - Constructor for class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
ScriptSourceView - interface org.oorexx.ooo.scripting.framework.ScriptSourceView.
 
Supplier - class org.rexxla.bsf.engines.rexx.Supplier.
Class modelled after the ooRexx class "Supplier".
Supplier(Object, boolean) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
Creates an instance of the class using the ArrayWrapper class.
Supplier(Object) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
Creates an instance of the class using the ArrayWrapper class.
Supplier(Object[], Object[]) - Constructor for class org.rexxla.bsf.engines.rexx.Supplier
Creates an instance of the class.
say(String) - Static method in class org.oorexx.uno.RgfReflectUNO
Convenience method, will print received string to System.err.
second - Variable in class org.oorexx.datergf.TimeRGF
Stores the second, a value between 0 and 59.
set(int, int) - Method in class org.oorexx.datergf.DateRGF
Allows to set this DateRGF object to a specific date.
set(int, int, int) - Method in class org.oorexx.datergf.DateRGF
Set all three DateRGF fields at once.
set(int, int) - Method in class org.oorexx.datergf.TimeRGF
Allows to set the indicated time portion.
setContext(XComponentContext) - Static method in class org.oorexx.uno.RgfReflectUNO
Sets the component context and gets singletons and type descriptions from it.
setDefaultEpochDate(int) - Static method in class org.oorexx.datergf.DateRGF
Sets the DateRGF which presently serves as the epoch.
setDescription(String) - Method in class org.oorexx.misc.RgfFilter
Allows setting the description for the filter.
setGivenWeekday(int, DateRGF) - Static method in class org.oorexx.datergf.DateRGF
From a given DateRGF calculate the previous or next date, which falls on one of the given weekdays.
setGregorianChange(int, int, int) - Static method in class org.oorexx.datergf.DateRGF
Allows to set the date on which the usage of the Gregorian calendar starts.
setIgnoreCase(boolean) - Method in class org.oorexx.misc.RgfFilter
Allows setting the boolean value that controls whether the test for an existing file extension should be carried out case-insensitve (the default) or not.
setModified(boolean) - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
setModified(boolean) - Method in interface org.oorexx.ooo.scripting.framework.ScriptSourceView
 
setPattern(String) - Method in class org.oorexx.misc.RgfFilter
Set a regular expression pattern (available starting with Java 1.4).
setScriptMetaData(ScriptMetaData) - Method in class org.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
 
setStatic(int, int) - Static method in class org.oorexx.datergf.DateRGF
Allows to set the static fields #weekStart and #dateOrder.
setString(int, String[]) - Static method in class org.oorexx.datergf.DateRGF
Allows to set the names of the days or months in either the field #dayNames or #monthNames according to flag.
setThreadedRexxStart(boolean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Allows to control on which Java thread the Rexx interpreter is executed.
setView(ScriptSourceView) - Method in class org.oorexx.ooo.scripting.framework.ScriptSourceModel
 
showSecs - Static variable in class org.oorexx.datergf.TimeRGF
Indicates whether second portion should be shown in toString().
sizeOfDimension - Variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Array of int which stores the size (maximum number of entries) of the appropriate dimension.
sleepTime - Variable in class org.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
Holds the time in milliseconds to wait before terminating the virtual machine.
subtract(DateRGF) - Method in class org.oorexx.datergf.DateRGF
Calculates the differences (in number of days) between two DateRGFs.
subtract(DateTimeRGF) - Method in class org.oorexx.datergf.DateTimeRGF
Subtracts a DateTimeRGF object from this one.
subtract(TimeRGF) - Method in class org.oorexx.datergf.TimeRGF
Subtracts otherTimeRGF and returns the difference as a fraction.
supplier() - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Creates a supplier object for allowing to enumerate the array together with the appropriate indices (Java style: index starts with 0 and is enclosed in square brackets).
supplier(boolean) - Method in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Creates a supplier object for allowing to enumerate the array together with the appropriate indices.

T

THURSDAY - Static variable in interface org.oorexx.datergf.DTC
Thursday, has value 4 (ISO).
TUESDAY - Static variable in interface org.oorexx.datergf.DTC
Tuesday, has value 2 (ISO).
TimeRGF - class org.oorexx.datergf.TimeRGF.
Class to implement the time of the day, consisting of the fields TimeRGF.hour, TimeRGF.minute, TimeRGF.second and millis(econds).
TimeRGF() - Constructor for class org.oorexx.datergf.TimeRGF
Creates a TimeRGF object with all fields set to 0.
TimeRGF(int, int, int) - Constructor for class org.oorexx.datergf.TimeRGF
Creates a TimeRGF from the three integers, representing hour, minute and second.
TimeRGF(int, int, int, int) - Constructor for class org.oorexx.datergf.TimeRGF
Creates a TimeRGF from the three integers, representing hour, minute and second.
theCoreReflection - Static variable in class org.oorexx.uno.RgfReflectUNO
 
theServiceManager - Static variable in class org.oorexx.uno.RgfReflectUNO
 
theTypeDescriptionManager - Static variable in class org.oorexx.uno.RgfReflectUNO
 
time - Variable in class org.oorexx.datergf.DateTimeRGF
TimeRGF field to store the time portion.
timeSeparator - Static variable in class org.oorexx.datergf.TimeRGF
Character to be used to delimit time fields in toString().
toFloat() - Method in class org.oorexx.datergf.TimeRGF
Renders TimeRGF as a fraction of a day.
toInt(String, int, int) - Static method in class org.oorexx.datergf.DateFormatRGF
Calculates the int value from a string built of digit characters only.
toInt(int) - Method in class org.oorexx.datergf.DateTimeRGF
Renders the DateTimeRGF object into an int, encoded as seconds since/until the given epoch.
toJulianDate(DateRGF) - Static method in class org.oorexx.datergf.DateRGF
Renders the DateRGF into a Julian date.
toLong(int) - Method in class org.oorexx.datergf.DateTimeRGF
Renders the DateTimeRGF object into a long, encoded as milliseconds since/until the given epoch.
toString() - Method in class org.oorexx.datergf.DateRGF
Returns time formatted into a string according to the fields DateRGF.dateSeparator, #dateOrder.
toString() - Method in class org.oorexx.datergf.DateTimeRGF
Render the DateTimeRGF object to a string.
toString() - Method in class org.oorexx.datergf.TimeRGF
Renders TimeRGF as a String.

U

USE_VECTOR - Static variable in class org.oorexx.uno.RgfReflectUNO
 
undeclareBean(BSFDeclaredBean) - Method in class org.rexxla.bsf.engines.rexx.RexxEngine
Method implemented in order to avoid an exeption to be thrown by the default implementation.
unregisterBean(String) - Method in class org.rexxla.bsf.engines.rexx.RexxAndJava
This method allows for unregistering Beans, taking into account reference counters.
update() - Method in class org.oorexx.datergf.DateRGF
This method sets the DateRGF object to the actual local date of the system.
update() - Method in class org.oorexx.datergf.DateTimeRGF
Updates the DateTimeRGF object to the actual local date and time of the machine.
update() - Method in class org.oorexx.datergf.TimeRGF
This method sets the TimeRGF object to to the actual local time of the system.
update() - Method in class org.oorexx.ooo.scripting.framework.GlyphGutter
 
update() - Method in class org.oorexx.ooo.scripting.framework.PlainSourceView
 
update() - Method in interface org.oorexx.ooo.scripting.framework.ScriptSourceView
 

V

valueOf(int, int) - Static method in class org.oorexx.datergf.DateRGF
Creates a DateRGF object by adding days to the given DateRGF (which may be an epoch date indicated by the appropriate constant).
valueOf(String) - Static method in class org.oorexx.datergf.DateRGF
Create a DateRGF object from a string containing a DateRGF encoded according to the present setting of #dateOrder.
valueOf(int, long) - Static method in class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF object from the number of milliseconds since/to the given epoch.
valueOf(int, int) - Static method in class org.oorexx.datergf.DateTimeRGF
Creates a DateTimeRGF from the unsigned int relative to the given epoch.
valueOf(float) - Static method in class org.oorexx.datergf.TimeRGF
Creates a TimeRGF object from a fraction of a day.
valueOf(int, int) - Static method in class org.oorexx.datergf.TimeRGF
Creates a TimeRGF object from an integer, representing the time.
valueOf(String) - Static method in class org.oorexx.datergf.TimeRGF
Create a TimeRGF object from a string containing a TimeRGF encoded exactly according to the present setting of the fields: timeSeparator, is24Hour and am_pm_string.
verify(char, char[]) - Static method in class org.oorexx.datergf.DateFormatRGF
Verifies that needle is in character array of reference.
version - Static variable in interface org.oorexx.datergf.DTC
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.oorexx.datergf.DateFormatRGF
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.oorexx.datergf.DateRGF
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.oorexx.datergf.DateTimeRGF
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.oorexx.datergf.TimeRGF
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.oorexx.uno.RgfReflectUNO
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.RexxDispatcher
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.ArrayWrapper
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.EnumerationWrapper
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.Java4Rexx
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.RexxAndJava
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.RexxEngine
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.
version - Static variable in class org.rexxla.bsf.engines.rexx.Supplier
Version string indicating version of this class (majorVersion*100+minorVersion concatenated with a dot and the sorted date of last change.

W

W - Static variable in interface org.oorexx.datergf.DTC
Constant 'ISO week number'.
WB - Static variable in interface org.oorexx.datergf.DTC
Constant 'week begin'.
WE - Static variable in interface org.oorexx.datergf.DTC
Constant 'week end'.
WEDNESDAY - Static variable in interface org.oorexx.datergf.DTC
Wednesday, has value 3 (ISO).
WEEK - Static variable in interface org.oorexx.datergf.DTC
Constant 'ISO week number'.
WEEKDAY - Static variable in interface org.oorexx.datergf.DTC
Constant 'weekday' inidicating that the date is to be set to one of the given weekdays using the DateRGF.set(int flag, int number) method.
WEEK_START - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to DateRGF#weekStart.

X

xmcf - Static variable in class org.oorexx.uno.RgfReflectUNO
 

Y

Y - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.year field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
YB - Static variable in interface org.oorexx.datergf.DTC
Constant 'year begin'.
YE - Static variable in interface org.oorexx.datergf.DTC
Constant 'year end'.
YEAR_FIELD - Static variable in interface org.oorexx.datergf.DTC
Constant to refer to the DateRGF.year field in DateRGF.get(int flag) and DateRGF.set(int flag, int new_value).
YMD - Static variable in interface org.oorexx.datergf.DTC
Constant to indicate the order Year/Month/Day.
year - Variable in class org.oorexx.datergf.DateRGF
Stores the year, a value between 1 and 9999.

_

__getServiceFactory(String, XMultiServiceFactory, XRegistryKey) - Static method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
Returns a factory for creating the service.
__writeRegistryServiceInfo(XRegistryKey) - Static method in class org.oorexx.ooo.scripting.framework.ScriptProviderForooRexx
Writes the service information into the given registry key.

A B C D E F G H I J L M N O P Q R S T U V W X Y _
20080913, rgf