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.
Contains file-specific code for implementing the navigation bar. Note that each file could potentially show up in the navigation bar either as the primary file or as a control being used.
com.bea.ide.lang.java.driver.JavaNavigationBarDriver
Method Summary |
public |
|
public |
|
public |
|
public | |
public boolean | |
public boolean | |
public boolean |
|
public boolean | |
public boolean |
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.
publicReturns the node for the control corresponding to the given handler.IElement
getControlForHandler(IElement
handler)
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.
publicReturns the node for the event that is caught by the given handler. This may return null if it is a handler for an event that is not thrown.IElement
getEventForHandler(IElement
handler)
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.
publicReturns the handler in the given type for the given event. This should create the handler if it does not exist.IElement
getHandlerForEvent(IElement
type,IElement
control,IElement
event)
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.
publicReturns the icon to be used for the given node. It may be showing up in either the types or members list, for the current file or as a control being used.Icon
getIcon(IElement
b)
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)
Determines whether the given node represents a control that is being
used by this type. (Note that controls should be symblic links.)
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)
Determines whether the given node represents an event that is exported
by this type (for use as a control).
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)
Determines whether the given node represents an event handler for an
event thrown by a control used by this type.
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)
Determines whether the given node represents a member of the enclosing
type to be shown in the members list.
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)
Determines whether the given node represents a type to be shown in the
types list.