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
-
buttonPanel
-
-
cancelButton
-
-
colorCanvas
-
-
deselectAllButton
-
-
gridBagLayout
-
-
okayButton
-
-
okayPushed
-
-
selectAllButton
-
-
timeSlices
-
-
timeSlicesList
-
-
RemoveDialog(Frame)
-
-
cancelButton_actionPerformed(ActionEvent)
-
-
deselectAllButton_actionPerformed(ActionEvent)
-
-
getSelectedTimeSlices()
-
-
isOkayPushed()
-
-
jbInit()
-
-
okayButton_actionPerformed(ActionEvent)
-
-
selectAllButton_actionPerformed(ActionEvent)
-
-
setOkayPushed(boolean)
-
-
setTimeSlices(Vector)
-
-
timeSlicesList_mouseReleased(MouseEvent)
-
-
windowClosing(WindowEvent)
-
colorCanvas
private ColorCanvas colorCanvas
gridBagLayout
private GridBagLayout gridBagLayout
buttonPanel
private BevelPanel buttonPanel
timeSlicesList
private List timeSlicesList
okayButton
private Button okayButton
selectAllButton
private Button selectAllButton
deselectAllButton
private Button deselectAllButton
cancelButton
private Button cancelButton
okayPushed
private boolean okayPushed
timeSlices
private Vector timeSlices
RemoveDialog
public RemoveDialog(Frame frame)
jbInit
public void jbInit() throws Exception
isOkayPushed
public boolean isOkayPushed()
setTimeSlices
public void setTimeSlices(Vector slices)
getSelectedTimeSlices
public Vector getSelectedTimeSlices()
setOkayPushed
private void setOkayPushed(boolean flag)
okayButton_actionPerformed
void okayButton_actionPerformed(ActionEvent e)
selectAllButton_actionPerformed
void selectAllButton_actionPerformed(ActionEvent e)
deselectAllButton_actionPerformed
void deselectAllButton_actionPerformed(ActionEvent e)
cancelButton_actionPerformed
void cancelButton_actionPerformed(ActionEvent e)
windowClosing
void windowClosing(WindowEvent e)
timeSlicesList_mouseReleased
void timeSlicesList_mouseReleased(MouseEvent e)
All Packages Class Hierarchy This Package Previous Next Index