Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
This commit is contained in:
parent
360f566cf9
commit
bf542dfdba
@ -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 ActuatingPropertyName the id of the actuating property.
|
||||||
* @param NewValue the new value of the property
|
* @param NewValue the new value of the property
|
||||||
* @param OldValue the old 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
|
* @param xEventListener the listener to notify about changes
|
||||||
*/
|
*/
|
||||||
public void addEventListener(com.sun.star.lang.XEventListener xEventListener) {
|
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 PropertyName The name of the property whose value is to be converted.
|
||||||
* @param PropertyValue The to-be-converted property value.
|
* @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 .
|
* @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 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.
|
* @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
|
* @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 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 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 .
|
* @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.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 .
|
* @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if ControlFactory is NULL .
|
||||||
*/
|
*/
|
||||||
public LineDescriptor describePropertyLine(
|
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() {
|
public void dispose() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method currently do nothig
|
* This method currently does nothing
|
||||||
* @return null
|
* @return null
|
||||||
*/
|
*/
|
||||||
public String[] getActuatingProperties() {
|
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
|
* @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
|
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
|
||||||
* @return null
|
* @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
|
* @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
|
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
|
||||||
* @return null
|
* @return null
|
||||||
@ -151,7 +150,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method currently do nothig
|
* This method currently does nothing
|
||||||
* @return null
|
* @return null
|
||||||
*/
|
*/
|
||||||
public String[] getSupersededProperties() {
|
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
|
* @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
|
* @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
|
* @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
|
* @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 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 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.
|
* @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
|
* @param xPropertyChangeListener the listener to be revoke
|
||||||
*/
|
*/
|
||||||
public void removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) {
|
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 PropertyName the name of the property whose value is to be set
|
||||||
* @param Value the property value to 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
|
* @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.
|
* @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
|
* @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 {
|
public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws UnknownPropertyException, com.sun.star.lang.NullPointerException {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -504,7 +504,7 @@ public class MultiPropertyTest extends MultiMethodTest
|
|||||||
*
|
*
|
||||||
* @param val1 Not <code>null</code> value for the property
|
* @param val1 Not <code>null</code> value for the property
|
||||||
* tested.
|
* tested.
|
||||||
* @param val1 Not <code>null</code> value for the property
|
* @param val2 Not <code>null</code> value for the property
|
||||||
* tested which differs from the first value.
|
* tested which differs from the first value.
|
||||||
*/
|
*/
|
||||||
public PropertyValueSwitcher(Object val1, Object val2)
|
public PropertyValueSwitcher(Object val1, Object val2)
|
||||||
|
@ -254,7 +254,7 @@ public class SQLExecution {
|
|||||||
* @param command The command.
|
* @param command The command.
|
||||||
* @param update If true, it is a update/alter command instead of an select
|
* @param update If true, it is a update/alter command instead of an select
|
||||||
* command
|
* 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) {
|
private void execute(String command, HashMap<String, String[]> output, boolean update) {
|
||||||
if (m_bDebug)
|
if (m_bDebug)
|
||||||
|
@ -399,7 +399,6 @@ public class DBTools {
|
|||||||
* @param dbSource <code>com.sun.star.sdb.DataSource</code> service
|
* @param dbSource <code>com.sun.star.sdb.DataSource</code> service
|
||||||
* specified data source which must be already registered in the
|
* specified data source which must be already registered in the
|
||||||
* <code>DatabaseContext</code> service.
|
* <code>DatabaseContext</code> service.
|
||||||
* @param dbSource Data source to be connected to.
|
|
||||||
* @return Connection to the data source.
|
* @return Connection to the data source.
|
||||||
*/
|
*/
|
||||||
public XConnection connectToSource(Object dbSource)
|
public XConnection connectToSource(Object dbSource)
|
||||||
|
@ -139,9 +139,7 @@ public class DrawTools {
|
|||||||
* @param x the x-position of the shape
|
* @param x the x-position of the shape
|
||||||
* @param y the y-position of the shape
|
* @param y the y-position of the shape
|
||||||
* @param kind the kind of the shape ('Ellipse', 'Line' or 'Rectangle')
|
* @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,
|
public void addShape( XComponent oDoc, int height, int width, int x,
|
||||||
int y, String kind ) {
|
int y, String kind ) {
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ public interface PropertyName {
|
|||||||
/**
|
/**
|
||||||
* parameter name: "NoCwsAttach"<p>
|
* parameter name: "NoCwsAttach"<p>
|
||||||
* If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was not attached to EIS<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";
|
final public static String NO_CWS_ATTACH = "NoCwsAttach";
|
||||||
/**
|
/**
|
||||||
|
@ -899,7 +899,7 @@ public class XMLTools {
|
|||||||
* @param xDoc Target document to be imported.
|
* @param xDoc Target document to be imported.
|
||||||
* @param docType Type of document (for example 'Calc', 'Writer', 'Draw')
|
* @param docType Type of document (for example 'Calc', 'Writer', 'Draw')
|
||||||
* The type must start with <b>capital</b> letter.
|
* 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.).
|
* 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) :
|
* The following types supported (it hardly depends of XML data in file) :
|
||||||
* "" (empty string) - for the whole document ;
|
* "" (empty string) - for the whole document ;
|
||||||
|
@ -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
|
* @return The information
|
||||||
* @see com.sun.star.io.XPropertySet
|
* @see com.sun.star.io.XPropertySet
|
||||||
*/
|
*/
|
||||||
|
@ -69,7 +69,7 @@ public class _XAccessibleSelection extends MultiMethodTest {
|
|||||||
* Retrieves the interface <code>XAccessibleContext</code>
|
* Retrieves the interface <code>XAccessibleContext</code>
|
||||||
* and object relation.
|
* and object relation.
|
||||||
* @see com.sun.star.accessibility.XAccessibleContext
|
* @see com.sun.star.accessibility.XAccessibleContext
|
||||||
* @see ifc.accessibility.XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
protected void before() {
|
protected void before() {
|
||||||
xAC = UnoRuntime.queryInterface(
|
xAC = UnoRuntime.queryInterface(
|
||||||
|
@ -43,7 +43,7 @@ import com.sun.star.frame.DispatchResultEvent;
|
|||||||
* <ul> <p>
|
* <ul> <p>
|
||||||
* @see com.sun.star.frame.XDispatch
|
* @see com.sun.star.frame.XDispatch
|
||||||
* @see com.sun.star.frame.XNotifyingDispatch
|
* @see com.sun.star.frame.XNotifyingDispatch
|
||||||
* @see ifc.frmae._XDispatch
|
* @see ifc.frame._XDispatch
|
||||||
*/
|
*/
|
||||||
public class _XNotifyingDispatch extends MultiMethodTest {
|
public class _XNotifyingDispatch extends MultiMethodTest {
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@ public class _XCharacterClassification extends MultiMethodTest {
|
|||||||
* is equal to a number where element is located in array. Also method has
|
* 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
|
* <b> OK </b> status for symbol with code 55296, because it doesn't work
|
||||||
* since it hasn't the right neighborhood.<p>
|
* 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() {
|
public void _getScript() {
|
||||||
boolean res = true;
|
boolean res = true;
|
||||||
|
@ -45,7 +45,7 @@ import util.utils;
|
|||||||
* <ul> <p>
|
* <ul> <p>
|
||||||
* Test is <b> NOT </b> multithread compilant. <p>
|
* Test is <b> NOT </b> multithread compilant. <p>
|
||||||
* After test completion object environment has to be recreated.
|
* After test completion object environment has to be recreated.
|
||||||
* @see com.sun.star.###
|
* @see com.sun.star
|
||||||
*/
|
*/
|
||||||
public class _XImplementationRegistration extends MultiMethodTest {
|
public class _XImplementationRegistration extends MultiMethodTest {
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
|
|||||||
* <li><code>XPropertySet xProp</code></li>
|
* <li><code>XPropertySet xProp</code></li>
|
||||||
* <li><code>String colName</code></li>
|
* <li><code>String colName</code></li>
|
||||||
* </ul> <p>
|
* </ul> <p>
|
||||||
* @see om.sun.star.sdb.XSingleSelectQueryAnalyzer
|
* @see com.sun.star.sdb.XSingleSelectQueryAnalyzer
|
||||||
* @see com.sun.star.beans.XPropertySet
|
* @see com.sun.star.beans.XPropertySet
|
||||||
*/
|
*/
|
||||||
protected void before() /* throws Exception*/ {
|
protected void before() /* throws Exception*/ {
|
||||||
|
@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
|
|||||||
* </li>
|
* </li>
|
||||||
* <li>"XCellRangesQuery.EXPECTEDRESULTS": the expected results for the test
|
* <li>"XCellRangesQuery.EXPECTEDRESULTS": the expected results for the test
|
||||||
* methods as a String array.<br>
|
* 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.
|
* @see mod._sc.ScCellObj for an example how this should look like.
|
||||||
* </li>
|
* </li>
|
||||||
* </ul>
|
* </ul>
|
||||||
|
@ -53,10 +53,10 @@ import util.utils;
|
|||||||
* @see com.sun.star.container.XElementAccess
|
* @see com.sun.star.container.XElementAccess
|
||||||
* @see com.sun.star.uno.XNamingService
|
* @see com.sun.star.uno.XNamingService
|
||||||
* @see com.sun.star.sdb.DatabaseContext
|
* @see com.sun.star.sdb.DatabaseContext
|
||||||
* @see ifc.container.XNameAccess
|
* @see ifc.container._XNameAccess
|
||||||
* @see ifc.container.XEnumerationAccess
|
* @see ifc.container._XEnumerationAccess
|
||||||
* @see ifc.container.XElementAccess
|
* @see ifc.container._XElementAccess
|
||||||
* @see ifc.uno.XNamingService
|
* @see ifc.uno._XNamingService
|
||||||
*/
|
*/
|
||||||
public class ODatabaseContext extends TestCase {
|
public class ODatabaseContext extends TestCase {
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ public class ODatabaseContext extends TestCase {
|
|||||||
* Needed object relations :
|
* Needed object relations :
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li> <code>'XNamingService.RegisterObject'</code> for
|
* <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>
|
* instance of <code>com.sun.star.sdb.DataSource</code>
|
||||||
* service. </li>
|
* service. </li>
|
||||||
* </ul>
|
* </ul>
|
||||||
|
@ -58,14 +58,14 @@ import com.sun.star.task.XInteractionHandler;
|
|||||||
* <li> <code>com::sun::star::beans::XPropertySet</code></li>
|
* <li> <code>com::sun::star::beans::XPropertySet</code></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @see com.sun.star.sdb.XQueryDefinitionSupplier
|
* @see com.sun.star.sdb.XQueryDefinitionsSupplier
|
||||||
* @see com.sun.star.sdb.XFormDocumentsSupplier
|
* @see com.sun.star.sdb.XFormDocumentsSupplier
|
||||||
* @see com.sun.star.beans.XPropertySet
|
* @see com.sun.star.beans.XPropertySet
|
||||||
* @see com.sun.star.sdb.DataSource
|
* @see com.sun.star.sdb.DataSource
|
||||||
* @see com.sun.star.sdb.XCompletedConnection
|
* @see com.sun.star.sdb.XCompletedConnection
|
||||||
* @see com.sun.star.util.XFlushable
|
* @see com.sun.star.util.XFlushable
|
||||||
* @see com.sun.star.sdb.XReportDocumentsSupplier
|
* @see com.sun.star.sdb.XReportDocumentsSupplier
|
||||||
* @see ifc.sdb._XQueryDefinitionSupplier
|
* @see ifc.sdb._XQueryDefinitionsSupplier
|
||||||
* @see ifc.sdb._XFormDocumentsSupplier
|
* @see ifc.sdb._XFormDocumentsSupplier
|
||||||
* @see ifc.beans._XPropertySet
|
* @see ifc.beans._XPropertySet
|
||||||
* @see ifc.sdb._DataSource
|
* @see ifc.sdb._DataSource
|
||||||
|
@ -151,13 +151,13 @@ public class OSingleSelectQueryComposer extends TestCase {
|
|||||||
* <ul>SingleSelectQueryAnalyzer
|
* <ul>SingleSelectQueryAnalyzer
|
||||||
|
|
||||||
* <li> <code>'xComposer'</code> for
|
* <li> <code>'xComposer'</code> for
|
||||||
* {@link ifc.sdb.XSingleSelectQueryAnalyzer} interface
|
* {@link ifc.sdb._XSingleSelectQueryAnalyzer} interface
|
||||||
* <li> <code>'xQueryAna'</code> for
|
* <li> <code>'xQueryAna'</code> for
|
||||||
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
|
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
|
||||||
* <li> <code>'xProp'</code> for
|
* <li> <code>'xProp'</code> for
|
||||||
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
|
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
|
||||||
* <li> <code>'colName'</code> for
|
* <li> <code>'colName'</code> for
|
||||||
* {@link ifc.sdb.XSingleSelectQueryComposer} interface
|
* {@link ifc.sdb._XSingleSelectQueryComposer} interface
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -201,16 +201,16 @@ public class SbaXGridControl extends TestCase {
|
|||||||
* Object relations created :
|
* Object relations created :
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li> <code>'GRAPHICS'</code> for
|
* <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>
|
* object different that belong to the object tested.</li>
|
||||||
* <li> <code>'CONTEXT'</code> for
|
* <li> <code>'CONTEXT'</code> for
|
||||||
* {@link ifc.awt._XControl} </li>
|
* {@link ifc.awt._XControl} </li>
|
||||||
* <li> <code>'WINPEER'</code> for
|
* <li> <code>'WINPEER'</code> for
|
||||||
* {@link ifc.awt._XCOntrol} </li>
|
* {@link ifc.awt._XControl} </li>
|
||||||
* <li> <code>'TOOLKIT'</code> for
|
* <li> <code>'TOOLKIT'</code> for
|
||||||
* {@link ifc.awt._XCOntrol} </li>
|
* {@link ifc.awt._XControl} </li>
|
||||||
* <li> <code>'MODEL'</code> for
|
* <li> <code>'MODEL'</code> for
|
||||||
* {@link ifc.awt._XCOntrol} </li>
|
* {@link ifc.awt._XControl} </li>
|
||||||
* <li> <code>'XWindow.AnotherWindow'</code> for
|
* <li> <code>'XWindow.AnotherWindow'</code> for
|
||||||
* {@link ifc.awt._XWindow} for switching focus.</li>
|
* {@link ifc.awt._XWindow} for switching focus.</li>
|
||||||
* <li> <code>'XDispatch.URL'</code> for
|
* <li> <code>'XDispatch.URL'</code> for
|
||||||
|
@ -39,7 +39,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <li> <code>com::sun::star::sdbc::XDriverManager</code></li>
|
* <li> <code>com::sun::star::sdbc::XDriverManager</code></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @see com.sun.star.sdbc.XDriverManager
|
* @see com.sun.star.sdbc.XDriverManager
|
||||||
* @see ifc.sdbc.XDriverManager
|
* @see ifc.sdbc._XDriverManager
|
||||||
*/
|
*/
|
||||||
public class OConnectionPool extends TestCase {
|
public class OConnectionPool extends TestCase {
|
||||||
protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
|
protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
|
||||||
|
@ -154,13 +154,13 @@ public class OEditControl extends TestCase {
|
|||||||
* {@link ifc.awt._XWindow} : the controller of another
|
* {@link ifc.awt._XWindow} : the controller of another
|
||||||
* component. </li>
|
* component. </li>
|
||||||
* <li> <code>'Win1'</code> for
|
* <li> <code>'Win1'</code> for
|
||||||
* {@link ifc.form.XChangeBroadcaster} : the window (controller)
|
* {@link ifc.form._XChangeBroadcaster} : the window (controller)
|
||||||
* of the tested component. </li>
|
* of the tested component. </li>
|
||||||
* <li> <code>'Win2'</code> for
|
* <li> <code>'Win2'</code> for
|
||||||
* {@link ifc.form.XChangeBroadcaster} : the window (controller)
|
* {@link ifc.form._XChangeBroadcaster} : the window (controller)
|
||||||
* of another component. </li>
|
* of another component. </li>
|
||||||
* <li> <code>'CONTROL'</code> for
|
* <li> <code>'CONTROL'</code> for
|
||||||
* {@link ifc.form.XChangeBroadcaster} : the controller
|
* {@link ifc.form._XChangeBroadcaster} : the controller
|
||||||
* of another component. </li>
|
* of another component. </li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
|
@ -57,7 +57,6 @@ public class ModuleUIConfigurationManager extends TestCase {
|
|||||||
* Cleanup: close the created document
|
* Cleanup: close the created document
|
||||||
* @param tParam The test parameters.
|
* @param tParam The test parameters.
|
||||||
* @param log The log writer.
|
* @param log The log writer.
|
||||||
* @return The test environment.
|
|
||||||
*/
|
*/
|
||||||
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
||||||
log.println(" disposing xTextDoc ");
|
log.println(" disposing xTextDoc ");
|
||||||
|
@ -40,7 +40,6 @@ public class ObjectMenuController extends TestCase {
|
|||||||
* Cleanup: close the created document
|
* Cleanup: close the created document
|
||||||
* @param tParam The test parameters.
|
* @param tParam The test parameters.
|
||||||
* @param log The log writer.
|
* @param log The log writer.
|
||||||
* @return The test environment.
|
|
||||||
*/
|
*/
|
||||||
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
||||||
log.println(" disposing xTextDoc ");
|
log.println(" disposing xTextDoc ");
|
||||||
|
@ -42,7 +42,6 @@ public class PopupMenuControllerFactory extends TestCase {
|
|||||||
* Cleanup: close the created document
|
* Cleanup: close the created document
|
||||||
* @param tParam The test parameters.
|
* @param tParam The test parameters.
|
||||||
* @param log The log writer.
|
* @param log The log writer.
|
||||||
* @return The test environment.
|
|
||||||
*/
|
*/
|
||||||
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
||||||
log.println(" disposing xTextDoc ");
|
log.println(" disposing xTextDoc ");
|
||||||
|
@ -40,7 +40,6 @@ public class UIElementFactoryManager extends TestCase {
|
|||||||
* Cleanup: close the created document
|
* Cleanup: close the created document
|
||||||
* @param tParam The test parameters.
|
* @param tParam The test parameters.
|
||||||
* @param log The log writer.
|
* @param log The log writer.
|
||||||
* @return The test environment.
|
|
||||||
*/
|
*/
|
||||||
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
protected void cleanup(TestParameters tParam, PrintWriter log) {
|
||||||
log.println(" disposing xTextDoc ");
|
log.println(" disposing xTextDoc ");
|
||||||
|
@ -41,7 +41,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
|
* <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
|
||||||
* </ul> <p>
|
* </ul> <p>
|
||||||
*
|
*
|
||||||
* @see com::sun::star::util::XStringSubstitution
|
* @see com.sun.star.util.XStringSubstitution
|
||||||
* @see ifc.util._XStringSubstitution
|
* @see ifc.util._XStringSubstitution
|
||||||
*/
|
*/
|
||||||
public class SubstituteVariables extends TestCase {
|
public class SubstituteVariables extends TestCase {
|
||||||
|
@ -66,7 +66,7 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.container._XNameContainer
|
* @see ifc.container._XNameContainer
|
||||||
* @see ifc.container._XNameReplace
|
* @see ifc.container._XNameReplace
|
||||||
* @see ifc.document._XTypeDetection
|
* @see ifc.document._XTypeDetection
|
||||||
* @see ifc.util.XFlushable
|
* @see ifc.util._XFlushable
|
||||||
*/
|
*/
|
||||||
public class TypeDetection extends TestCase {
|
public class TypeDetection extends TestCase {
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <ul>
|
* <ul>
|
||||||
* <li> <code>com::sun::star::i18n::Calendar</code></li>
|
* <li> <code>com::sun::star::i18n::Calendar</code></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @see ifc.i18n._Calendar
|
* @see ifc.i18n._XCalendar
|
||||||
*/
|
*/
|
||||||
public class CalendarImpl extends TestCase {
|
public class CalendarImpl extends TestCase {
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
public class Invocation extends TestCase {
|
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>.
|
* Creates service <code>com.sun.star.script.Invocation</code>.
|
||||||
* Object relations created :
|
* Object relations created :
|
||||||
* <ul>
|
* <ul>
|
||||||
|
@ -38,7 +38,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <li> <code>com::sun::star::lang::XTypeProvider</code></li>
|
* <li> <code>com::sun::star::lang::XTypeProvider</code></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* This object test <b> is NOT </b> designed to be run in several
|
* 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.datatransfer.XMimeContentTypeFactory
|
||||||
* @see com.sun.star.lang.XServiceInfo
|
* @see com.sun.star.lang.XServiceInfo
|
||||||
* @see com.sun.star.lang.XTypeProvider
|
* @see com.sun.star.lang.XTypeProvider
|
||||||
|
@ -64,11 +64,11 @@ import com.sun.star.uno.XInterface;
|
|||||||
* @see com.sun.star.accessibility.XAccessibleComponent
|
* @see com.sun.star.accessibility.XAccessibleComponent
|
||||||
* @see com.sun.star.accessibility.XAccessibleTable
|
* @see com.sun.star.accessibility.XAccessibleTable
|
||||||
* @see com.sun.star.accessibility.XAccessibleContext
|
* @see com.sun.star.accessibility.XAccessibleContext
|
||||||
* @see ifc.n.star.accessibility._XAccessibleSelection
|
* @see ifc.accessibility._XAccessibleSelection
|
||||||
* @see ifc.n.star.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.n.star.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.n.star.accessibility._XAccessibleTable
|
* @see ifc.accessibility._XAccessibleTable
|
||||||
* @see ifc.n.star.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
public class ScAccessibleCell extends TestCase {
|
public class ScAccessibleCell extends TestCase {
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@ import com.sun.star.uno.XInterface;
|
|||||||
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster
|
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster
|
||||||
* @see com.sun.star.accessibility.XAccessibleSelection
|
* @see com.sun.star.accessibility.XAccessibleSelection
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility.XAccessibleSelection
|
* @see ifc.accessibility._XAccessibleSelection
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
public class ScAccessibleDocument extends TestCase {
|
public class ScAccessibleDocument extends TestCase {
|
||||||
|
@ -64,8 +64,8 @@ import com.sun.star.util.XURLTransformer;
|
|||||||
*
|
*
|
||||||
* @see com.sun.star.accessibility.XAccessibleComponent
|
* @see com.sun.star.accessibility.XAccessibleComponent
|
||||||
* @see com.sun.star.accessibility.XAccessibleContext
|
* @see com.sun.star.accessibility.XAccessibleContext
|
||||||
* @see ifc.n.star.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.n.star.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
public class ScAccessibleDocumentPagePreview extends TestCase {
|
public class ScAccessibleDocumentPagePreview extends TestCase {
|
||||||
|
|
||||||
|
@ -68,8 +68,8 @@ import com.sun.star.util.XURLTransformer;
|
|||||||
*
|
*
|
||||||
* @see com.sun.star.accessibility.XAccessibleComponent
|
* @see com.sun.star.accessibility.XAccessibleComponent
|
||||||
* @see com.sun.star.accessibility.XAccessibleContext
|
* @see com.sun.star.accessibility.XAccessibleContext
|
||||||
* @see ifc.n.star.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.n.star.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
public class ScAccessiblePageHeader extends TestCase {
|
public class ScAccessiblePageHeader extends TestCase {
|
||||||
|
|
||||||
|
@ -65,8 +65,8 @@ import com.sun.star.util.XURLTransformer;
|
|||||||
*
|
*
|
||||||
* @see com.sun.star.accessibility.XAccessibleComponent
|
* @see com.sun.star.accessibility.XAccessibleComponent
|
||||||
* @see com.sun.star.accessibility.XAccessibleContext
|
* @see com.sun.star.accessibility.XAccessibleContext
|
||||||
* @see ifc.n.star.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.n.star.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
*/
|
*/
|
||||||
public class ScAccessiblePageHeaderArea extends TestCase {
|
public class ScAccessiblePageHeaderArea extends TestCase {
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@ public class ChXDiagram extends TestCase {
|
|||||||
* <ul>
|
* <ul>
|
||||||
* <li> <code>'CHARTDOC'</code> for
|
* <li> <code>'CHARTDOC'</code> for
|
||||||
* {@link ifc.chart._Dim3DDiagram}, {@link ifc.chart._StockDiagram},
|
* {@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._BarDiagram}, {@link ifc.chart._Diagram},
|
||||||
* {@link ifc.chart._ChartTwoAxisYSupplier},
|
* {@link ifc.chart._ChartTwoAxisYSupplier},
|
||||||
* {@link ifc.chart._StackableDiagram}, {@link ifc.chart._Diagram},
|
* {@link ifc.chart._StackableDiagram}, {@link ifc.chart._Diagram},
|
||||||
|
@ -121,7 +121,7 @@ public class DrawController_DrawView extends TestCase {
|
|||||||
* {@link ifc.frame._XController}(the current controller of the second
|
* {@link ifc.frame._XController}(the current controller of the second
|
||||||
* created document) </li>
|
* created document) </li>
|
||||||
* <li> <code>'DrawPage'</code> for
|
* <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>
|
* be new current page) </li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* @see com.sun.star.frame.XModel
|
* @see com.sun.star.frame.XModel
|
||||||
|
@ -68,7 +68,7 @@ import com.sun.star.util.XURLTransformer;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleText
|
* @see ifc.accessibility._XAccessibleText
|
||||||
*/
|
*/
|
||||||
public class AccessibleIconChoiceCtrlEntry extends TestCase {
|
public class AccessibleIconChoiceCtrlEntry extends TestCase {
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <li> <code>com::sun::star::text::XDefaultNumberingProvider</code></li>
|
* <li> <code>com::sun::star::text::XDefaultNumberingProvider</code></li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* This object test <b> is NOT </b> designed to be run in several
|
* This object test <b> is NOT </b> designed to be run in several
|
||||||
* threads concurently.
|
* threads concurrently.
|
||||||
* @see ifc.text._DefaultNumberingProvider
|
* @see ifc.text._DefaultNumberingProvider
|
||||||
* @see ifc.text._XDefaultNumberingProvider
|
* @see ifc.text._XDefaultNumberingProvider
|
||||||
*/
|
*/
|
||||||
|
@ -79,9 +79,9 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
* @see ifc.accessibility.XAccessibleText
|
* @see ifc.accessibility._XAccessibleText
|
||||||
*/
|
*/
|
||||||
public class AccessibleRadioButton extends TestCase {
|
public class AccessibleRadioButton extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -68,9 +68,9 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
* @see ifc.accessibility.XAccessibleAction
|
* @see ifc.accessibility._XAccessibleAction
|
||||||
*/
|
*/
|
||||||
public class AccessibleScrollBar extends TestCase {
|
public class AccessibleScrollBar extends TestCase {
|
||||||
private static XComponent xDoc;
|
private static XComponent xDoc;
|
||||||
|
@ -69,9 +69,9 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
* @see ifc.accessibility.XAccessibleAction
|
* @see ifc.accessibility._XAccessibleAction
|
||||||
*/
|
*/
|
||||||
public class AccessibleStatusBar extends TestCase {
|
public class AccessibleStatusBar extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -68,9 +68,9 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
* @see ifc.accessibility.XAccessibleAction
|
* @see ifc.accessibility._XAccessibleAction
|
||||||
*/
|
*/
|
||||||
public class AccessibleStatusBarItem extends TestCase {
|
public class AccessibleStatusBarItem extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -75,8 +75,8 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleSelection
|
* @see ifc.accessibility._XAccessibleSelection
|
||||||
*/
|
*/
|
||||||
public class AccessibleTabControl extends TestCase {
|
public class AccessibleTabControl extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -73,7 +73,7 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
*/
|
*/
|
||||||
public class AccessibleTabPage extends TestCase {
|
public class AccessibleTabPage extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -60,7 +60,7 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
*/
|
*/
|
||||||
public class AccessibleToolBox extends TestCase {
|
public class AccessibleToolBox extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -71,10 +71,10 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleAction
|
* @see ifc.accessibility._XAccessibleAction
|
||||||
* @see ifc.accessibility.XAccessibleText
|
* @see ifc.accessibility._XAccessibleText
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
*/
|
*/
|
||||||
public class AccessibleToolBoxItem extends TestCase {
|
public class AccessibleToolBoxItem extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
@ -73,10 +73,10 @@ import util.SOfficeFactory;
|
|||||||
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
* @see ifc.accessibility._XAccessibleEventBroadcaster
|
||||||
* @see ifc.accessibility._XAccessibleContext
|
* @see ifc.accessibility._XAccessibleContext
|
||||||
* @see ifc.accessibility._XAccessibleComponent
|
* @see ifc.accessibility._XAccessibleComponent
|
||||||
* @see ifc.accessibility.XAccessibleExtendedComponent
|
* @see ifc.accessibility._XAccessibleExtendedComponent
|
||||||
* @see ifc.accessibility.XAccessibleAction
|
* @see ifc.accessibility._XAccessibleAction
|
||||||
* @see ifc.accessibility.XAccessibleText
|
* @see ifc.accessibility._XAccessibleText
|
||||||
* @see ifc.accessibility.XAccessibleValue
|
* @see ifc.accessibility._XAccessibleValue
|
||||||
*/
|
*/
|
||||||
public class AccessibleWindow extends TestCase {
|
public class AccessibleWindow extends TestCase {
|
||||||
private static XTextDocument xTextDoc;
|
private static XTextDocument xTextDoc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user