Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by Composite
      extended by com.ibm.etools.systems.editor.actions.FindDateActionComposite

public class FindDateActionComposite
extends Composite

A composite which gets displayed when searching by date in RS LPEX


Field Summary
static String copyright
           
 
Constructor Summary
FindDateActionComposite(Composite parent, FindDateAction action)
          The constructor for this class
 
Method Summary
 void addFocusListener(FocusListener listener)
           
 void init()
          Sets the composite to initial mode by: putting focus in the from date selecting the from date doing a search next on the existing date
 void keyPressed(KeyEvent e)
          Handles when the escape key is pressed
 void keyReleased(KeyEvent e)
           
 void modifyText(ModifyEvent e)
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
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
Constructor Detail

FindDateActionComposite

public FindDateActionComposite(Composite parent,
                               FindDateAction action)
The constructor for this class

Parameters:
parent - the parent composite
Method Detail

addFocusListener

public void addFocusListener(FocusListener listener)

init

public void init()
Sets the composite to initial mode by:
  1. putting focus in the from date
  2. selecting the from date
  3. doing a search next on the existing date


keyPressed

public void keyPressed(KeyEvent e)
Handles when the escape key is pressed

See Also:
KeyListener

keyReleased

public void keyReleased(KeyEvent e)

modifyText

public void modifyText(ModifyEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

widgetSelected

public void widgetSelected(SelectionEvent e)

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.