|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.rssowl.controller.panel.ErrorPanel
The error panel is shown inside a CTabItem whenever an exception was thrown while loading a newsfeed or after a failed import of an OPML file.
| Field Summary | |
private org.eclipse.swt.widgets.Display |
display
|
private org.eclipse.swt.widgets.Composite |
errorHolderAll
|
private org.eclipse.swt.widgets.Composite |
errorViewFormContent
|
(package private) EventManager |
eventManager
|
(package private) NewsfeedFactoryException |
exception
|
private org.eclipse.swt.widgets.Composite |
parent
|
(package private) GUI |
rssOwlGui
|
| Constructor Summary | |
ErrorPanel(GUI rssOwlGui,
org.eclipse.swt.widgets.Display display,
EventManager eventManager,
org.eclipse.swt.widgets.Composite parent,
NewsfeedFactoryException exception)
Instantiate a new ErrorPanel |
|
| Method Summary | |
org.eclipse.swt.widgets.Composite |
getPanel()
Get the Error Panel |
private void |
initComponents()
Init all Components |
private void |
initPopupMenu()
Initialize the Popup Menu |
(package private) void |
openFeedInBrowser()
Open the URL from the opened CTabItem inside the browser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.eclipse.swt.widgets.Display display
private org.eclipse.swt.widgets.Composite errorHolderAll
private org.eclipse.swt.widgets.Composite errorViewFormContent
private org.eclipse.swt.widgets.Composite parent
EventManager eventManager
NewsfeedFactoryException exception
GUI rssOwlGui
| Constructor Detail |
public ErrorPanel(GUI rssOwlGui,
org.eclipse.swt.widgets.Display display,
EventManager eventManager,
org.eclipse.swt.widgets.Composite parent,
NewsfeedFactoryException exception)
rssOwlGui - The maincontrollerdisplay - The displayeventManager - The eventmanagerparent - The parent CTabFolderexception - The exception to show in the panel| Method Detail |
public org.eclipse.swt.widgets.Composite getPanel()
private void initComponents()
private void initPopupMenu()
void openFeedInBrowser()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||