org.openide |
Provides ErrorManager - the central place for logging and
reproting failures in NetBeans based system.
|
Java Source File Name | Type | Comment |
AsynchronousInstantiatingIteratorTest.java | Class | Testing functional implementation calling the methods to interface WizardDescriptor.AsynchronousInstantiatingIterator
from WizardDescriptor. |
AsynchronousValidatingPanelTest.java | Class | Test coveres implementation of issue 58530 - Background wizard validation. |
DialogDescriptor.java | Class | A description of a standard dialog. |
DialogDisplayer.java | Class | Permits dialogs to be displayed. |
ErrorManager.java | Class | A more or less deprecated system of managing, annotating, and classifying errors
and log messages. |
ErrorManagerCyclicDepTest.java | Class | Verify that things delegation of ErrorManager to logging and back does not cause
stack overflows. |
ErrorManagerDelegatesToLoggingTest.java | Class | Test for general ErrorManager functionality. |
ErrorManagerTest.java | Class | Test for general ErrorManager functionality. |
InstantiatingIteratorTest.java | Class | Testing functional implementation calling the methods to interface WizardDescriptor.InstantiatingIterator
from WizardDescriptor. |
LifecycleManager.java | Class | Manages major aspects of the NetBeans lifecycle - currently saving all objects and exiting. |
LoggingTestCaseHid.java | Class | Basic skeleton for logging test case. |
NotifyDescriptor.java | Class | This class provides a description of a user notification to be displayed. |
NotifyDescriptorTest.java | Class | Testing issue 56878. |
ProgressInstantiatingIteratorTest.java | Class | Testing functional implementation calling the methods to interface WizardDescriptor.ProgressInstantiatingIterator
from WizardDescriptor. |
PropertiesTest.java | Class | |
ServiceType.java | Class | This class represents an abstract subclass for services
(compilation, execution, debugging, etc.) that can be registered in
the system. |
WizardDescriptor.java | Class | Implements a basic "wizard" GUI system. |
WizardDescriptorOrderTest.java | Class | Testing the order of calling the WizardDescriptor support methods and
the methods in implemented wizard's interfaces. |
WizardDescTest.java | Class | |
WizardSetDataAndIteratorTest.java | Class | |
WizardValidationException.java | Class | The exception informs about fail in wizard panel validation and provides
a localized description what's wrong. |