Uses of Class
net.xoetrope.xui.XProject

Packages that use XProject
net.xoetrope.awt   
net.xoetrope.builder   
net.xoetrope.builder.w3c.html   
net.xoetrope.data   
net.xoetrope.data.test   
net.xoetrope.debug   
net.xoetrope.debug.selfhealing   
net.xoetrope.deprecated.xui   
net.xoetrope.html   
net.xoetrope.optional.data   
net.xoetrope.optional.data.collection   
net.xoetrope.optional.data.pojo   
net.xoetrope.optional.data.sql   
net.xoetrope.optional.evaluator   
net.xoetrope.optional.laf   
net.xoetrope.optional.langmgr   
net.xoetrope.optional.layout   
net.xoetrope.optional.resources   
net.xoetrope.optional.scripts   
net.xoetrope.optional.scripts.beanshell   
net.xoetrope.optional.scripts.javascript   
net.xoetrope.optional.service   
net.xoetrope.registry   
net.xoetrope.swing   
net.xoetrope.swing.app   
net.xoetrope.swing.deploy   
net.xoetrope.swing.dnd   
net.xoetrope.swing.tree   
net.xoetrope.swt   
net.xoetrope.swt.tree   
net.xoetrope.xui   
net.xoetrope.xui.build.conditional   
net.xoetrope.xui.data   
net.xoetrope.xui.evaluator   
net.xoetrope.xui.events   
net.xoetrope.xui.exception   
net.xoetrope.xui.helper   
net.xoetrope.xui.registry   
net.xoetrope.xui.style   
net.xoetrope.xui.validation   
 

Uses of XProject in net.xoetrope.awt
 

Fields in net.xoetrope.awt declared as XProject
protected  XProject XPanel.currentProject
           
protected  XProject XImage.currentProject
          The current project
 

Methods in net.xoetrope.awt with parameters of type XProject
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Constructors in net.xoetrope.awt with parameters of type XProject
XLanguageChooserDialog(XProject currentProject, java.lang.String langCode)
          Create a new instance of the lanuage dialog
 

Uses of XProject in net.xoetrope.builder
 

Fields in net.xoetrope.builder declared as XProject
protected  XProject XuiBuilder.currentProject
           
 

Constructors in net.xoetrope.builder with parameters of type XProject
XuiBuilder(XProject project)
          Construct an instance of the builder with the default package set to net.xoetrope.awt
XuiBuilder(XProject project, java.lang.String packageName)
          Construct a new builder and set the default package
 

Uses of XProject in net.xoetrope.builder.w3c.html
 

Constructors in net.xoetrope.builder.w3c.html with parameters of type XProject
XHtmlBuilder(XProject project)
          Create a new builder
 

Uses of XProject in net.xoetrope.data
 

Fields in net.xoetrope.data declared as XProject
protected  XProject XDataSource.currentProject
          The current XProject
 

Constructors in net.xoetrope.data with parameters of type XProject
XDataSource(XProject project)
          Create a new data source
 

Uses of XProject in net.xoetrope.data.test
 

Constructors in net.xoetrope.data.test with parameters of type XProject
TestXDataSource(XProject project)
           
 

Uses of XProject in net.xoetrope.debug
 

Methods in net.xoetrope.debug with parameters of type XProject
static void DebugLogger.readLoggerZones(XProject currentProject)
          Read the debug zones file ("DebugZones.properties")
static void DebugLogger.trace(XProject currentProject, XModel model)
          Write a snapshot of a model or model fragment to the log
 

Uses of XProject in net.xoetrope.debug.selfhealing
 

Methods in net.xoetrope.debug.selfhealing with parameters of type XProject
 void RepairOperation.fixError(XProject project, java.lang.Object sourceObj, java.lang.Throwable t)
          Attempt to fix an error when running a XUI application
 void DataSourceClassMissing.fixError(XProject project, java.lang.Object sourceObj, java.lang.Throwable t)
          Attempt to fix an error when running a XUI application
 

Uses of XProject in net.xoetrope.deprecated.xui
 

Constructors in net.xoetrope.deprecated.xui with parameters of type XProject
XResourceManager(XProject proj)
          Deprecated. since 2.0 use XProject instead
 

Uses of XProject in net.xoetrope.html
 

Fields in net.xoetrope.html declared as XProject
protected  XProject XHtmlWidget.currentProject
           
protected  XProject XHtmlEventHandler.currentProject
           
protected  XProject XHtmlPage.project
          The owner project
 

Methods in net.xoetrope.html that return XProject
 XProject XHtmlPage.getProject()
          Get the current project, the project that owns this page
 

Methods in net.xoetrope.html with parameters of type XProject
 boolean XHtmlPage.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 

Constructors in net.xoetrope.html with parameters of type XProject
XHtmlEventHandler(XProject project, java.lang.Object c, XValidationHandler vh)
           
XHtmlPage(XProject currentProject)
          Creates a new instance of XHtmlPage
 

Uses of XProject in net.xoetrope.optional.data
 

Methods in net.xoetrope.optional.data with parameters of type XProject
static void XOptionalBindingFactory.register(XProject project)
          Registe an instance of this binding factory.
 void XTableTableBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XLocalisedListBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XListTableBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 

Constructors in net.xoetrope.optional.data with parameters of type XProject
XOptionalDataSource(XProject project)
           
 

Uses of XProject in net.xoetrope.optional.data.collection
 

Fields in net.xoetrope.optional.data.collection declared as XProject
protected  XProject XCollectionTableModel.currentProject
           
 

Methods in net.xoetrope.optional.data.collection with parameters of type XProject
static XCollectionTableModel XCollectionTableModel.getTable(XProject currentProject, java.lang.String tableName)
          Look up a table by name in the overall model.
 

Constructors in net.xoetrope.optional.data.collection with parameters of type XProject
XCollectionTableModel(XProject project, java.lang.String name, java.util.List fieldNames, java.util.List data)
          Create a new model node for a database table
 

Uses of XProject in net.xoetrope.optional.data.pojo
 

Methods in net.xoetrope.optional.data.pojo with parameters of type XProject
static void XPojoHelper.setCurrentProject(XProject project)
          Sets the current project.
 void XPojoRoot.setProject(XProject project)
          Set the current project.
 

Constructors in net.xoetrope.optional.data.pojo with parameters of type XProject
XPojoDataSource(XProject project)
          Creates a new instance of XPojoDataSource
XPojoHibernateDataSource(XProject project)
          Creates a new instance of XPojoHibernateDataSource
 

Uses of XProject in net.xoetrope.optional.data.sql
 

Fields in net.xoetrope.optional.data.sql declared as XProject
protected  XProject DatabaseTableModel.currentProject
           
protected  XProject DatabaseTable.currentProject
           
protected  XProject DatabaseLifecycleListener.currentProject
           
 

Methods in net.xoetrope.optional.data.sql with parameters of type XProject
 boolean DatabaseLifecycleListener.canClose(XProject project)
          Can the current project close?
static DatabaseTableModel DatabaseTableModel.getTable(XProject currentProject, java.lang.String tableName)
          Look up a table by name in the overall model.
 void DatabaseLifecycleListener.initialize(XProject project)
          Called when the application/applet has been created and initialized.
 

Constructors in net.xoetrope.optional.data.sql with parameters of type XProject
CachedDatabaseTable(XProject project, java.lang.String sqlStr, java.lang.String connName, boolean writable)
          Setup a table with the full sql statement
CachedDatabaseTable(XProject project, java.lang.String tableName, java.lang.String fields, java.lang.String where, java.lang.String connName, boolean writable)
          Create a new database table wrapper
DatabaseTable(XProject project, java.lang.String tableName)
          Create a new database table wrapper
