|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.jbuilder.BrowserAdapter
public class BrowserAdapter
Default implementation of the BrowserListener
Constructor Summary | |
---|---|
BrowserAdapter()
|
Method Summary | |
---|---|
void |
browserActivated(Browser browser)
Description of the Method |
void |
browserClosed(Browser browser)
Description of the Method |
void |
browserClosing(Browser browser)
Description of the Method |
void |
browserDeactivated(Browser browser)
Description of the Method |
void |
browserNodeActivated(Browser browser,
Node node)
Description of the Method |
void |
browserNodeClosed(Browser browser,
Node node)
Description of the Method |
void |
browserOpened(Browser browser)
Description of the Method |
void |
browserProjectActivated(Browser browser,
Project project)
A particular project was activated |
void |
browserProjectClosed(Browser browser,
Project project)
A project was closed in a particular browser |
void |
browserViewerActivated(Browser browser,
Node node,
NodeViewer viewer)
Description of the Method |
void |
browserViewerDeactivating(Browser browser,
Node node,
NodeViewer viewer)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserAdapter()
Method Detail |
---|
public void browserActivated(Browser browser)
browser
- Description of Parameterpublic void browserClosed(Browser browser)
browser
- Description of Parameterpublic void browserClosing(Browser browser) throws VetoException
browser
- Description of Parameter
VetoException
- Description of Exceptionpublic void browserDeactivated(Browser browser)
browser
- Description of Parameterpublic void browserNodeActivated(Browser browser, Node node)
browser
- Description of Parameternode
- Description of Parameterpublic void browserNodeClosed(Browser browser, Node node)
browser
- Description of Parameternode
- Description of Parameterpublic void browserOpened(Browser browser)
browser
- Description of Parameterpublic void browserProjectActivated(Browser browser, Project project)
browser
- The browser that it was activated inproject
- The projectpublic void browserProjectClosed(Browser browser, Project project)
browser
- the browserproject
- the projectpublic void browserViewerActivated(Browser browser, Node node, NodeViewer viewer)
browser
- Description of Parameternode
- Description of Parameterviewer
- Description of Parameterpublic void browserViewerDeactivating(Browser browser, Node node, NodeViewer viewer) throws VetoException
browser
- Description of Parameternode
- Description of Parameterviewer
- Description of Parameter
VetoException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |