Java update - cleanup javadoc @see tags

Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
This commit is contained in:
Noel Grandin 2012-07-02 13:24:38 +02:00 committed by Caolán McNamara
parent 360f566cf9
commit bf542dfdba
47 changed files with 97 additions and 106 deletions

View File

@ -34,7 +34,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param ActuatingPropertyName the id of the actuating property.
* @param NewValue the new value of the property
* @param OldValue the old value of the property
@ -55,7 +55,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param xEventListener the listener to notify about changes
*/
public void addEventListener(com.sun.star.lang.XEventListener xEventListener) {
@ -70,7 +70,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName The name of the property whose value is to be converted.
* @param PropertyValue The to-be-converted property value.
* @param ControlValueType The target type of the conversion. This type is determined by the control which is used to display the property, which in turn is determined by the handler itself in describePropertyLine .
@ -88,7 +88,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName The name of the conversion's target property.
* @param ControlValue The to-be-converted control value. This value has been obtained from an XPropertyControl , using its Value attribute.
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@ -99,12 +99,11 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName the name of the property whose user interface is to be described
* @param out_Descriptor the descriptor of the property line, to be filled by the XPropertyHandler implementation
* @param ControlFactory a factory for creating XPropertyControl instances. Must not be NULL .
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler
*
* @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if ControlFactory is NULL .
*/
public LineDescriptor describePropertyLine(
@ -116,13 +115,13 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
*/
public void dispose() {
}
/**
* This method currently do nothig
* This method currently does nothing
* @return null
*/
public String[] getActuatingProperties() {
@ -130,7 +129,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName the name of the property whose state is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@ -141,7 +140,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName the name of the property whose value is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@ -151,7 +150,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @return null
*/
public String[] getSupersededProperties() {
@ -167,7 +166,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param Component the component to inspect. Must not be NULL
* @throws com.sun.star.lang.NullPointerException com::sun::star::lang::NullPointerException if the component is NULL
*/
@ -175,7 +174,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName the name of the property whose composability is to be determined
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
*
@ -187,7 +186,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName The name of the property whose browse button has been clicked
* @param Primary true if and only if the primary button has been clicked, false otherwise
* @param out_Data If the method returns InteractiveSelectionResult::ObtainedValue , then _rData contains the value which has been interactively obtained from the user, and which still needs to be set at the inspected component.
@ -215,14 +214,14 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param xPropertyChangeListener the listener to be revoke
*/
public void removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) {
}
/**
* This method currently do nothig
* This method currently does nothing
* @param PropertyName the name of the property whose value is to be set
* @param Value the property value to set
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@ -231,7 +230,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
* @param Suspend Whether the handler is to be suspended true or reactivated ( false ). The latter happens if a handler was successfully suspended, but an external instance vetoed the whole suspension process.
* @return false
*/
@ -240,9 +239,8 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
* This method currently do nothig
* This method currently does nothing
*/
public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws UnknownPropertyException, com.sun.star.lang.NullPointerException {
}

View File

@ -503,9 +503,9 @@ public class MultiPropertyTest extends MultiMethodTest
* specified as parameters.
*
* @param val1 Not <code>null</code> value for the property
* tested.
* @param val1 Not <code>null</code> value for the property
* tested which differs from the first value.
* tested.
* @param val2 Not <code>null</code> value for the property
* tested which differs from the first value.
*/
public PropertyValueSwitcher(Object val1, Object val2)
{

View File

@ -254,7 +254,7 @@ public class SQLExecution {
* @param command The command.
* @param update If true, it is a update/alter command instead of an select
* command
* @return A HashMap with the result.
* @param output A HashMap with the result.
*/
private void execute(String command, HashMap<String, String[]> output, boolean update) {
if (m_bDebug)

View File

@ -397,9 +397,8 @@ public class DBTools {
/**
* Performs connection to DataSource specified.
* @param dbSource <code>com.sun.star.sdb.DataSource</code> service
* specified data source which must be already registered in the
* <code>DatabaseContext</code> service.
* @param dbSource Data source to be connected to.
* specified data source which must be already registered in the
* <code>DatabaseContext</code> service.
* @return Connection to the data source.
*/
public XConnection connectToSource(Object dbSource)

View File

@ -139,9 +139,7 @@ public class DrawTools {
* @param x the x-position of the shape
* @param y the y-position of the shape
* @param kind the kind of the shape ('Ellipse', 'Line' or 'Rectangle')
* @return the created XShape
*/
public void addShape( XComponent oDoc, int height, int width, int x,
int y, String kind ) {

View File

@ -129,7 +129,7 @@ public interface PropertyName {
/**
* parameter name: "NoCwsAttach"<p>
* If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was not attached to EIS<p>
* @see tests.complex.unoapi.CheckModuleAPI
* @see complex.unoapi.CheckModuleAPI
*/
final public static String NO_CWS_ATTACH = "NoCwsAttach";
/**

View File

@ -899,7 +899,7 @@ public class XMLTools {
* @param xDoc Target document to be imported.
* @param docType Type of document (for example 'Calc', 'Writer', 'Draw')
* The type must start with <b>capital</b> letter.
* @param exportType The type of export specifies if the whole
* @param importType The type of export specifies if the whole
* document will be exported or one of its parts (Meta info, Styles, etc.).
* The following types supported (it hardly depends of XML data in file) :
* "" (empty string) - for the whole document ;

View File

@ -167,7 +167,7 @@ public class MyPersistObject implements XPersistObject, XTypeProvider,
/**
* Fuction to get information about the property set.
* Function to get information about the property set.
* @return The information
* @see com.sun.star.io.XPropertySet
*/

View File

@ -69,7 +69,7 @@ public class _XAccessibleSelection extends MultiMethodTest {
* Retrieves the interface <code>XAccessibleContext</code>
* and object relation.
* @see com.sun.star.accessibility.XAccessibleContext
* @see ifc.accessibility.XAccessibleContext
* @see ifc.accessibility._XAccessibleContext
*/
protected void before() {
xAC = UnoRuntime.queryInterface(

View File

@ -43,7 +43,7 @@ import com.sun.star.frame.DispatchResultEvent;
* <ul> <p>
* @see com.sun.star.frame.XDispatch
* @see com.sun.star.frame.XNotifyingDispatch
* @see ifc.frmae._XDispatch
* @see ifc.frame._XDispatch
*/
public class _XNotifyingDispatch extends MultiMethodTest {

View File

@ -296,7 +296,7 @@ public class _XCharacterClassification extends MultiMethodTest {
* is equal to a number where element is located in array. Also method has
* <b> OK </b> status for symbol with code 55296, because it doesn't work
* since it hasn't the right neighborhood.<p>
* @see http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html
* @see "http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html"
*/
public void _getScript() {
boolean res = true;

View File

@ -45,7 +45,7 @@ import util.utils;
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* After test completion object environment has to be recreated.
* @see com.sun.star.###
* @see com.sun.star
*/
public class _XImplementationRegistration extends MultiMethodTest {

View File

@ -65,7 +65,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
* <li><code>XPropertySet xProp</code></li>
* <li><code>String colName</code></li>
* </ul> <p>
* @see om.sun.star.sdb.XSingleSelectQueryAnalyzer
* @see com.sun.star.sdb.XSingleSelectQueryAnalyzer
* @see com.sun.star.beans.XPropertySet
*/
protected void before() /* throws Exception*/ {

View File

@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
* </li>
* <li>"XCellRangesQuery.EXPECTEDRESULTS": the expected results for the test
* methods as a String array.<br>
* @see mod._sc.ScCellCurserObj or
* @see mod._sc.ScCellCursorObj or
* @see mod._sc.ScCellObj for an example how this should look like.
* </li>
* </ul>

View File

@ -53,10 +53,10 @@ import util.utils;
* @see com.sun.star.container.XElementAccess
* @see com.sun.star.uno.XNamingService
* @see com.sun.star.sdb.DatabaseContext
* @see ifc.container.XNameAccess
* @see ifc.container.XEnumerationAccess
* @see ifc.container.XElementAccess
* @see ifc.uno.XNamingService
* @see ifc.container._XNameAccess
* @see ifc.container._XEnumerationAccess
* @see ifc.container._XElementAccess
* @see ifc.uno._XNamingService
*/
public class ODatabaseContext extends TestCase {
@ -73,7 +73,7 @@ public class ODatabaseContext extends TestCase {
* Needed object relations :
* <ul>
* <li> <code>'XNamingService.RegisterObject'</code> for
* {@link ifc.namingservice.XNamingService} as an
* {@link ifc.uno._XNamingService} as an
* instance of <code>com.sun.star.sdb.DataSource</code>
* service. </li>
* </ul>

View File

@ -58,14 +58,14 @@ import com.sun.star.task.XInteractionHandler;
* <li> <code>com::sun::star::beans::XPropertySet</code></li>
* </ul>
*
* @see com.sun.star.sdb.XQueryDefinitionSupplier
* @see com.sun.star.sdb.XQueryDefinitionsSupplier
* @see com.sun.star.sdb.XFormDocumentsSupplier
* @see com.sun.star.beans.XPropertySet
* @see com.sun.star.sdb.DataSource
* @see com.sun.star.sdb.XCompletedConnection
* @see com.sun.star.util.XFlushable
* @see com.sun.star.sdb.XReportDocumentsSupplier
* @see ifc.sdb._XQueryDefinitionSupplier
* @see ifc.sdb._XQueryDefinitionsSupplier
* @see ifc.sdb._XFormDocumentsSupplier
* @see ifc.beans._XPropertySet
* @see ifc.sdb._DataSource

View File

@ -151,13 +151,13 @@ public class OSingleSelectQueryComposer extends TestCase {
* <ul>SingleSelectQueryAnalyzer
* <li> <code>'xComposer'</code> for
* {@link ifc.sdb.XSingleSelectQueryAnalyzer} interface
* {@link ifc.sdb._XSingleSelectQueryAnalyzer} interface
* <li> <code>'xQueryAna'</code> for
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
* <li> <code>'xProp'</code> for
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
* <li> <code>'colName'</code> for
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
* </ul>
*
*/

View File

@ -201,16 +201,16 @@ public class SbaXGridControl extends TestCase {
* Object relations created :
* <ul>
* <li> <code>'GRAPHICS'</code> for
* {@link ifc.awt_XView} test : <code>XGraphics</code>
* {@link ifc.awt._XView} test : <code>XGraphics</code>
* object different that belong to the object tested.</li>
* <li> <code>'CONTEXT'</code> for
* {@link ifc.awt._XControl} </li>
* <li> <code>'WINPEER'</code> for
* {@link ifc.awt._XCOntrol} </li>
* {@link ifc.awt._XControl} </li>
* <li> <code>'TOOLKIT'</code> for
* {@link ifc.awt._XCOntrol} </li>
* {@link ifc.awt._XControl} </li>
* <li> <code>'MODEL'</code> for
* {@link ifc.awt._XCOntrol} </li>
* {@link ifc.awt._XControl} </li>
* <li> <code>'XWindow.AnotherWindow'</code> for
* {@link ifc.awt._XWindow} for switching focus.</li>
* <li> <code>'XDispatch.URL'</code> for

View File

@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::sdbc::XDriverManager</code></li>
* </ul>
* @see com.sun.star.sdbc.XDriverManager
* @see ifc.sdbc.XDriverManager
* @see ifc.sdbc._XDriverManager
*/
public class OConnectionPool extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {

View File

@ -154,13 +154,13 @@ public class OEditControl extends TestCase {
* {@link ifc.awt._XWindow} : the controller of another
* component. </li>
* <li> <code>'Win1'</code> for
* {@link ifc.form.XChangeBroadcaster} : the window (controller)
* {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of the tested component. </li>
* <li> <code>'Win2'</code> for
* {@link ifc.form.XChangeBroadcaster} : the window (controller)
* {@link ifc.form._XChangeBroadcaster} : the window (controller)
* of another component. </li>
* <li> <code>'CONTROL'</code> for
* {@link ifc.form.XChangeBroadcaster} : the controller
* {@link ifc.form._XChangeBroadcaster} : the controller
* of another component. </li>
* </ul>
*/

View File

@ -57,7 +57,6 @@ public class ModuleUIConfigurationManager extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
* @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");

View File

@ -40,7 +40,6 @@ public class ObjectMenuController extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
* @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");

View File

@ -42,7 +42,6 @@ public class PopupMenuControllerFactory extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
* @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");

View File

@ -40,7 +40,6 @@ public class UIElementFactoryManager extends TestCase {
* Cleanup: close the created document
* @param tParam The test parameters.
* @param log The log writer.
* @return The test environment.
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");

View File

@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
* </ul> <p>
*
* @see com::sun::star::util::XStringSubstitution
* @see com.sun.star.util.XStringSubstitution
* @see ifc.util._XStringSubstitution
*/
public class SubstituteVariables extends TestCase {

View File

@ -66,7 +66,7 @@ import util.SOfficeFactory;
* @see ifc.container._XNameContainer
* @see ifc.container._XNameReplace
* @see ifc.document._XTypeDetection
* @see ifc.util.XFlushable
* @see ifc.util._XFlushable
*/
public class TypeDetection extends TestCase {

View File

@ -35,7 +35,7 @@ import com.sun.star.uno.XInterface;
* <ul>
* <li> <code>com::sun::star::i18n::Calendar</code></li>
* </ul>
* @see ifc.i18n._Calendar
* @see ifc.i18n._XCalendar
*/
public class CalendarImpl extends TestCase {

View File

@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
public class Invocation extends TestCase {
/**
* Creating a Testenvironment for the interfaces to be tested.
* Creating a TestEnvironment for the interfaces to be tested.
* Creates service <code>com.sun.star.script.Invocation</code>.
* Object relations created :
* <ul>

View File

@ -38,7 +38,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::lang::XTypeProvider</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* threads concurrently.
* @see com.sun.star.datatransfer.XMimeContentTypeFactory
* @see com.sun.star.lang.XServiceInfo
* @see com.sun.star.lang.XTypeProvider

View File

@ -64,11 +64,11 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleTable
* @see com.sun.star.accessibility.XAccessibleContext
* @see ifc.n.star.accessibility._XAccessibleSelection
* @see ifc.n.star.accessibility._XAccessibleEventBroadcaster
* @see ifc.n.star.accessibility._XAccessibleComponent
* @see ifc.n.star.accessibility._XAccessibleTable
* @see ifc.n.star.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleSelection
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility._XAccessibleTable
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleCell extends TestCase {

View File

@ -56,8 +56,8 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster
* @see com.sun.star.accessibility.XAccessibleSelection
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleEventBroadcaster
* @see ifc.accessibility.XAccessibleSelection
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleSelection
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleDocument extends TestCase {

View File

@ -64,8 +64,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
* @see ifc.n.star.accessibility._XAccessibleComponent
* @see ifc.n.star.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessibleDocumentPagePreview extends TestCase {

View File

@ -68,8 +68,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
* @see ifc.n.star.accessibility._XAccessibleComponent
* @see ifc.n.star.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessiblePageHeader extends TestCase {

View File

@ -65,8 +65,8 @@ import com.sun.star.util.XURLTransformer;
*
* @see com.sun.star.accessibility.XAccessibleComponent
* @see com.sun.star.accessibility.XAccessibleContext
* @see ifc.n.star.accessibility._XAccessibleComponent
* @see ifc.n.star.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility._XAccessibleContext
*/
public class ScAccessiblePageHeaderArea extends TestCase {

View File

@ -183,7 +183,7 @@ public class ChXDiagram extends TestCase {
* <ul>
* <li> <code>'CHARTDOC'</code> for
* {@link ifc.chart._Dim3DDiagram}, {@link ifc.chart._StockDiagram},
* {@link ifc.chart._ChartAxisZSupplier}, {@link _LineDiagram},
* {@link ifc.chart._ChartAxisZSupplier}, {@link ifc.chart._LineDiagram},
* {@link ifc.chart._BarDiagram}, {@link ifc.chart._Diagram},
* {@link ifc.chart._ChartTwoAxisYSupplier},
* {@link ifc.chart._StackableDiagram}, {@link ifc.chart._Diagram},

View File

@ -121,7 +121,7 @@ public class DrawController_DrawView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second
* created document) </li>
* <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will
* {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li>
* </ul>
* @see com.sun.star.frame.XModel

View File

@ -68,7 +68,7 @@ import com.sun.star.util.XURLTransformer;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleText
* @see ifc.accessibility._XAccessibleText
*/
public class AccessibleIconChoiceCtrlEntry extends TestCase {

View File

@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::text::XDefaultNumberingProvider</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* threads concurrently.
* @see ifc.text._DefaultNumberingProvider
* @see ifc.text._XDefaultNumberingProvider
*/

View File

@ -79,9 +79,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility.XAccessibleText
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleValue
* @see ifc.accessibility._XAccessibleText
*/
public class AccessibleRadioButton extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -68,9 +68,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility.XAccessibleAction
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleValue
* @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleScrollBar extends TestCase {
private static XComponent xDoc;

View File

@ -69,9 +69,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility.XAccessibleAction
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleValue
* @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleStatusBar extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -68,9 +68,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility.XAccessibleAction
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleValue
* @see ifc.accessibility._XAccessibleAction
*/
public class AccessibleStatusBarItem extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -75,8 +75,8 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleSelection
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleSelection
*/
public class AccessibleTabControl extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -73,7 +73,7 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleExtendedComponent
*/
public class AccessibleTabPage extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -60,7 +60,7 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleExtendedComponent
*/
public class AccessibleToolBox extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -71,10 +71,10 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleAction
* @see ifc.accessibility.XAccessibleText
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleAction
* @see ifc.accessibility._XAccessibleText
* @see ifc.accessibility._XAccessibleValue
*/
public class AccessibleToolBoxItem extends TestCase {
private static XTextDocument xTextDoc;

View File

@ -73,10 +73,10 @@ import util.SOfficeFactory;
* @see ifc.accessibility._XAccessibleEventBroadcaster
* @see ifc.accessibility._XAccessibleContext
* @see ifc.accessibility._XAccessibleComponent
* @see ifc.accessibility.XAccessibleExtendedComponent
* @see ifc.accessibility.XAccessibleAction
* @see ifc.accessibility.XAccessibleText
* @see ifc.accessibility.XAccessibleValue
* @see ifc.accessibility._XAccessibleExtendedComponent
* @see ifc.accessibility._XAccessibleAction
* @see ifc.accessibility._XAccessibleText
* @see ifc.accessibility._XAccessibleValue
*/
public class AccessibleWindow extends TestCase {
private static XTextDocument xTextDoc;