DatabaseTable(XProject project, java.lang.String sql, java.lang.String conn, boolean allowWrites)
          Create a new database table wrapper
DatabaseTable(XProject project, java.lang.String tableName, java.lang.String fields, java.lang.String where, java.lang.String conn, boolean allowWrites)
          Create a new database table wrapper
DatabaseTableModel(XProject project)
          Create a new model node for a database table
DataConnection(XProject currentProject, java.lang.String name)
          Construct a new connection
DataConnection(XProject currentProject, java.lang.String name, boolean replicate)
          Construct a new connection
 

Uses of XProject in net.xoetrope.optional.evaluator
 

Methods in net.xoetrope.optional.evaluator with parameters of type XProject
 void XGroovyEvaluator.setCurrentProject(XProject currentProject)
          Set the current project and complete any initialization that depends on the project reference/instance.
 

Uses of XProject in net.xoetrope.optional.laf
 

Methods in net.xoetrope.optional.laf with parameters of type XProject
static java.lang.String SynthLafInstaller.getOutputPath(XProject currentProject, java.lang.String path, java.lang.String prefix, java.lang.String suffix)
           
static void JGoodies2LafInstaller.installLaf(XProject currentProject)
          Install the look and feel
 

Uses of XProject in net.xoetrope.optional.langmgr
 

Fields in net.xoetrope.optional.langmgr declared as XProject
protected  XProject EncodedLanguageResourceBundleLoader.currentProject
           
 

Constructors in net.xoetrope.optional.langmgr with parameters of type XProject
EncodedLanguageResourceBundleLoader(XProject project)
          Creates a new instance of EncodedLanguageResourceBundleLoader
 

Uses of XProject in net.xoetrope.optional.layout
 

Constructors in net.xoetrope.optional.layout with parameters of type XProject
GuideSupport(XProject project)
          Create a new GuideSupport
 

Uses of XProject in net.xoetrope.optional.resources
 

Constructors in net.xoetrope.optional.resources with parameters of type XProject
XRemoteClassLoader(XProject project)
          Create a new class loader.
 

Uses of XProject in net.xoetrope.optional.scripts
 

Fields in net.xoetrope.optional.scripts declared as XProject
protected  XProject ScriptAttributeEvaluator.currentProject
           
 

Methods in net.xoetrope.optional.scripts with parameters of type XProject
 void ScriptAttributeEvaluator.setCurrentProject(XProject project)
          Set the current project and complete any initialization that depends on the project reference/instance.
 void ScriptEngine.setProject(XProject proj)
          Set the owning project
 

Uses of XProject in net.xoetrope.optional.scripts.beanshell
 

Methods in net.xoetrope.optional.scripts.beanshell with parameters of type XProject
 void BeanShellScriptEngine.setProject(XProject proj)
          Set the owning project
 

Uses of XProject in net.xoetrope.optional.scripts.javascript
 

Methods in net.xoetrope.optional.scripts.javascript with parameters of type XProject
 void JavaScriptEngine.setProject(XProject proj)
          Set the owning project
 

Uses of XProject in net.xoetrope.optional.service
 

Fields in net.xoetrope.optional.service declared as XProject
protected  XProject XRouteManager.currentProject
          The owner project
 

Methods in net.xoetrope.optional.service with parameters of type XProject
static XServiceModelNode XServiceHelper.getService(XProject project, java.lang.String serviceName)
          Set a named service node from the model.
static ServiceProxy XServiceHelper.getServiceProxy(XProject project, java.lang.String serviceName)
          Set a named service proxy from the model.
static XRouteManager XRouteManager.setupRouteManager(XProject project)
          Setup and instance of the route manager for a project
 

Constructors in net.xoetrope.optional.service with parameters of type XProject
XRouteManager(XProject project)
          null ctor.
 

Uses of XProject in net.xoetrope.registry
 

Fields in net.xoetrope.registry declared as XProject
protected  XProject XRegisteredComponentFactory.currentProject
           
 

