All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tc.ui.PropertyDialog

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

public class PropertyDialog
extends Dialog
PropertyDialog is a modal dialog for setting the calendar panel and time grid properties.

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

Variable Index

 o buttonPanel
 o cancelButton
 o columnLabel
 o columnsInWindowField
 o DATExHOUR
 o granularityChoice
 o granularityLabel
 o gridBagLayout
 o gridIncrementField
 o gridIncrementLabel
 o nextPageSizeField
 o okayButton
 o okayPushed
 o pageLabel
 o rowCountLabel
 o rowsInWindowField
 o rowStartField
 o rowStartLabel
 o WEEKxDAY

Constructor Index

 o PropertyDialog(Frame, TimeGrid, CalendarPanel)

Method Index

 o cancelButton_actionPerformed(ActionEvent)
 o getColumnsInWindow()
 o getGranularity()
Returns the granularity: DATExHOUR or WEEKxDAY.
 o getGridIncrement()
 o getNextPageSize()
 o getRowsInWindow()
 o getWindowStartRow()
 o isOkayPushed()
 o jbInit()
 o okayButton_actionPerformed(ActionEvent)
 o setOkayPushed(boolean)

Variables

 o DATExHOUR
 public static final int DATExHOUR
 o WEEKxDAY
 public static final int WEEKxDAY
 o gridBagLayout
 private GridBagLayout gridBagLayout
 o buttonPanel
 private BevelPanel buttonPanel
 o okayButton
 private Button okayButton
 o cancelButton
 private Button cancelButton
 o columnLabel
 private LabelControl columnLabel
 o rowCountLabel
 private LabelControl rowCountLabel
 o rowStartLabel
 private LabelControl rowStartLabel
 o pageLabel
 private LabelControl pageLabel
 o gridIncrementLabel
 private LabelControl gridIncrementLabel
 o granularityLabel
 private LabelControl granularityLabel
 o columnsInWindowField
 private TextField columnsInWindowField
 o rowsInWindowField
 private TextField rowsInWindowField
 o rowStartField
 private TextField rowStartField
 o nextPageSizeField
 private TextField nextPageSizeField
 o gridIncrementField
 private TextField gridIncrementField
 o granularityChoice
 private Choice granularityChoice
 o okayPushed
 private boolean okayPushed

Constructors

 o PropertyDialog
 public PropertyDialog(Frame frame,
                       TimeGrid tg,
                       CalendarPanel panel)

Methods

 o getColumnsInWindow
 public int getColumnsInWindow()
 o getRowsInWindow
 public int getRowsInWindow()
 o getWindowStartRow
 public int getWindowStartRow()
 o getNextPageSize
 public int getNextPageSize()
 o getGridIncrement
 public int getGridIncrement()
 o isOkayPushed
 public boolean isOkayPushed()
 o getGranularity
 public int getGranularity()
Returns the granularity: DATExHOUR or WEEKxDAY.

 o jbInit
 public void jbInit() throws Exception
 o setOkayPushed
 private void setOkayPushed(boolean flag)
 o okayButton_actionPerformed
 void okayButton_actionPerformed(ActionEvent e)
 o cancelButton_actionPerformed
 void cancelButton_actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index