org.robsite.extension.rss
Class NewsFeedExtension
java.lang.Object
org.robsite.extension.rss.NewsFeedExtension
- All Implemented Interfaces:
- oracle.ide.addin.Addin, oracle.javatools.Module
- public class NewsFeedExtension
- extends java.lang.Object
- implements oracle.ide.addin.Addin
The RSS News Reader extension.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- brian_duff@sourceforge.net
Field Summary |
static java.lang.String |
VIEW_ID
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_ID
public static final java.lang.String VIEW_ID
- See Also:
- Constant Field Values
NewsFeedExtension
public NewsFeedExtension()
get
public static NewsFeedExtension get()
- Get the singleton news feed extension.
- Returns:
- get the only instance of this extension class. May return null
if the extension has not been initialized.
getNewsDockable
public NewsDockableWindow getNewsDockable()
- Get the news dockable window.
- Returns:
- the news dockable window. This may be null if the window has
never been shown or is currently not visible.
getPreferences
public NewsFeedPreferences getPreferences()
- Get the preferences object.
- Returns:
- preferences.
getChannels
public Channels getChannels()
initialize
public void initialize()
- Specified by:
initialize
in interface oracle.ide.addin.Addin
shutdown
public void shutdown()
- Specified by:
shutdown
in interface oracle.ide.addin.Addin
version
public float version()
- Specified by:
version
in interface oracle.ide.addin.Addin
ideVersion
public float ideVersion()
- Specified by:
ideVersion
in interface oracle.ide.addin.Addin
canShutdown
public boolean canShutdown()
- Specified by:
canShutdown
in interface oracle.ide.addin.Addin
Copyright © 2005 robsite.org. All Rights Reserved.