|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.robsite.extension.rss.Commands
Contains constants for command IDs used by this extension, and a couple of utilities for getting instances of IdeAction for those commands.
Field Summary | |
static java.lang.String |
MARK_AS_READ
The "Mark as Read" command ID. |
static java.lang.String |
OPEN_IN_BROWSER
The "Open in Browser" command ID. |
static java.lang.String |
VIEW_NEWS_DOCKABLE
The "Check RSS News" command ID for the Help menu. |
static java.lang.String |
VIEW_NEWS_DOCKABLE_VIEW
The "RSS News" command ID for the View menu. |
Method Summary | |
static oracle.ide.IdeAction |
getAction(java.lang.String name)
Get an IDE action for the specified command id. |
static int |
id(java.lang.String name)
Get the numeric id of the specified command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MARK_AS_READ
public static final java.lang.String OPEN_IN_BROWSER
public static final java.lang.String VIEW_NEWS_DOCKABLE
public static final java.lang.String VIEW_NEWS_DOCKABLE_VIEW
Method Detail |
public static oracle.ide.IdeAction getAction(java.lang.String name)
name
- one of the constant command names defined in this class.
public static final int id(java.lang.String name)
name
- one of the constant command names defined in this class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |