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