summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/PropertyHandlerImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/PropertyHandlerImpl.java')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index 01ab88e05e6b..e2ef9cab736c 100644
--- a/qadevOOo/runner/helper/PropertyHandlerImpl.java
+++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,11 +37,11 @@ import com.sun.star.inspection.XPropertyHandler;
* @see com.sun.star.inspection.XPropertyHandler
*/
public class PropertyHandlerImpl implements XPropertyHandler{
-
+
/** Creates a new instance of PropertyHandlerImpl */
public PropertyHandlerImpl() {
}
-
+
/**
* This method currently do nothig
* @param ActuatingPropertyName the id of the actuating property.
@@ -62,14 +62,14 @@ public class PropertyHandlerImpl implements XPropertyHandler{
boolean FirstTimeInit)
throws com.sun.star.lang.NullPointerException {
}
-
+
/**
* This method currently do nothig
* @param xEventListener the listener to notify about changes
*/
public void addEventListener(com.sun.star.lang.XEventListener xEventListener) {
}
-
+
/**
* This method currently do nothig
* @param xPropertyChangeListener the listener to notify about property changes
@@ -77,7 +77,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
*/
public void addPropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) throws com.sun.star.lang.NullPointerException {
}
-
+
/**
* This method currently do nothig
* @param PropertyName The name of the property whose value is to be converted.
@@ -95,7 +95,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
throws com.sun.star.beans.UnknownPropertyException {
return null;
}
-
+
/**
* This method currently do nothig
* @param PropertyName The name of the conversion's target property.
@@ -106,7 +106,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public Object convertToPropertyValue(String PropertyName, Object ControlValue) throws com.sun.star.beans.UnknownPropertyException {
return null;
}
-
+
/**
* This method currently do nothig
* @param PropertyName the name of the property whose user interface is to be described
@@ -123,13 +123,13 @@ public class PropertyHandlerImpl implements XPropertyHandler{
com.sun.star.lang.NullPointerException {
return null;
}
-
+
/**
* This method currently do nothig
*/
public void dispose() {
}
-
+
/**
* This method currently do nothig
* @return null
@@ -137,7 +137,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public String[] getActuatingProperties() {
return null;
}
-
+
/**
* This method currently do nothig
* @param PropertyName the name of the property whose state is to be retrieved
@@ -148,7 +148,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
throws com.sun.star.beans.UnknownPropertyException {
return null;
}
-
+
/**
* This method currently do nothig
* @param PropertyName the name of the property whose value is to be retrieved
@@ -158,7 +158,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public Object getPropertyValue(String PropertyName) throws com.sun.star.beans.UnknownPropertyException {
return null;
}
-
+
/**
* This method currently do nothig
* @return null
@@ -166,7 +166,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public String[] getSupersededProperties() {
return null;
}
-
+
/**
* This method currently do nothig
* @return null
@@ -174,7 +174,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public com.sun.star.beans.Property[] getSupportedProperties() {
return null;
}
-
+
/**
* This method currently do nothig
* @param Component the component to inspect. Must not be NULL
@@ -182,7 +182,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
*/
public void inspect(Object Component) throws com.sun.star.lang.NullPointerException {
}
-
+
/**
* This method currently do nothig
* @param PropertyName the name of the property whose composability is to be determined
@@ -194,7 +194,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public boolean isComposable(String PropertyName) throws com.sun.star.beans.UnknownPropertyException {
return false;
}
-
+
/**
* This method currently do nothig
* @param PropertyName The name of the property whose browse button has been clicked
@@ -215,21 +215,21 @@ public class PropertyHandlerImpl implements XPropertyHandler{
com.sun.star.lang.NullPointerException {
return null;
}
-
+
/**
* This method currently do nothig
* @param xEventListener the listener to be revoked
*/
public void removeEventListener(com.sun.star.lang.XEventListener xEventListener) {
}
-
+
/**
* This method currently do nothig
* @param xPropertyChangeListener the listener to be revoke
*/
public void removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) {
}
-
+
/**
* This method currently do nothig
* @param PropertyName the name of the property whose value is to be set
@@ -238,7 +238,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
*/
public void setPropertyValue(String PropertyName, Object Value) throws com.sun.star.beans.UnknownPropertyException {
}
-
+
/**
* This method currently do nothig
* @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.
@@ -254,5 +254,5 @@ public class PropertyHandlerImpl implements XPropertyHandler{
public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws UnknownPropertyException, com.sun.star.lang.NullPointerException {
}
-
+
}