| org.netbeans.modules.visualweb.propertyeditors.PropertyPanelBase org.netbeans.modules.visualweb.propertyeditors.UrlPropertyPanel
UrlPropertyPanel | public class UrlPropertyPanel extends PropertyPanelBase (Code) | | A custom property editor for URL properties. URLs may be edited by hand in a
combo box, which makes current URLs found elsewhere in the project as
alternative selections. A URL to a project resource or page may be constructed
by choosing a target from a tree of target nodes. In this case, the editor
will generate a "context relative" URL (a URL that begins with '/').
author: gjmurphy |
Inner Class :static class FileNode extends ResourceNode | |
Inner Class :static class PageNode extends FileNode | |
Inner Class :abstract static class TargetNode extends ResourceNode | |
Inner Class :static class ElementTargetNode extends TargetNode | |
Inner Class :static class ComponentTargetNode extends TargetNode | |
defaultFileFilter | static FileFilter defaultFileFilter(Code) | | A default file filter used to hide project files that aren't deployed (NB
backup files), and project files that cannot be targeted (JSP page fragments
and files that are in the WEB-INF directory).
|
directoryMap | protected static WeakHashMap directoryMap(Code) | | A map of projects to the most recently examined file path for that
project.
|
rootTreeNode | ResourceNode rootTreeNode(Code) | | |
getLastDirectory | protected File getLastDirectory()(Code) | | |
setLastDirectory | protected void setLastDirectory(File dir)(Code) | | |
|
|