Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor.actions
Class FilterDateDialog

java.lang.Object
  extended by SystemPromptDialog
      extended by com.ibm.etools.systems.editor.actions.FilterDateDialog

public class FilterDateDialog
extends SystemPromptDialog


Field Summary
static String copyright
           
static int EQUAL_TO_SELECTED
          indicates that the equal to radio button was selected
static int GREATER_THAN_SELECTED
          indicates that the greater than radio button was selected
static int LESS_THAN_SELECTED
          indicates that the less than radio button was selected
static int RANGE_SELECTED
          indicates that the range radio button was selected
 
Constructor Summary
FilterDateDialog(Shell shell)
          Constructor for FilterDateDialog.
 
Method Summary
protected  Control createInner(Composite parent)
           
 String getDateFrom()
          Method getDateFrom.
 String getDateTo()
          Method getDateTo.
protected  Control getInitialFocusControl()
           
 int getOptionSelected()
          Method getOptionSelected.
protected  boolean processOK()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

LESS_THAN_SELECTED

public static final int LESS_THAN_SELECTED
indicates that the less than radio button was selected

See Also:
Constant Field Values

GREATER_THAN_SELECTED

public static final int GREATER_THAN_SELECTED
indicates that the greater than radio button was selected

See Also:
Constant Field Values

EQUAL_TO_SELECTED

public static final int EQUAL_TO_SELECTED
indicates that the equal to radio button was selected

See Also:
Constant Field Values

RANGE_SELECTED

public static final int RANGE_SELECTED
indicates that the range radio button was selected

See Also:
Constant Field Values
Constructor Detail

FilterDateDialog

public FilterDateDialog(Shell shell)
Constructor for FilterDateDialog.

Parameters:
shell -
Method Detail

createInner

protected Control createInner(Composite parent)
See Also:
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#createInner(Composite)

getInitialFocusControl

protected Control getInitialFocusControl()
See Also:
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#getInitialFocusControl()

getDateFrom

public String getDateFrom()
Method getDateFrom.

Returns:
String the date to search from

getDateTo

public String getDateTo()
Method getDateTo.

Returns:
String to date to search to. null if range is specified.

getOptionSelected

public int getOptionSelected()
Method getOptionSelected.

Returns:
int the options selected to filter dates by

processOK

protected boolean processOK()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.