|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BrowserServices
Container services for a BrowserComponent.
| Method Summary | |
|---|---|
void |
activate()
Activate this view. |
boolean |
canOpenClassFiles()
Indicates whether openClassFile will be able to show class files or not. |
javax.swing.Action |
getActionBackward()
Get the Action which allows to move backward in the navigation history. |
javax.swing.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(java.lang.String className,
BrowserPath browserPath)
Open a class. |
void |
showURL(java.lang.String urlSpec)
Show a URL in the browser. |
| Method Detail |
|---|
ClassFile getClassFile()
void activate()
BrowserComponent getBrowserComponent()
javax.swing.Action getActionBackward()
javax.swing.Action getActionForward()
void openClassFile(java.lang.String className,
BrowserPath browserPath)
className - the name of the class.browserPath - an optional BrowserPath object. May be null.boolean canOpenClassFiles()
void showURL(java.lang.String urlSpec)
urlSpec - the URL as a browser
|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||