|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.css.BrowserExtensionLoader
public final class BrowserExtensionLoader
Browser extension reader that returns the list of browsers to show previews with when an editor asks. Listens to the browser preview preferences so the list contains all browsers that should be shown in alphabetical order.
| Method Summary | |
|---|---|
static java.util.List |
getAllBrowserLabels()
Gets all the browsers that exist in the extension point |
static java.lang.String |
getBrowserLabel(org.eclipse.core.runtime.IConfigurationElement browserElement)
Looks up the label for the browser based on the os run on. |
static java.util.List |
loadBrowsers()
Returns the list of browser extension points to show. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String getBrowserLabel(org.eclipse.core.runtime.IConfigurationElement browserElement)
browserElement - -
element containing label node(s)
public static java.util.List loadBrowsers()
public static java.util.List getAllBrowserLabels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||