Uses of Class
org.jtheque.core.managers.error.JThequeError

Packages that use JThequeError
org.jtheque.core.managers.error Contains the error manager. 
org.jtheque.core.managers.module.loaders Contains the loaders for the module. 
org.jtheque.core.managers.view Contains the view manager. 
org.jtheque.core.managers.view.able Interfaces of the view. 
org.jtheque.core.managers.view.impl Contains the swing part of the view. 
org.jtheque.core.managers.view.impl.components.config Contains all the panels for the configuration. 
org.jtheque.core.managers.view.impl.frame Contains the frames of the application. 
org.jtheque.core.managers.view.impl.frame.abstraction Contains the abstract frames. 
org.jtheque.core.utils.ui Contains the ui utils. 
org.jtheque.core.utils.ui.constraints Contains the classes to manage the constraint of the entity. 
 

Uses of JThequeError in org.jtheque.core.managers.error
 

Subclasses of JThequeError in org.jtheque.core.managers.error
 class InternationalizedError
          An error with its message and details internationalized.
 

Methods in org.jtheque.core.managers.error that return types with arguments of type JThequeError
 java.util.List<JThequeError> IErrorManager.getErrors()
          Return all the errors.
 java.util.List<JThequeError> ErrorManager.getErrors()
           
 

Methods in org.jtheque.core.managers.error with parameters of type JThequeError
 void IErrorManager.addError(JThequeError error)
          Add an error.
 void ErrorManager.addError(JThequeError error)
           
 void IErrorManager.addStartupError(JThequeError error)
          Add a startup error.
 void ErrorManager.addStartupError(JThequeError error)
           
 

Uses of JThequeError in org.jtheque.core.managers.module.loaders
 

Methods in org.jtheque.core.managers.module.loaders that return types with arguments of type JThequeError
static java.lang.Iterable<JThequeError> ModuleLoader.getErrors()
          Return the errors of the loading.
 

Uses of JThequeError in org.jtheque.core.managers.view
 

Methods in org.jtheque.core.managers.view with parameters of type JThequeError
 void ViewManager.displayError(JThequeError error)
           
 void IViewManager.displayError(JThequeError error)
          Display an error.
 

Uses of JThequeError in org.jtheque.core.managers.view.able
 

Methods in org.jtheque.core.managers.view.able with parameters of type JThequeError
 void ViewDelegate.displayError(JThequeError error)
          Display an error.
 

Uses of JThequeError in org.jtheque.core.managers.view.impl
 

Methods in org.jtheque.core.managers.view.impl with parameters of type JThequeError
 void SwingViewDelegate.displayError(JThequeError error)
           
 

Uses of JThequeError in org.jtheque.core.managers.view.impl.components.config
 

Method parameters in org.jtheque.core.managers.view.impl.components.config with type arguments of type JThequeError
 void JPanelConfigOthers.validate(java.util.List<JThequeError> errors)
           
 void JPanelConfigNetwork.validate(java.util.List<JThequeError> errors)
           
 void JPanelConfigAppearance.validate(java.util.List<JThequeError> errors)
           
 void ConfigTabComponent.validate(java.util.List<JThequeError> errors)
          Validate the tab component.
 

Uses of JThequeError in org.jtheque.core.managers.view.impl.frame
 

Method parameters in org.jtheque.core.managers.view.impl.frame with type arguments of type JThequeError
protected  void UpdateView.validate(java.util.List<JThequeError> errors)
           
protected  void RepositoryView.validate(java.util.List<JThequeError> errors)
           
protected  void ModuleView.validate(java.util.List<JThequeError> errors)
           
protected  void MessageView.validate(java.util.List<JThequeError> errors)
           
protected  void LogView.validate(java.util.List<JThequeError> errors)
           
protected  void LicenceView.validate(java.util.List<JThequeError> errors)
           
protected  void ConfigView.validate(java.util.List<JThequeError> errors)
           
 

Uses of JThequeError in org.jtheque.core.managers.view.impl.frame.abstraction
 

Method parameters in org.jtheque.core.managers.view.impl.frame.abstraction with type arguments of type JThequeError
protected abstract  void SwingDialogView.validate(java.util.List<JThequeError> errors)
          Validate the view and save all the validation's errors in the list.
 

Uses of JThequeError in org.jtheque.core.utils.ui
 

Method parameters in org.jtheque.core.utils.ui with type arguments of type JThequeError
static void ValidationUtils.rejectIfEmpty(java.lang.CharSequence field, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the field if empty.
static void ValidationUtils.rejectIfEmpty(java.util.Collection<?> list, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the list if empty.
static void ValidationUtils.rejectIfEmpty(javax.swing.JList list, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the list if there is empty.
static void ValidationUtils.rejectIfLongerThan(java.lang.CharSequence field, java.lang.String name, int max, java.util.Collection<JThequeError> errors)
          Reject the field if longer than a max.
static void ValidationUtils.rejectIfNothingSelected(javax.swing.ComboBoxModel model, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the model if nothing is selected.
static void ValidationUtils.rejectIfNothingSelected(javax.swing.JList list, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the list if nothing is selected.
static void ValidationUtils.rejectIfNotNumerical(java.lang.String field, java.lang.String name, java.util.Collection<JThequeError> errors)
          Reject the field if not numerical.
 

Uses of JThequeError in org.jtheque.core.utils.ui.constraints
 

Method parameters in org.jtheque.core.utils.ui.constraints with type arguments of type JThequeError
 void NotNullConstraint.validate(java.lang.Object field, java.util.Collection<JThequeError> errors)
           
 void MaxLenghtConstraint.validate(java.lang.Object field, java.util.Collection<JThequeError> errors)
           
 void Constraint.validate(java.lang.Object field, java.util.Collection<JThequeError> errors)
          Validate the field.
static void ConstraintManager.validate(java.lang.String fieldName, java.lang.Object field, java.util.Collection<JThequeError> errors)
          Validate the field with the constraint.
 



Copyright © 2009 JTheque. All Rights Reserved.