Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G H I L M N O P R S T U V W _

A

aboutScope - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
aboutTimeWarp - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
accept(File) - Method in class org.scopemvc.application.timewarp.utilities.BlankFileFilter
Tells the JFileChooser what types of files to display.
add(Component, int, int) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
The basic add method for GridSPanel.
add(Component, int, int, int, int) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Specify the number of columns (for gridwidth)
or rows (for gridheight) in the component's display area.
add(Component, int, int, String) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Used when the component's display area is larger than the component's requested size
to determine whether and how to resize the component.
add(Component, int, int, int, int, String, String) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
This method combines the above add method with a anchor argument.
add(Component, int, int, String, String) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Similar to add(Component comp,int gridx, int gridy, int ipadx, int ipady, String fill, String anchor)

except does not implement the ipadx and ipady;

B

BlankFileFilter - class org.scopemvc.application.timewarp.utilities.BlankFileFilter.
Implementation of FileFilter that only displays directories.
BlankFileFilter() - Constructor for class org.scopemvc.application.timewarp.utilities.BlankFileFilter
Empty constructor.
bookName - Variable in class org.scopemvc.application.timewarp.utilities.UserGuide.BookInfo
TODO: describe of the Field
bookURL - Variable in class org.scopemvc.application.timewarp.utilities.UserGuide.BookInfo
TODO: describe of the Field
bool(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
bytes - Static variable in class org.scopemvc.application.timewarp.utilities.StringUtils
 

C

CodeUtils - class org.scopemvc.application.timewarp.utilities.CodeUtils.
Various static utility methods
CodeUtils() - Constructor for class org.scopemvc.application.timewarp.utilities.CodeUtils
 
c - Variable in class org.scopemvc.application.timewarp.utilities.GridSPanel
 
cal - Static variable in class org.scopemvc.application.timewarp.utilities.DateUtility
 
capitalise(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
company - Variable in class org.scopemvc.application.timewarp.utilities.User
 
constantNameToVariableName(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Converts a constant name to a java variable name (first letter capitalised).
createInstance(String, String, String) - Static method in class org.scopemvc.application.timewarp.utilities.User
Create an instance of the User object.
createInstance() - Static method in class org.scopemvc.application.timewarp.utilities.User
Create an instance of the User object.
createNodes(DefaultMutableTreeNode) - Method in class org.scopemvc.application.timewarp.utilities.UserGuide
Create the JTree using the BookInfo inner class to help create the nodes on the tree.
currentDateToLong() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
TODO: document the method

D

DateUtility - class org.scopemvc.application.timewarp.utilities.DateUtility.
General utility for handling dates Can be used either by creating an instance with a java.util.Date in constructor argument, or by invoking the static methods, sending the java.util.Date as input argument.
DateUtility(Date) - Constructor for class org.scopemvc.application.timewarp.utilities.DateUtility
Constructor for the DateUtility object
date - Variable in class org.scopemvc.application.timewarp.utilities.DateUtility
 
dateToLong(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date as number of milliseconds since 00:00:00.00 GMT Jan 1, 1970
dateToLong() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date as number of milliseconds since 00:00:00.00 GMT Jan 1, 1970
decapitalise(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Converts a database name (table or column) to a java name (first letter decapitalised).
decodeJavaEscapes(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Decodes a string that uses the java escapes.
displayURL(URL) - Method in class org.scopemvc.application.timewarp.utilities.UserGuide
Display the selected url.

E

eMail - Variable in class org.scopemvc.application.timewarp.utilities.User
 
encodeWithJavaEscapes(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Encodes a Unicode string in Java style, i.e.
escapeCharsForJavascript(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Processes the rtf formatted content string to replace backslashes and apostrophes so that javascript can handle the string.

G

GridSPanel - class org.scopemvc.application.timewarp.utilities.GridSPanel.
Class will create a panel based on a SPanel with a Gridbag layout.
GridSPanel() - Constructor for class org.scopemvc.application.timewarp.utilities.GridSPanel
Constructor for the GridSPanel object
gblayout - Variable in class org.scopemvc.application.timewarp.utilities.GridSPanel
 
get(String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs
Description of the Method
get(String, String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs
Description of the Method
get(String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs14
Gets a value and saves prefs if it wasn't found and defaultValue != null
getCalRef() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
private method getting the reference to a Calendar object This object is either created with the object is constructed, or at the time of the static call.
getCompany() - Method in class org.scopemvc.application.timewarp.utilities.User
Gets the company attribute of the User object.
getCurrentLongDate() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current long date
getCurrentMediumDate() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current medium date
getCurrentMonthYear() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current month year
getCurrentOracleDate() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current oracle date
getCurrentShortDate() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current short date
getCurrentTimeToMilliSeconds() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current time to milli seconds
getCurrentTimeToMinutes() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current time to minutes
getCurrentTimeToSeconds() - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Gets the current time to seconds
getDataFromPrefs() - Method in class org.scopemvc.application.timewarp.utilities.User
Pulls the users data from the preferences.
getDescription() - Method in class org.scopemvc.application.timewarp.utilities.BlankFileFilter
The human readable description of the file.
getEMail() - Method in class org.scopemvc.application.timewarp.utilities.User
Gets the eMail attribute of the User object.
getEncodingFromTransliterationTable(char[]) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns the encoding for a transliteration table.
getFirstName() - Method in class org.scopemvc.application.timewarp.utilities.User
Gets the user's first name as parsed out from the whole name.
getInstance() - Static method in class org.scopemvc.application.timewarp.utilities.Prefs
Gets the instance
getInstance() - Static method in class org.scopemvc.application.timewarp.utilities.User
Gets the instance of the User class.
getInstance() - Static method in class org.scopemvc.application.timewarp.utilities.UserGuide
Gets the instance attribute of the UserGuide class.
getLastToken(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Strips the first part of the string up to the last occurence of delimiter.
getLocale(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns the corresponding locale to a string ( "_" ( "_" )? )?
getLongDate(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "long" form, as defined by the Locale in the DateFormat construction.
getLongDate() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "long" form, as defined by the Locale in the DateFormat construction.
getMediumDate(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "medium" form, as defined by the Locale in the DateFormat construction.
getMediumDate() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "medium" form, as defined by the Locale in the DateFormat construction.
getMonthYear(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date in Month and Year Format: MM-YYYY uses date specified upon construction
getMonthYear() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date in Month and Year Format: MM-YYYY uses date specified upon construction
getName() - Method in class org.scopemvc.application.timewarp.utilities.User
Gets the name attribute of the User object.
getOracleDate(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date in Oracle Format: MM-DD-YYYY uses date specified upon construction
getOracleDate() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date in Oracle Format: MM-DD-YYYY uses date specified upon construction
getQualifiedClassName(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Gets the QualifiedClassName attribute of the Util class
getShortDate(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "short" form, as defined by the Locale in the DateFormat construction: for US, the form is MM/DD/YY, e.g.
getShortDate() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming in "short" form, as defined by the Locale in the DateFormat construction: for US, the form is MM/DD/YY, e.g.
getStackTrace(Throwable) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Gets the stack trace
getTimeToMilliSeconds(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the nearest 1/10 of a second
getTimeToMilliSeconds() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the nearest 1/10 of a second
getTimeToMinutes(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the the minutes, but, apparently, without rounding.
getTimeToMinutes() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the the minutes, but, apparently, without rounding.
getTimeToSeconds(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the the seconds, but, apparently, without rounding.
getTimeToSeconds() - Method in class org.scopemvc.application.timewarp.utilities.DateUtility
Returns the time up the the seconds, but, apparently, without rounding.
getTransliterationTableFromEncoding(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns a transliteration table to be used with wrapper objects for a java encoding.
getYear(Date) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
Return the incoming date Year Format: YYYY uses date specified upon construction

H

htmlPane - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
 

I

index - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
Description of the Field
init(File, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs
Description of the Method
init(File, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs14
Describe what the method does
initHelp() - Method in class org.scopemvc.application.timewarp.utilities.UserGuide
Initilize the Help screen.
initTabOrder() - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Method to initilize the tab order on a GridSPanel.
instance - Static variable in class org.scopemvc.application.timewarp.utilities.Prefs
 

L

license - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
log - Static variable in class org.scopemvc.application.timewarp.utilities.CodeUtils
Get static reference to the logger

M

main(String[]) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
The main program for the DateUtility class
main(String[]) - Static method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Main for test purposes only

N

name - Variable in class org.scopemvc.application.timewarp.utilities.User
 
naturalNameToVariableName(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Converts a natural name to a java variable name (first letter capitalised).
nextFocusComponent(Component) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Method used within initTabOrder().

O

org.scopemvc.application.timewarp.utilities - package org.scopemvc.application.timewarp.utilities
 

P

Prefs - class org.scopemvc.application.timewarp.utilities.Prefs.
This class is a simple implementation of the *real* Prefs class to make it possible to compile with JDK 1.3 and older.
Prefs() - Constructor for class org.scopemvc.application.timewarp.utilities.Prefs
 
Prefs14 - class org.scopemvc.application.timewarp.utilities.Prefs14.
Wrapper around java.util.prefs.Preferences which simplifies the API and makes it easier to handle NoClassDefFoundError in non JDK 1.4 environments
Prefs14() - Constructor for class org.scopemvc.application.timewarp.utilities.Prefs14
 
pad(int) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
private method for padding a 0 to a single digit
pad(String) - Static method in class org.scopemvc.application.timewarp.utilities.DateUtility
private method for padding a 0 to a decimal value < 10.000
pluralise(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
prefsFile - Variable in class org.scopemvc.application.timewarp.utilities.Prefs
 
properties - Variable in class org.scopemvc.application.timewarp.utilities.Prefs
 

R

removeRTFFormatting(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
TODO: document the method
renderer - Variable in class org.scopemvc.application.timewarp.utilities.UserGuide
 
replace(String, String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Replaces the given string repl by with in string s.
replaceAll(String, String[], String[]) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
TODO: document the method
replaceAll(String, char[], char[]) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
TODO: document the method

S

StringUtils - class org.scopemvc.application.timewarp.utilities.StringUtils.
A rich set of methods that can be used to manipulate strings.
StringUtils() - Constructor for class org.scopemvc.application.timewarp.utilities.StringUtils
 
save() - Method in class org.scopemvc.application.timewarp.utilities.Prefs
Description of the Method
save() - Method in class org.scopemvc.application.timewarp.utilities.Prefs14
Describe what the method does
seemsPluralised(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
set(String, String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs
Description of the Method
set(String, String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs14
Describe what the method does
setCompany(String) - Method in class org.scopemvc.application.timewarp.utilities.User
Sets the company attribute of the User object.
setEMail(String) - Method in class org.scopemvc.application.timewarp.utilities.User
Sets the eMail attribute of the User object
setFill(Component, String) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Method to set the fill constraint.
setGridspan(Component, int, int) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel

Specify the number of columns (for gridwidth) or rows (for gridheight) in the component's
display area.
setInsets(Component, int, int, int, int) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Specifies the external padding of the component -- the minimum amount of space
between the component and the edges of its display area.
setName(String) - Method in class org.scopemvc.application.timewarp.utilities.User
Sets the name attribute of the User object.
setWeight(Component, String, String) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
Specifying weights is an art that can have a significant impact on the appearance of the
components a GridSPanel controls.
setWeight(Component, double, double) - Method in class org.scopemvc.application.timewarp.utilities.GridSPanel
11/07/01 Added new setWeight method.
singularise(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
split(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Splits a given text into an two-element array of string.
splitAll(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns an array of all tokens that resulted from splitting the text at the occurences of any of the characters in delim
splitAll_(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns the array of all tokens that resulted from splitting the text at the occurences of delimiterString
splitURL(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Splits the url into the file and the query string.
string(boolean) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Describe what the method does
stripLastToken(String, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns the first part of the string up to the last occurence of the delimiter.
stripQuotes(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Checks if the given string is enclosed in double quotes and strips them if necessary.

T

toProperty(String, String) - Method in class org.scopemvc.application.timewarp.utilities.Prefs
 
toString(Object[], String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns a string representation of an array.
toString(Collection, String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
Returns a string representation of the components of a vector.
toString() - Method in class org.scopemvc.application.timewarp.utilities.UserGuide.BookInfo
Overridden method for the BookInfo toString() method.
treeClosedIcon - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
treeLeafIcon - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
treeOpenIcon - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
tutorialGenerateRadios - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
tutorialIndex - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field
tutorialSelectRootDirectory - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
TODO: describe of the Field

U

User - class org.scopemvc.application.timewarp.utilities.User.
Keeps track of the user data, specifically the user's name, company, and e-mail address.
User() - Constructor for class org.scopemvc.application.timewarp.utilities.User
Private constructor for the User object to ensure that the object is a singleton.
User(String, String, String) - Constructor for class org.scopemvc.application.timewarp.utilities.User
Private constructor for the User object to ensure that the object is a singleton.
UserGuide - class org.scopemvc.application.timewarp.utilities.UserGuide.
Class used to create the help file.
UserGuide() - Constructor for class org.scopemvc.application.timewarp.utilities.UserGuide
Only one instance of the UserGuide can run at a time ( within a vm ).
UserGuide.BookInfo - class org.scopemvc.application.timewarp.utilities.UserGuide.BookInfo.
I'm not 100% sure what this does.
UserGuide.BookInfo(String, URL) - Constructor for class org.scopemvc.application.timewarp.utilities.UserGuide.BookInfo
Constructor for the BookInfo object.
urlDecode(String) - Static method in class org.scopemvc.application.timewarp.utilities.StringUtils
TODO: document the method
user - Static variable in class org.scopemvc.application.timewarp.utilities.User
 
userGuide - Static variable in class org.scopemvc.application.timewarp.utilities.UserGuide
 

V

variableNameToConstantName(String) - Static method in class org.scopemvc.application.timewarp.utilities.CodeUtils
Converts a java variable name to a containt name.

W

writeDataToPrefs() - Method in class org.scopemvc.application.timewarp.utilities.User
Writes the name and e-mail address of the user to the preferences.

_

_prefs - Variable in class org.scopemvc.application.timewarp.utilities.Prefs14
 
_prefsFile - Variable in class org.scopemvc.application.timewarp.utilities.Prefs14
 

A B C D E G H I L M N O P R S T U V W _