|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDdsParserListener
This listener is used to listen for the selection of DDS statements. Whenever a DDS statement is selected via the outline view, it fires an event to the listener.
| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
boolean |
didInitiateSelection()
Did the listener actually initiate the current selection. |
void |
disable()
If the DDS model is being rebuilt this method will be called so the UI can disable itself until it receives another #selectionChanged(DdsStatement, boolean) call. |
void |
refresh(IDdsElementWithSource ddsElement,
boolean readOnly)
The contents of the model have been changed dramatically and a reparse has occurred. |
void |
selectionChanged(IDdsElementWithSource ddsElement,
boolean readOnly,
Object selectionInitiator)
Whenever a DDS element is selected via the outline view, this method is called |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
void selectionChanged(IDdsElementWithSource ddsElement,
boolean readOnly,
Object selectionInitiator)
ddsElement - IDdsElementWithSource that is currently selected in the modelreadOnly - - whether the element is readOnly and cannot be updated (if it is in
in an editor in the read only state for example)selectionInitiator - - object that initiated the selectionvoid disable()
#selectionChanged(DdsStatement, boolean) call.
void refresh(IDdsElementWithSource ddsElement,
boolean readOnly)
ddsElement - IDdsElementWithSource that is currently selected in the modelreadOnly - - whether the element is readOnly and cannot be updated (if it is in
in an editor in the read only state for example)boolean didInitiateSelection()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||