|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTextEditorAction
com.ibm.etools.systems.editor.actions.FilterByDateAction
public class FilterByDateAction
| Field Summary | |
|---|---|
protected static ResourceBundle |
_bundle
|
static String |
copyright
|
static String |
FILTER_ACTION_NAME
|
static String |
FILTER_BY_DATE_ID
|
static int |
MAGIC_YEAR
the magic date where if the year is less than it, it is 20xx and if the year is greater or equal to it then it is 19xx. |
static String |
NO_SEQUENCE_NUMBERS
the value that indicates that source doesn't have sequqence numbers |
| Constructor Summary | |
|---|---|
FilterByDateAction(ITextEditor editor)
Constructor for FilterByDateAction. |
|
| Method Summary | |
|---|---|
boolean |
available(LpexView view)
Method available. |
void |
doAction(LpexView view)
Method doAction. |
static void |
filterView(LpexView view,
String fromDate,
String toDate,
int optionSelected)
Filters the view based on information provided |
void |
registerView(LpexView view)
Updates the view, putting this action into the filter view popup |
void |
run()
|
void |
update()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
public static final String NO_SEQUENCE_NUMBERS
public static final int MAGIC_YEAR
public static final String FILTER_BY_DATE_ID
public static final String FILTER_ACTION_NAME
protected static ResourceBundle _bundle
| Constructor Detail |
|---|
public FilterByDateAction(ITextEditor editor)
| Method Detail |
|---|
public void registerView(LpexView view)
view - the view to updatepublic boolean available(LpexView view)
view - the LpexView used to determine whether or not the action is availab lescom.ibm.lpex.core.LpexAction#available(LpexView)public void doAction(LpexView view)
view - the view to perform the action on.com.ibm.lpex.core.LpexAction#doAction(LpexView)
public static void filterView(LpexView view,
String fromDate,
String toDate,
int optionSelected)
view - the view to filterfromDate - the from datetoDate - the to dateoptionSelected - the option selected in for filtering (ie EQUAL_TO_SELECTED)public void update()
public void run()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||