DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
com.bea.ide.sourceeditor.driver.DefaultDocumentDriver
com.bea.ide.sourceeditor.driver.INavigationBarDriver
Implements support for the navigation bar in Java files.
Object
com.bea.ide.sourceeditor.driver.DefaultDocumentDriver
JavaNavigationBarDriver
com.bea.ide.sourceeditor.driver.INavigationBarDriver
Constructor Summary |
Method Summary |
protected | |
protected | |
protected | |
protected | |
protected | |
protected | |
public |
|
public |
|
public |
|
public | |
public boolean | |
public boolean | |
public boolean |
|
public boolean | |
public boolean |
Methods from com.bea.ide.sourceeditor.driver. |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.ide.sourceeditor.driver. |
|
Constructor Detail |
public JavaNavigationBarDriver(ISourceDocument file)
Method Detail |
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createGetIconVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createIsControlVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createIsEventHandlerVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createIsEventVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createIsMemberVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
protected JavaVisitor createIsTypeVisitor()
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
publicDescription copied fromIElementgetControlForHandler(IElementhandler)
com.bea.ide.sourceeditor.driver.INavigationBarDriver.getControlForHandler(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
publicDescription copied fromIElementgetEventForHandler(IElementhandler)
com.bea.ide.sourceeditor.driver.INavigationBarDriver.getEventForHandler(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
publicDescription copied fromIElementgetHandlerForEvent(IElementtype,IElementcontrol,IElementevent)
com.bea.ide.sourceeditor.driver.INavigationBarDriver.getHandlerForEvent(com.bea.ide.element.IElement, com.bea.ide.element.IElement, com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
publicDescription copied fromIcongetIcon(IElementnode)
com.bea.ide.sourceeditor.driver.INavigationBarDriver.getIcon(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
public boolean isControl(IElement node)
Description copied from com.bea.ide.sourceeditor.driver.INavigationBarDriver.isControl(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
public boolean isEvent(IElement node)
Description copied from com.bea.ide.sourceeditor.driver.INavigationBarDriver.isEvent(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
public boolean isEventHandler(IElement node)
Description copied from com.bea.ide.sourceeditor.driver.INavigationBarDriver.isEventHandler(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
public boolean isMember(IElement node)
Description copied from com.bea.ide.sourceeditor.driver.INavigationBarDriver.isMember(com.bea.ide.element.IElement)
DEPRECATED In V8.1 the navigation bar has been removed in favor of other navigation aids like the structure view. Implementations of this class are not harmful, but will be ignored.
public boolean isType(IElement node)
Description copied from com.bea.ide.sourceeditor.driver.INavigationBarDriver.isType(com.bea.ide.element.IElement)