Constructors in net.xoetrope.registry with parameters of type XProject
ComponentCustomizer(XProject project)
          Creates a new instance of ComponentCustomizer
XRegisteredComponentFactory(XProject project)
          Create the new component factory
 

Uses of XProject in net.xoetrope.swing
 

Fields in net.xoetrope.swing declared as XProject
protected  XProject XTabPanel.currentProject
           
protected  XProject XTable.currentProject
           
protected  XProject XMetaContent.currentProject
           
protected  XProject XMenuBar.currentProject
           
protected  XProject XImagePainter.currentProject
           
protected  XProject XImageButton.currentProject
          The current project
protected  XProject XImage.currentProject
          The current project
protected  XProject XGradientBackground.currentProject
           
protected  XProject XButton.currentProject
           
 

Methods in net.xoetrope.swing with parameters of type XProject
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window
 

Constructors in net.xoetrope.swing with parameters of type XProject
SwingComponentFactory(XProject project)
          Create a new component factory
 

Uses of XProject in net.xoetrope.swing.app
 

Fields in net.xoetrope.swing.app declared as XProject
protected  XProject XInternalFrame.currentProject
           
protected  XProject XDockingApp.currentProject
           
 

Methods in net.xoetrope.swing.app with parameters of type XProject
 void XuiProxy.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window
 void XDockingApp.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 void XDesktopApp.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Constructors in net.xoetrope.swing.app with parameters of type XProject
XInternalFrame(XProject project)
          Creates a new instance of XInternalFrame
 

Uses of XProject in net.xoetrope.swing.deploy
 

Methods in net.xoetrope.swing.deploy with parameters of type XProject
static XSystemTrayManager XSystemTrayManager.getInstance(XProject project)
           
 

Uses of XProject in net.xoetrope.swing.dnd
 

Methods in net.xoetrope.swing.dnd with parameters of type XProject
static XTransferHandlerFactory XTransferHandlerFactory.getInstance(XProject project)
          Get an instance of the factory, registering with the project if necessary
 void XModelTransferHandler.setup(XProject project, java.lang.Object comp, java.util.Hashtable handlerConfig, java.util.Hashtable instConfig)
          Configure the transfer handler
 

Constructors in net.xoetrope.swing.dnd with parameters of type XProject
XTransferHandlerFactory(XProject project)
           
 

Uses of XProject in net.xoetrope.swing.tree
 

Methods in net.xoetrope.swing.tree with parameters of type XProject
 void XTreeBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 

Uses of XProject in net.xoetrope.swt
 

Fields in net.xoetrope.swt declared as XProject
protected  XProject XSwtEventHandler.currentProject
           
protected  XProject XMenuBar.currentProject
           
protected  XProject XImage.currentProject
          The current project
protected  XProject SwtComponentFactory.currentProject
           
protected  XProject XSwtPage.project
           
 

Methods in net.xoetrope.swt that return XProject
 XProject XSwtPage.getProject()
          Get the current project, the project that owns this page
 

Methods in net.xoetrope.swt with parameters of type XProject
 boolean XSwtPage.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
static void SwtDataBindingFactory.register(XProject project)
          Register an instance of this binding factory.
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Constructors in net.xoetrope.swt with parameters of type XProject
SwtComponentFactory(XProject project)
          Create a new component factory
XSwtEventHandler(XProject project, java.lang.Object c, XValidationHandler vh)
          Create a new XSwtEventHandler
 

Uses of XProject in net.xoetrope.swt.tree
 

Methods in net.xoetrope.swt.tree with parameters of type XProject
 void XTreeBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 

Uses of XProject in net.xoetrope.xui
 

Fields in net.xoetrope.xui declared as XProject
protected static XProject XProjectManager.currentProject
          The current XProject being used
protected  XProject XPathEvaluator.currentProject
          The project to which this object belongs
protected  XProject XPageManager.currentProject
          The owner project and the context in which this object operates.
 XProject XPageHelper.currentProject
          The currently active XProject instance
