Class COM.ibm.jaws.app.trs.trswin2.RCommon
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.app.trs.trswin2.RCommon
java.lang.Object
|
+----COM.ibm.jaws.app.trs.trswin2.RCommon
- public class RCommon
- extends Object
-
airportsList
-
-
applet
-
-
citiesList
-
-
confirmedTrips
-
-
initRun
-
-
loginOk
-
-
nextScreensAfterInit
-
-
orb
-
-
pendingTrips
-
-
reservationOk
-
-
session
-
-
takenTrips
-
-
user
-
-
userId
-
-
userName
-
-
wEditTrip
-
-
wEditTripDestination
-
-
wEditTripOrigination
-
-
wEmptyFrame
-
-
windowList
-
-
wInitObjects
-
-
wLogin
-
-
wPleaseWait
-
-
wReserveList
-
-
wTripList
-
-
RCommon()
-
-
closeOrb()
-
Close the orb connection.
-
defaultCursor()
-
Sets cursor to default
-
destroyInitObjects()
-
Destroy initializing objects dialog window
-
destroyPleaseWait()
-
Destroys please wait dialog window
-
error(String, String)
-
Pops up an error dialog box.
-
error(String, String, boolean)
-
Pops up an error dialog box.
-
error(Throwable, String, String)
-
Pops up an error dialog box.
-
getAirports(Choice, Choice)
-
Get list of airports as a tokenized string and fill in
up to two choice controls.
-
getCities(Choice, Choice)
-
Get list of cities as a tokenized string and fill in
up to two choice controls.
-
getDate(Date)
-
Convert date to string of "mm/dd/yy"
-
getDateString(Date)
-
Convert date to string of "mmm dd, yyyy"
-
getHash(Object)
-
Get the hashcode of an object instead of doing a remote method call
-
getTime(Date)
-
Convert time to string of "hh:mm AM"
-
help(Applet, String)
-
Show help.
-
helpAbout(Applet)
-
Show help about dialog box.
-
hideAll()
-
Hide all windows.
-
init(Applet)
-
Initialize the applet if not already done so.
-
isIdentical(Object, Object)
-
Determine if two managed objects are the same
-
notImplemented(Applet)
-
Pops up a not implemented dialog box.
-
reservationsCancelled()
-
-
showAll(Applet)
-
Show all windows.
-
showDateMsg()
-
-
showEditTrip(Applet, Trip)
-
Show window for editing a trip
-
showEmptyFrame(Applet)
-
Create an empty frame to use as parent for dialog boxes
-
showInitObjects(Applet)
-
Display initializing objects dialog window
-
showPleaseWait(Applet)
-
Display please wait dialog box
-
showTakenTrip(Applet, Trip)
-
Show window of trips taken
-
showTripList(Applet)
-
Show list of trips window
-
stringToDate(String)
-
Convert date string to Date object
-
waitCursor()
-
Sets cursor to wait
session
public static Session session
pendingTrips
public static RCIterator pendingTrips
confirmedTrips
public static RCIterator confirmedTrips
takenTrips
public static RCIterator takenTrips
loginOk
public static int loginOk
reservationOk
public static int reservationOk
applet
public static Applet applet
initRun
public static boolean initRun
orb
public static ClientORBlet orb
windowList
public static Vector windowList
wEmptyFrame
public static EmptyFrame wEmptyFrame
wEditTrip
public static EditTrip wEditTrip
wReserveList
public static ReserveList wReserveList
wLogin
public static Login wLogin
wPleaseWait
public static PleaseWait wPleaseWait
wTripList
public static TripList wTripList
wInitObjects
public static InitObjects wInitObjects
wEditTripDestination
public static EditTripDestinationPanel wEditTripDestination
wEditTripOrigination
public static EditTripOriginationPanel wEditTripOrigination
nextScreensAfterInit
public static String nextScreensAfterInit
citiesList
public static String citiesList
airportsList
public static String airportsList
userId
public static String userId
userName
public static String userName
user
public static User user
RCommon
public RCommon()
init
public static void init(Applet applet)
- Initialize the applet if not already done so.
closeOrb
public static void closeOrb()
- Close the orb connection.
showPleaseWait
public static void showPleaseWait(Applet applet)
- Display please wait dialog box
destroyPleaseWait
public static void destroyPleaseWait()
- Destroys please wait dialog window
waitCursor
public static void waitCursor()
- Sets cursor to wait
defaultCursor
public static void defaultCursor()
- Sets cursor to default
showInitObjects
public static void showInitObjects(Applet applet)
- Display initializing objects dialog window
destroyInitObjects
public static void destroyInitObjects()
- Destroy initializing objects dialog window
showEmptyFrame
public static void showEmptyFrame(Applet applet)
- Create an empty frame to use as parent for dialog boxes
showEditTrip
public static void showEditTrip(Applet applet,
Trip trip)
- Show window for editing a trip
showTakenTrip
public static void showTakenTrip(Applet applet,
Trip trip)
- Show window of trips taken
showTripList
public static void showTripList(Applet applet)
- Show list of trips window
helpAbout
public static void helpAbout(Applet applet)
- Show help about dialog box.
help
public static void help(Applet applet,
String topic)
- Show help.
showAll
public static void showAll(Applet applet)
- Show all windows.
hideAll
public static void hideAll()
- Hide all windows.
getDateString
public static String getDateString(Date d)
- Convert date to string of "mmm dd, yyyy"
getDate
public static String getDate(Date d)
- Convert date to string of "mm/dd/yy"
getTime
public static String getTime(Date d)
- Convert time to string of "hh:mm AM"
stringToDate
public static Date stringToDate(String s)
- Convert date string to Date object
getCities
public static void getCities(Choice choice1,
Choice choice2)
- Get list of cities as a tokenized string and fill in
up to two choice controls.
getAirports
public static void getAirports(Choice choice1,
Choice choice2)
- Get list of airports as a tokenized string and fill in
up to two choice controls.
notImplemented
public static void notImplemented(Applet applet)
- Pops up a not implemented dialog box.
error
public static void error(Throwable err,
String m,
String s)
- Pops up an error dialog box.
error
public static void error(String m,
String s)
- Pops up an error dialog box.
error
public static void error(String m,
String s,
boolean b)
- Pops up an error dialog box.
isIdentical
public static boolean isIdentical(Object object1,
Object object2)
- Determine if two managed objects are the same
getHash
public static String getHash(Object o)
- Get the hashcode of an object instead of doing a remote method call
showDateMsg
public static void showDateMsg()
reservationsCancelled
public static void reservationsCancelled()
All Packages Class Hierarchy This Package Previous Next Index