Uses of Class
org.eclnt.editor.tools.ProjectInfo
Packages that use ProjectInfo
-
Uses of ProjectInfo in org.eclnt.editor.embeddedapi
Methods in org.eclnt.editor.embeddedapi with parameters of type ProjectInfoModifier and TypeMethodDescriptionvoid
DefaultEmbeddedFunctions.afterClean
(ProjectInfo pi) void
IEmbeddedFunctions.afterClean
(ProjectInfo pi) void
DefaultEmbeddedFunctions.afterDeployCopy
(ProjectInfo pi, boolean asHotDeploy) void
IEmbeddedFunctions.afterDeployCopy
(ProjectInfo pi, boolean asHotDeploy) void
DefaultEmbeddedFunctions.beforeClean
(ProjectInfo pi) void
IEmbeddedFunctions.beforeClean
(ProjectInfo pi) void
DefaultEmbeddedFunctions.beforeDeployCopy
(ProjectInfo pi, boolean asHotDeploy) void
IEmbeddedFunctions.beforeDeployCopy
(ProjectInfo pi, boolean asHotDeploy) -
Uses of ProjectInfo in org.eclnt.editor.tools
Fields in org.eclnt.editor.tools declared as ProjectInfoModifier and TypeFieldDescriptionprotected ProjectInfo
ExpressionNodeManager.m_currentProjectInfo
Methods in org.eclnt.editor.tools that return ProjectInfoModifier and TypeMethodDescriptionICCToolSet.getCurrentProjectInfo()
DMSGProjectRefreshed.getProjectInfo()
ProjectInfoParser.getProjectInfo()
static ProjectInfo
ProjectInfoReader.readProjectInfo
(String projectDirectory) Methods in org.eclnt.editor.tools with parameters of type ProjectInfoModifier and TypeMethodDescriptionabstract void
ExpressionNodeManager.loadRootNodesForPage
(ProjectInfo project, String pageName) Purpose of this method is to (re)fill the rootNodes with the current data.void
IToolNotifyCreateProject.notifyCreate
(ProjectInfo project) void
IToolNotifyUpdateProject.notifyUpdate
(ProjectInfo project) void
IToolUI.prepare
(ProjectInfo projectInfo) Method is called every time the project is changed within the CaptainCasa tool set.void
ProjectInfo.IProjectPageLoadListener.reactOnPageLoad
(ProjectInfo pi, String pageName) void
ProjectInfo.IProjectReloadListener.reactOnReload
(ProjectInfo pi, Object trigger) Constructors in org.eclnt.editor.tools with parameters of type ProjectInfoModifierConstructorDescriptionDesignTimeTLDInfo
(String prefix, String tldFileName, String packageName, String uri, String controlsarrangementFileName, ProjectInfo projectInfo, ClassLoader designTimeClassLoader) Constructor for "JSF" libraries.DesignTimeTLDInfo
(String prefix, String packageName, String ccControlLibraryXml, String controlsarrangementFileName, ProjectInfo projectInfo, ClassLoader designTimeClassLoader) Constructor for "cccontrollibrary.xml" libraries.DMSGProjectRefreshed
(ProjectInfo projectInfo) -
Uses of ProjectInfo in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util with parameters of type ProjectInfoModifier and TypeMethodDescriptionstatic String
CSSStyleManager.readRiscStyleXMLDesignTime
(ProjectInfo pi, String styleName, ClassLoader cl) Constructors in org.eclnt.jsfserver.util with parameters of type ProjectInfo