All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.ui.RemoveDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----tc.ui.RemoveDialog

public class RemoveDialog
extends Dialog
RemoveDialog is a modal dialog for letting the user to select time slices to be removed.

Version:
0.30, 1998/04/01
Author:
FRED development team, Jukka Viljamaa, Antti Viljamaa
See Also:
CalendarPanel, TimeSlice

Variable Index

 o buttonPanel
 o cancelButton
 o colorCanvas
 o deselectAllButton
 o gridBagLayout
 o okayButton
 o okayPushed
 o selectAllButton
 o timeSlices
 o timeSlicesList

Constructor Index

 o RemoveDialog(Frame)

Method Index

 o cancelButton_actionPerformed(ActionEvent)
 o deselectAllButton_actionPerformed(ActionEvent)
 o getSelectedTimeSlices()
 o isOkayPushed()
 o jbInit()
 o okayButton_actionPerformed(ActionEvent)
 o selectAllButton_actionPerformed(ActionEvent)
 o setOkayPushed(boolean)
 o setTimeSlices(Vector)
 o timeSlicesList_mouseReleased(MouseEvent)
 o windowClosing(WindowEvent)

Variables

 o colorCanvas
 private ColorCanvas colorCanvas
 o gridBagLayout
 private GridBagLayout gridBagLayout
 o buttonPanel
 private BevelPanel buttonPanel
 o timeSlicesList
 private List timeSlicesList
 o okayButton
 private Button okayButton
 o selectAllButton
 private Button selectAllButton
 o deselectAllButton
 private Button deselectAllButton
 o cancelButton
 private Button cancelButton
 o okayPushed
 private boolean okayPushed
 o timeSlices
 private Vector timeSlices

Constructors

 o RemoveDialog
 public RemoveDialog(Frame frame)

Methods

 o jbInit
 public void jbInit() throws Exception
 o isOkayPushed
 public boolean isOkayPushed()
 o setTimeSlices
 public void setTimeSlices(Vector slices)
 o getSelectedTimeSlices
 public Vector getSelectedTimeSlices()
 o setOkayPushed
 private void setOkayPushed(boolean flag)
 o okayButton_actionPerformed
 void okayButton_actionPerformed(ActionEvent e)
 o selectAllButton_actionPerformed
 void selectAllButton_actionPerformed(ActionEvent e)
 o deselectAllButton_actionPerformed
 void deselectAllButton_actionPerformed(ActionEvent e)
 o cancelButton_actionPerformed
 void cancelButton_actionPerformed(ActionEvent e)
 o windowClosing
 void windowClosing(WindowEvent e)
 o timeSlicesList_mouseReleased
 void timeSlicesList_mouseReleased(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index