Class COM.ibm.jaws.app.trs.trswin2.ReserveList
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.app.trs.trswin2.ReserveList
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----COM.ibm.jaws.app.trs.trswin2.ReserveList
- public class ReserveList
- extends Frame
Class ReserveList.
-
action(Event, Object)
- Action handling routine.
-
getData()
-
Get data from server
-
handleEvent(Event)
- Handle events that occur with components in this container.
-
minimumSize()
-
-
saveData()
-
-
setNextProgress()
-
-
setTrip(Trip)
-
Set trip to be edited
minimumSize
public Dimension minimumSize()
- Returns:
- Returns a Dimension with the minimum width and height
of this container.
- Overrides:
- minimumSize in class Container
handleEvent
public boolean handleEvent(Event e)
- Handle events that occur with components in this container.
- Returns:
- Returns a boolean which specifies whether the event
handler should stop at this level or continue up the
parent hierarchy.
- Overrides:
- handleEvent in class Component
action
public boolean action(Event evt,
Object obj)
- Action handling routine.
- Returns:
- Returns a boolean specifying whether the event should be handled
furthur up the parent hierarchy.
- Overrides:
- action in class Component
setTrip
public void setTrip(Trip t)
- Set trip to be edited
getData
public void getData()
- Get data from server
saveData
public void saveData()
setNextProgress
public void setNextProgress()
All Packages Class Hierarchy This Package Previous Next Index