TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.wizard
Class OpenNodeWizardPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.eclipse.hyades.trace.ui.internal.wizard.NewNodeWizardPage
              extended by org.eclipse.hyades.trace.ui.internal.wizard.OpenNodeWizardPage
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.internal.SWTEventListener

public class OpenNodeWizardPage
extends NewNodeWizardPage
implements org.eclipse.swt.events.ModifyListener


Field Summary
protected  int hourValue
           
protected  int micsecValue
           
protected  int minValue
           
protected  int secValue
           
 
Fields inherited from class org.eclipse.hyades.trace.ui.internal.wizard.NewNodeWizardPage
_locationUI, _nodeUI, fMonitor, fNode, fNodeFile
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
OpenNodeWizardPage(java.lang.String name)
           
 
Method Summary
protected  boolean canCompletePage()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 boolean finish()
           
protected  boolean isHourValid()
           
protected  boolean isMicsecValid()
           
protected  boolean isMinValid()
           
protected  boolean isSecValid()
           
 void modifyText(org.eclipse.swt.events.ModifyEvent event)
          Insert the method's description here.
protected  void populateData()
          Insert the method's description here.
 
Methods inherited from class org.eclipse.hyades.trace.ui.internal.wizard.NewNodeWizardPage
getNode, pageComplete
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

Field Detail

hourValue

protected int hourValue

minValue

protected int minValue

secValue

protected int secValue

micsecValue

protected int micsecValue
Constructor Detail

OpenNodeWizardPage

public OpenNodeWizardPage(java.lang.String name)
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
createControl in class NewNodeWizardPage

finish

public boolean finish()
Overrides:
finish in class NewNodeWizardPage

modifyText

public void modifyText(org.eclipse.swt.events.ModifyEvent event)
Description copied from class: NewNodeWizardPage
Insert the method's description here. Creation date: (08/21/2000 7:51:52 PM)

Specified by:
modifyText in interface org.eclipse.swt.events.ModifyListener
Overrides:
modifyText in class NewNodeWizardPage
Parameters:
event - org.eclipse.swt.events.ModifyEvent

populateData

protected void populateData()
Insert the method's description here. Creation date: (10/05/2000 3:17:53 PM)


canCompletePage

protected boolean canCompletePage()

isHourValid

protected boolean isHourValid()

isMinValid

protected boolean isMinValid()

isSecValid

protected boolean isSecValid()

isMicsecValid

protected boolean isMicsecValid()

TPTP 4.5.0 Platform Project
Internal API Specification