org.netbeans.modules.xml.xam.ui.actions |
|
Java Source File Name | Type | Comment |
AbstractShowComponentAction.java | Class | Base class for all actions which show a component in a particular view. |
GoToAction.java | Class | Action which provides a means of showing a component in a particular view.
Nodes may provide this action in their set of supported actions, but they
must also implement the GotoCookie, which provides the set of supported
GotoTypes. |
GotoType.java | Class | Interface GotoType defines a place where an editor can be opened
for a particular component. |
ShowSourceAction.java | Class | |
SourceGotoType.java | Class | GotoType for showing a component in the source view. |
SuperGotoType.java | Class | GotoType for showing the definition of a component (e.g. |