Uses of Interface
org.openbp.jaspira.propertybrowser.PropertyBrowser

Packages that use PropertyBrowser
org.openbp.cockpit.generator.wizard   
org.openbp.cockpit.modeler.paramvaluewizard   
org.openbp.cockpit.plugins.variables   
org.openbp.guiclient.objectvalidators   
org.openbp.jaspira.gui.wizard   
org.openbp.jaspira.plugins.propertybrowser   
org.openbp.jaspira.propertybrowser   
org.openbp.jaspira.propertybrowser.editor   
org.openbp.jaspira.propertybrowser.nodes   
 

Uses of PropertyBrowser in org.openbp.cockpit.generator.wizard
 

Methods in org.openbp.cockpit.generator.wizard with parameters of type PropertyBrowser
 boolean WizardObjectPage.executeSave(PropertyBrowser pb)
          Called when the object needs to be saved.
 

Uses of PropertyBrowser in org.openbp.cockpit.modeler.paramvaluewizard
 

Methods in org.openbp.cockpit.modeler.paramvaluewizard with parameters of type PropertyBrowser
 boolean ConfigurationBeanPage.executeSave(PropertyBrowser pb)
          Called when the object needs to be saved.
 

Uses of PropertyBrowser in org.openbp.cockpit.plugins.variables
 

Methods in org.openbp.cockpit.plugins.variables with parameters of type PropertyBrowser
 boolean VariablesPlugin.executeSave(PropertyBrowser editor)
          This method is called by the property browser when the list of variables needs to be saved.
 boolean VariablesContainerValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 

Uses of PropertyBrowser in org.openbp.guiclient.objectvalidators
 

Methods in org.openbp.guiclient.objectvalidators with parameters of type PropertyBrowser
static void ModelObjectValidator.checkNameUniqueness(ModelObject editedObject, PropertyBrowser pb)
          Checks if the name of this object is unique in the collection it iscontain in - if any.
 boolean ValidatorBase.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 boolean NodeSocketValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 boolean ModelValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 boolean ModelObjectValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 boolean InitialNodeValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 boolean ComplexTypeValidator.validateObject(java.lang.Object editedObject, PropertyBrowser pb)
          Validates the entire object before it will be saved.
 

Uses of PropertyBrowser in org.openbp.jaspira.gui.wizard
 

Methods in org.openbp.jaspira.gui.wizard that return PropertyBrowser
 PropertyBrowser JaspiraWizardObjectPage.getPropertyBrowser()
          Gets the property browser.
 

Methods in org.openbp.jaspira.gui.wizard with parameters of type PropertyBrowser
abstract  boolean JaspiraWizardObjectPage.executeSave(PropertyBrowser editor)
          Override this method when the object needs to be saved.
 

Uses of PropertyBrowser in org.openbp.jaspira.plugins.propertybrowser
 

Methods in org.openbp.jaspira.plugins.propertybrowser with parameters of type PropertyBrowser
 boolean PropertyBrowserPlugin.executeSave(PropertyBrowser editor)
          Executes the save procedure for the current item of the specified property browser.
 

Uses of PropertyBrowser in org.openbp.jaspira.propertybrowser
 

Classes in org.openbp.jaspira.propertybrowser that implement PropertyBrowser
 class PropertyBrowserImpl
          This provides a JTreeTable implementation of the property browser interface.
 

Fields in org.openbp.jaspira.propertybrowser declared as PropertyBrowser
 PropertyBrowser PropertyBrowserEvent.propertyBrowser
          Property browser
 

Methods in org.openbp.jaspira.propertybrowser that return PropertyBrowser
 PropertyBrowser PropertyBrowserModel.getPropertyBrowser()
          Gets the property browser.
 

Methods in org.openbp.jaspira.propertybrowser with parameters of type PropertyBrowser
 boolean SaveStrategy.executeSave(PropertyBrowser editor)
          Executes the save procedure for the current item of the specified property browser.
 boolean ObjectValidator.validateObject(java.lang.Object editedObject, PropertyBrowser propertyBrowser)
          Validates the entire object before it will be saved.
 

Constructors in org.openbp.jaspira.propertybrowser with parameters of type PropertyBrowser
PropertyBrowserEvent(int eventType, PropertyBrowser propertyBrowser, AbstractNode node)
          Constructor.
 

Uses of PropertyBrowser in org.openbp.jaspira.propertybrowser.editor
 

Fields in org.openbp.jaspira.propertybrowser.editor declared as PropertyBrowser
protected  PropertyBrowser AbstractPropertyEditor.propertyBrowser
          property browser instance if this property is used within the context of an property browser
 

Methods in org.openbp.jaspira.propertybrowser.editor that return PropertyBrowser
 PropertyBrowser PropertyEditor.getPropertyBrowser()
          Gets the property browser instance if this property is used within the context of an property browser.
 PropertyBrowser AbstractPropertyEditor.getPropertyBrowser()
          Gets the property browser instance if this property is used within the context of an property browser.
 

Methods in org.openbp.jaspira.propertybrowser.editor with parameters of type PropertyBrowser
 void PropertyEditor.setPropertyBrowser(PropertyBrowser propertyBrowser)
          Sets the property browser instance if this property is used within the context of an property browser.
 void AbstractPropertyEditor.setPropertyBrowser(PropertyBrowser propertyBrowser)
          Sets the property browser instance if this property is used within the context of an property browser.
 

Uses of PropertyBrowser in org.openbp.jaspira.propertybrowser.nodes
 

Methods in org.openbp.jaspira.propertybrowser.nodes that return PropertyBrowser
 PropertyBrowser AbstractNode.getPropertyBrowser()
          Gets the property browser that owns the node.
 



Copyright © 2011. All Rights Reserved.