protected  XProject XEventHandler.currentProject
          The current project, the project that ultimately owns this event handler
protected  XProject XComponentFactory.currentProject
          The project that owns this factory
protected  XProject XApplicationContext.currentProject
           
protected  XProject XPage.project
          The owner project.
 

Methods in net.xoetrope.xui that return XProject
static XProject XProjectManager.getCurrentProject()
          Get the current or active project, in most cases getCurrentProject( XStartupObject ) should be called instead of getCurrentProject.
static XProject XProjectManager.getCurrentProject(XStartupObject so)
          Get the current or active project.
 XProject XPage.getProject()
          Get the current project, the project that owns this page
 XProject PageSupport.getProject()
          Get the current project, the project that owns this page
static XProject XProjectManager.getProject(java.lang.String name)
          Get a named project, the project is then set as the current project.
 

Methods in net.xoetrope.xui with parameters of type XProject
static java.lang.String XProjectManager.addProject(java.lang.String name, XProject proj)
          Add a new project
 boolean XLifeCycleListener.canClose(XProject project)
          Can the current project close?
 boolean XPageHelper.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 boolean XPage.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 boolean PageSupport.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 void XLifeCycleListener.initialize(XProject project)
          Called when the application/applet has been created and initialized.
static void XProjectManager.setCurrentProject(XProject proj)
          Set the current project
 void XStartupObject.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window
 

Constructors in net.xoetrope.xui with parameters of type XProject
XComponentFactory(XProject proj, java.lang.String packageName)
          Constructs a component factory
XEventHandler(XProject project, java.lang.Object c, XValidationHandler vh)
          Create an event handler
XPageHelper(XProject project, PageSupport thePage)
          Creates a new instance of XPageHelper
XPageManager(XProject project)
          Constructor which creates a hastable to store the pages
XPathEvaluator(XProject project, PageSupport page)
          Creates a new instance of XPathEvaluator
 

Uses of XProject in net.xoetrope.xui.build.conditional
 

Methods in net.xoetrope.xui.build.conditional with parameters of type XProject
 boolean ShutdownHook.canClose(XProject project)
          Add a listener for startup and shutdown events
 

Constructors in net.xoetrope.xui.build.conditional with parameters of type XProject
ShutdownHook(XProject project)
           
 

Uses of XProject in net.xoetrope.xui.data
 

Fields in net.xoetrope.xui.data declared as XProject
protected  XProject XDataBindingFactory.currentProject
           
protected  XProject XDataBinding.currentProject
           
 

Methods in net.xoetrope.xui.data with parameters of type XProject
static XModel XModelHelper.get(XProject project, java.lang.Object baseNode, java.lang.String path)
          Get the model value for the specificed path and return its value as a model node
static java.lang.String XModelHelper.getString(XProject project, java.lang.Object baseNode, java.lang.String path)
          Get the model value for the specificed path and return its value as a model node
static void XRegisteredDataBindingFactory.register(XProject currentProject)
          Register an instance of this binding factory.
static void XBasicDataBindingFactory.register(XProject currentProject)
          Deprecated. Register an instance of this binding factory.
 XModel XModel.reset(XProject currentProject)
          Reset the whole model, giving a new root node and a new hierarchy 'deprecated since 1.0.3
static void XModelHelper.set(XProject project, java.lang.Object baseNode, java.lang.String path, java.lang.Object value)
          Set the model value for the specificed child of the base node
static void XModelHelper.setCurrentProject(XProject project)
          Set the current project, used for methods that do not provide a project as an argument
 void XTextBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XStateBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XRadioBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XListBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
 void XLabelBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
