|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(com.ibm.etools.iseries.dds.dom.ISourceGenerator ddsElement,
boolean readOnly)
The contents of the model have been changed dramatically and a reparse has occurred. |
void |
selectionChanged(com.ibm.etools.iseries.dds.dom.ISourceGenerator ddsElement,
boolean readOnly)
Whenever a DDS element is selected via the outline view, this method is called |
Field Detail |
public static final String copyright
Method Detail |
public void selectionChanged(com.ibm.etools.iseries.dds.dom.ISourceGenerator ddsElement, boolean readOnly)
ddsElement
- ISourceGenerator
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)public void disable()
#selectionChanged(DdsStatement, boolean)
call.
public void refresh(com.ibm.etools.iseries.dds.dom.ISourceGenerator ddsElement, boolean readOnly)
ddsElement
- ISourceGenerator
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)public boolean didInitiateSelection()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |