| |
|
| java.lang.Object org.acm.seguin.ide.jbuilder.RefactoryNodeViewerFactory
RefactoryNodeViewerFactory | public class RefactoryNodeViewerFactory implements NodeViewerFactory(Code) | | Factory for node viewers for Refactoring editor
author: Chris Seguin |
canDisplayNode | public boolean canDisplayNode(Node node)(Code) | | Determines if this factory can view this type of file
Parameters: node - the type of file true if it can be displayed |
createNodeViewer | public NodeViewer createNodeViewer(Context context)(Code) | | Creates the node viewer
Parameters: context - the information about what is to be displayed the viewer |
|
|
|