abstract  void XDataBinding.setup(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          Setup and configure the binding instance.
protected  void XDataBinding.setupHelper(XProject project, java.lang.Object c, java.util.Hashtable bindingConfig, java.util.Hashtable instanceConfig)
          A helper designed to be called by the constructor of each binding to store the common parameters.
 

Constructors in net.xoetrope.xui.data with parameters of type XProject
XDataBindingFactory(XProject project)
           
 

Uses of XProject in net.xoetrope.xui.evaluator
 

Fields in net.xoetrope.xui.evaluator declared as XProject
protected  XProject XDefaultAttributeEvaluator.currentProject
           
 

Methods in net.xoetrope.xui.evaluator with parameters of type XProject
 void XDefaultAttributeEvaluator.setCurrentProject(XProject project)
          Set the current project and complete any initialization that depends on the project reference/instance.
 void XAttributeEvaluator.setCurrentProject(XProject project)
          Set the current project and complete any initialization that depends on the project reference/instance.
 

Constructors in net.xoetrope.xui.evaluator with parameters of type XProject
XDefaultAttributeEvaluator(XProject project)
          Create a new evaluator
 

Uses of XProject in net.xoetrope.xui.events
 

Methods in net.xoetrope.xui.events with parameters of type XProject
static void XActionManager.register(XProject currentProject)
          Register an instance of this binding factory.
 

Uses of XProject in net.xoetrope.xui.exception
 

Methods in net.xoetrope.xui.exception with parameters of type XProject
 boolean XExceptionHandler.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 

Uses of XProject in net.xoetrope.xui.helper
 

Fields in net.xoetrope.xui.helper declared as XProject
protected  XProject XDefaultTranslator.currentProject
           
 

Methods in net.xoetrope.xui.helper with parameters of type XProject
static void XuiUtilities.applyStyle(XProject currentProject, java.lang.Object comp, java.lang.String styleName)
          Apply a style to a component
static java.lang.String XuiUtilities.translate(XProject currentProject, java.lang.String key)
          Translate a key to the current language
 

Constructors in net.xoetrope.xui.helper with parameters of type XProject
XDefaultTranslator(XProject project)
          Creates a new instance of XDefaultTranslator
 

Uses of XProject in net.xoetrope.xui.registry
 

Methods in net.xoetrope.xui.registry with parameters of type XProject
 void XRegistrationSetup.setup(XProject project, java.lang.Object comp, java.util.Hashtable registrationConfig, java.util.Hashtable instanceConfig)
          Configure the transfer handler
 

Constructors in net.xoetrope.xui.registry with parameters of type XProject
XRegistrationFactory(XProject project, java.lang.String factoryName, java.lang.String basicConfigFile, java.lang.String startupKey, java.lang.String defaultProjectConfigFile)
           
 

Uses of XProject in net.xoetrope.xui.style
 

Fields in net.xoetrope.xui.style declared as XProject
protected  XProject XStyleManager.currentProject
          The XProject for which this instance of the XStyleManager is working
 

Constructors in net.xoetrope.xui.style with parameters of type XProject
XStyleFactory(XProject project, java.lang.String packageName)
          Create the StyleFactory and initialise with an XStyleManager.
XStyleManager(XProject project)
          Construct a new style manager.
XStyleManager(XProject project, int styleCount)
          Construct a new style manager with an initial size.
 

Uses of XProject in net.xoetrope.xui.validation
 

Fields in net.xoetrope.xui.validation declared as XProject
protected  XProject XValidationFactory.currentProject
           
protected  XProject XBaseValidator.currentProject
          The owner project and the context for this object
 

Methods in net.xoetrope.xui.validation with parameters of type XProject
 boolean XValidationHandler.handleEventHandlerException(XProject project, java.lang.Object container, java.lang.Throwable error)
          Handle an exception during the invocation of a page's event handler.
 

Constructors in net.xoetrope.xui.validation with parameters of type XProject
XBaseValidator(XProject project)
           
XMandatoryValidator(XProject project)
          Applied to components when input is simply mandatory
XMinMaxValidator(XProject project)
          Constructors the XMinMaxValidator
XValidationFactory(XProject project)
          Constructor which reads validations from the reader