Class COM.ibm.jaws.app.trs.trswin2.EditTripDestinationPanel
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.app.trs.trswin2.EditTripDestinationPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----COM.ibm.jaws.app.trs.trswin2.EditTripDestinationPanel
- public class EditTripDestinationPanel
- extends Panel
Class EditTripDestinationPanel.
-
action(Event, Object)
- Action handling routine.
-
getData()
-
Get data from server
-
handleEvent(Event)
- Handle events that occur with components in this container.
-
paint(Graphics)
- Paints the Panel.
-
saveData()
-
Save data to server
paint
public void paint(Graphics g)
- Paints the Panel. Add specialized functionality for this Panel
between the paint protect block.
- Overrides:
- paint in class Component
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
getData
public void getData()
- Get data from server
saveData
public void saveData()
- Save data to server
All Packages Class Hierarchy This Package Previous Next Index