All Packages Class Hierarchy This Package Previous Next Index
Class tc.ui.TimeSlicePropertiesDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----tc.ui.TimeSlicePropertiesDialog
- public class TimeSlicePropertiesDialog
- extends Dialog
TimeSlicePropertiesDialog is a modal dialog for letting the user to modify
time slice's start and end times.
- Version:
- 0.30, 1998/04/01
- Author:
- FRED development team, Jukka Viljamaa, Antti Viljamaa
- See Also:
- CalendarPanel, TimeSlice
-
buttonPanel
-
-
cancelButton
-
-
colorButton
-
-
colorCanvas
-
-
colorChooser
-
-
dateFormat
-
-
endField
-
-
endLabel
-
-
frame
-
-
gridBagLayout1
-
-
gridBagLayout2
-
-
groupBox
-
-
modifyDialog
-
-
okayButton
-
-
okayPushed
-
-
productField
-
-
productLabel
-
-
projectField
-
-
projectLabel
-
-
startField
-
-
startLabel
-
-
TIME_FORMAT
-
-
timeSlice
-
-
TimeSlicePropertiesDialog(Frame)
-
-
TimeSlicePropertiesDialog(Frame, ModifyDialog)
-
-
cancelButton_actionPerformed(ActionEvent)
-
-
colorButton_actionPerformed(ActionEvent)
-
-
getColorChooser()
-
-
getDateFormat()
-
-
getFrame()
-
-
getModifyDialog()
-
-
getTimeSlice()
-
-
isOkayPushed()
-
-
jbInit()
-
-
okayButton_actionPerformed(ActionEvent)
-
-
setFrame(Frame)
-
-
setLocation()
-
-
setModifyDialog(ModifyDialog)
-
-
setOkayPushed(boolean)
-
-
setTimeSlice(TimeSlice)
-
-
setVisible(boolean)
-
-
windowClosing(WindowEvent)
-
colorChooser
private ColorChooser colorChooser
frame
private Frame frame
modifyDialog
private ModifyDialog modifyDialog
timeSlice
private TimeSlice timeSlice
okayPushed
private boolean okayPushed
TIME_FORMAT
public static final String TIME_FORMAT
dateFormat
private SimpleDateFormat dateFormat
buttonPanel
private BevelPanel buttonPanel
groupBox
private Panel groupBox
okayButton
private ButtonControl okayButton
colorButton
private ButtonControl colorButton
cancelButton
private ButtonControl cancelButton
colorCanvas
private ColorCanvas colorCanvas
gridBagLayout1
private GridBagLayout gridBagLayout1
gridBagLayout2
private GridBagLayout gridBagLayout2
startLabel
private Label startLabel
startField
private TextField startField
endLabel
private Label endLabel
endField
private TextField endField
projectLabel
private Label projectLabel
projectField
private TextField projectField
productLabel
private Label productLabel
productField
private TextField productField
TimeSlicePropertiesDialog
public TimeSlicePropertiesDialog(Frame frame,
ModifyDialog d)
TimeSlicePropertiesDialog
public TimeSlicePropertiesDialog(Frame frame)
getModifyDialog
public ModifyDialog getModifyDialog()
setModifyDialog
public void setModifyDialog(ModifyDialog d)
setVisible
public void setVisible(boolean flag)
- Overrides:
- setVisible in class Component
setLocation
public void setLocation()
jbInit
public void jbInit() throws Exception
okayButton_actionPerformed
void okayButton_actionPerformed(ActionEvent e)
colorButton_actionPerformed
void colorButton_actionPerformed(ActionEvent e)
cancelButton_actionPerformed
void cancelButton_actionPerformed(ActionEvent e)
isOkayPushed
public boolean isOkayPushed()
setOkayPushed
protected void setOkayPushed(boolean flag)
setTimeSlice
public void setTimeSlice(TimeSlice ts)
getTimeSlice
public TimeSlice getTimeSlice()
getDateFormat
public SimpleDateFormat getDateFormat()
getFrame
public Frame getFrame()
setFrame
public void setFrame(Frame f)
windowClosing
void windowClosing(WindowEvent e)
getColorChooser
private ColorChooser getColorChooser()
All Packages Class Hierarchy This Package Previous Next Index