WebExtensionTaskPane
Inheritance: java.lang.Object
public class WebExtensionTaskPane
Represents a persisted taskpane object.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDockState() | Gets the last-docked location of this taskpane object. |
getRow() | Gets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. |
getWebExtension() | Gets the web extension part associated with the taskpane instance |
getWidth() | Gets the default width value for this taskpane instance. |
hashCode() | |
isLocked() | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
isVisible() | Indicates whether the Task Pane shows as visible by default when the document opens. |
notify() | |
notifyAll() | |
setDockState(String value) | Sets the last-docked location of this taskpane object. |
setLocked(boolean value) | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
setRow(int value) | Sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. |
setVisible(boolean value) | Indicates whether the Task Pane shows as visible by default when the document opens. |
setWebExtension(WebExtension value) | Sets the web extension part associated with the taskpane instance |
setWidth(double value) | Sets the default width value for this taskpane instance. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDockState()
public String getDockState()
Gets the last-docked location of this taskpane object.
Returns: java.lang.String
getRow()
public int getRow()
Gets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
Returns: int
getWebExtension()
public WebExtension getWebExtension()
Gets the web extension part associated with the taskpane instance
Returns: WebExtension
getWidth()
public double getWidth()
Gets the default width value for this taskpane instance.
Returns: double
hashCode()
public native int hashCode()
Returns: int
isLocked()
public boolean isLocked()
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
Returns: boolean
isVisible()
public boolean isVisible()
Indicates whether the Task Pane shows as visible by default when the document opens.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDockState(String value)
public void setDockState(String value)
Sets the last-docked location of this taskpane object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLocked(boolean value)
public void setLocked(boolean value)
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRow(int value)
public void setRow(int value)
Sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setVisible(boolean value)
public void setVisible(boolean value)
Indicates whether the Task Pane shows as visible by default when the document opens.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setWebExtension(WebExtension value)
public void setWebExtension(WebExtension value)
Sets the web extension part associated with the taskpane instance
Parameters:
Parameter | Type | Description |
---|---|---|
value | WebExtension |
setWidth(double value)
public void setWidth(double value)
Sets the default width value for this taskpane instance.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |