All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.ui.ModifyDialog

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

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

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

Variable Index

 o buttonPanel
 o colorCanvas
 o dismissButton
 o frame
 o gridBagLayout
 o modifyButton
 o timeSlicePropertiesDialog
 o timeSlices
 o timeSlicesList

Constructor Index

 o ModifyDialog(Frame)

Method Index

 o dismissButton_actionPerformed(ActionEvent)
 o getFrame()
 o getSelectedTimeSlice()
 o getTimeSlicePropertiesDialog()
 o getTimeSlices()
 o jbInit()
 o modifyButton_actionPerformed(ActionEvent)
 o setFrame(Frame)
 o setLocation()
 o setTimeSlicePropertiesDialog(TimeSlicePropertiesDialog)
 o setTimeSlices(Vector)
 o setVisible(boolean)
 o timeSlicesList_mouseReleased(MouseEvent)
 o updateSpecifiedItem(int)
 o updateView()
 o windowClosing(WindowEvent)

Variables

 o colorCanvas
 private ColorCanvas colorCanvas
 o frame
 private Frame frame
 o gridBagLayout
 private GridBagLayout gridBagLayout
 o timeSlicesList
 private List timeSlicesList
 o buttonPanel
 private BevelPanel buttonPanel
 o modifyButton
 private Button modifyButton
 o dismissButton
 private Button dismissButton
 o timeSlices
 private Vector timeSlices
 o timeSlicePropertiesDialog
 private TimeSlicePropertiesDialog timeSlicePropertiesDialog

Constructors

 o ModifyDialog
 public ModifyDialog(Frame frame)

Methods

 o setLocation
 public void setLocation()
 o setVisible
 public void setVisible(boolean flag)
Overrides:
setVisible in class Component
 o jbInit
 public void jbInit() throws Exception
 o setTimeSlices
 public void setTimeSlices(Vector slices)
 o getTimeSlices
 public Vector getTimeSlices()
 o updateView
 public void updateView()
 o updateSpecifiedItem
 public void updateSpecifiedItem(int itemIndex)
 o getSelectedTimeSlice
 public TimeSlice getSelectedTimeSlice()
 o modifyButton_actionPerformed
 void modifyButton_actionPerformed(ActionEvent e)
 o dismissButton_actionPerformed
 void dismissButton_actionPerformed(ActionEvent e)
 o windowClosing
 void windowClosing(WindowEvent e)
 o getTimeSlicePropertiesDialog
 public TimeSlicePropertiesDialog getTimeSlicePropertiesDialog()
 o setTimeSlicePropertiesDialog
 public void setTimeSlicePropertiesDialog(TimeSlicePropertiesDialog d)
 o getFrame
 public Frame getFrame()
 o setFrame
 public void setFrame(Frame f)
 o timeSlicesList_mouseReleased
 void timeSlicesList_mouseReleased(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index