public interface BrowserServices
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activate this view.
|
boolean |
canOpenClassFiles()
Indicates whether openClassFile will be able to show class files or not.
|
Action |
getActionBackward()
Get the Action which allows to move
backward in the navigation history.
|
Action |
getActionForward()
Get the Action which allows to move
forward in the navigation history.
|
BrowserComponent |
getBrowserComponent()
Get the BrowserComponent which is the top parent of
the visual hierarchy of the class file browser.
|
ClassFile |
getClassFile()
Get the ClassFile object for the show class file.
|
void |
openClassFile(String className,
BrowserPath browserPath)
Open a class.
|
void |
showURL(String urlSpec)
Show a URL in the browser.
|
ClassFile getClassFile()
void activate()
BrowserComponent getBrowserComponent()
Action getActionBackward()
Action getActionForward()
void openClassFile(String className, BrowserPath browserPath)
className
- the name of the class.browserPath
- an optional BrowserPath object. May be null.boolean canOpenClassFiles()
void showURL(String urlSpec)
urlSpec
- the URL as a browser