de.nierbeck.timeTrack.views
Class EditEntryDialog

java.lang.Object
  extended by de.nierbeck.timeTrack.views.EditEntryDialog

public class EditEntryDialog
extends java.lang.Object

DataEntryDialog class uses org.eclipse.swt libraries to implement a dialog that accepts basic personal information that is added to a Table widget or edits a TableItem entry to represent the entered data.


Constructor Summary
EditEntryDialog(org.eclipse.swt.widgets.Shell parent, EntryTypeImpl selectedEntry)
          Constructor of the Dialog
 
Method Summary
 void open()
          Opens the dialog in the given state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditEntryDialog

public EditEntryDialog(org.eclipse.swt.widgets.Shell parent,
                       EntryTypeImpl selectedEntry)
Constructor of the Dialog

Parameters:
parent - - the parent of this dialog
selectedEntry - - the selected Entry of the Table
Method Detail

open

public final void open()
Opens the dialog in the given state. Sets Text widget contents and dialog behaviour accordingly.



Copyright © 2003-2006 Nierbeck. All Rights Reserved.