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
-
buttonPanel
-
-
cancelButton
-
-
columnLabel
-
-
columnsInWindowField
-
-
DATExHOUR
-
-
granularityChoice
-
-
granularityLabel
-
-
gridBagLayout
-
-
gridIncrementField
-
-
gridIncrementLabel
-
-
nextPageSizeField
-
-
okayButton
-
-
okayPushed
-
-
pageLabel
-
-
rowCountLabel
-
-
rowsInWindowField
-
-
rowStartField
-
-
rowStartLabel
-
-
WEEKxDAY
-
-
PropertyDialog(Frame, TimeGrid, CalendarPanel)
-
-
cancelButton_actionPerformed(ActionEvent)
-
-
getColumnsInWindow()
-
-
getGranularity()
- Returns the granularity: DATExHOUR or WEEKxDAY.
-
getGridIncrement()
-
-
getNextPageSize()
-
-
getRowsInWindow()
-
-
getWindowStartRow()
-
-
isOkayPushed()
-
-
jbInit()
-
-
okayButton_actionPerformed(ActionEvent)
-
-
setOkayPushed(boolean)
-
DATExHOUR
public static final int DATExHOUR
WEEKxDAY
public static final int WEEKxDAY
gridBagLayout
private GridBagLayout gridBagLayout
buttonPanel
private BevelPanel buttonPanel
okayButton
private Button okayButton
cancelButton
private Button cancelButton
columnLabel
private LabelControl columnLabel
rowCountLabel
private LabelControl rowCountLabel
rowStartLabel
private LabelControl rowStartLabel
pageLabel
private LabelControl pageLabel
gridIncrementLabel
private LabelControl gridIncrementLabel
granularityLabel
private LabelControl granularityLabel
columnsInWindowField
private TextField columnsInWindowField
rowsInWindowField
private TextField rowsInWindowField
rowStartField
private TextField rowStartField
nextPageSizeField
private TextField nextPageSizeField
gridIncrementField
private TextField gridIncrementField
granularityChoice
private Choice granularityChoice
okayPushed
private boolean okayPushed
PropertyDialog
public PropertyDialog(Frame frame,
TimeGrid tg,
CalendarPanel panel)
getColumnsInWindow
public int getColumnsInWindow()
getRowsInWindow
public int getRowsInWindow()
getWindowStartRow
public int getWindowStartRow()
getNextPageSize
public int getNextPageSize()
getGridIncrement
public int getGridIncrement()
isOkayPushed
public boolean isOkayPushed()
getGranularity
public int getGranularity()
- Returns the granularity: DATExHOUR or WEEKxDAY.
jbInit
public void jbInit() throws Exception
setOkayPushed
private void setOkayPushed(boolean flag)
okayButton_actionPerformed
void okayButton_actionPerformed(ActionEvent e)
cancelButton_actionPerformed
void cancelButton_actionPerformed(ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index