|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Viewer com.ibm.etools.iseries.edit.views.ISeriesEditorListingViewer
public class ISeriesEditorListingViewer
Nested Class Summary | |
---|---|
class |
ISeriesEditorListingViewer.FileDateComparator
Inner class that compares dates for sorting |
class |
ISeriesEditorListingViewer.FileInfo
Inner class to hold file properties. |
Field Summary | |
---|---|
protected ISeriesEditorListingAction |
_actionDeleteAllListings
|
protected ISeriesEditorListingAction |
_actionDeleteListing
|
protected static Comparator |
_comparatorFileDate
|
protected Composite |
_compositeClient
|
protected Composite |
_compositeParent
|
protected Table |
_tableListings
|
protected Text |
_textListingContent
|
protected TreeSet |
_treeSetFiles
|
static String |
copyright
|
Constructor Summary | |
---|---|
ISeriesEditorListingViewer(ISeriesEditorListingAction actionDeleteListing,
ISeriesEditorListingAction actionDeleteAllListings)
Constructor. |
Method Summary | |
---|---|
protected Control |
createControl(Composite compositeParent)
Method declared on Viewer. |
void |
deleteAllListings()
Deletes all files. |
void |
deleteSelectedListing()
Deletes the currently selected file. |
protected void |
fillTable()
Fills the table widget with listing file information: Date, time, and name. |
protected void |
fillTextContent(ISeriesEditorListingViewer.FileInfo info)
Fills the text area with content from the given file. |
Control |
getControl()
Method declared on Viewer. |
Object |
getInput()
Method declared on Viewer. |
protected TreeSet |
getListings()
Returns the set of listing files in the listings directory |
protected ISeriesEditorListingViewer.FileInfo |
getSelectedFile()
Returns the currently selected file. |
ISelection |
getSelection()
Method declared on Viewer. |
void |
refresh()
Method declared on Viewer. |
void |
setInput(Object newInput)
Method declared on Viewer. |
void |
setSelection(ISelection selection,
boolean reveal)
Method declared on Viewer. |
void |
widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control. |
void |
widgetSelected(SelectionEvent e)
|
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
protected static Comparator _comparatorFileDate
protected Composite _compositeClient
protected Composite _compositeParent
protected Table _tableListings
protected Text _textListingContent
protected TreeSet _treeSetFiles
protected ISeriesEditorListingAction _actionDeleteListing
protected ISeriesEditorListingAction _actionDeleteAllListings
Constructor Detail |
---|
public ISeriesEditorListingViewer(ISeriesEditorListingAction actionDeleteListing, ISeriesEditorListingAction actionDeleteAllListings)
Method Detail |
---|
protected Control createControl(Composite compositeParent)
public void deleteAllListings()
public void deleteSelectedListing()
protected void fillTable()
protected void fillTextContent(ISeriesEditorListingViewer.FileInfo info)
public Control getControl()
public Object getInput()
protected TreeSet getListings()
protected ISeriesEditorListingViewer.FileInfo getSelectedFile()
public ISelection getSelection()
public void refresh()
public void setInput(Object newInput)
public void setSelection(ISelection selection, boolean reveal)
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |