public class ActiveDesktopItem
extends com.jniwrapper.Structure
COMPONENT
native structure.
MSDN Documentation Modifier and Type | Class and Description |
---|---|
static class |
ActiveDesktopItem.ComponentType
The class, which represents the type of the component
|
Constructor and Description |
---|
ActiveDesktopItem()
Creates an instance of ActiveDesktopItem class
|
ActiveDesktopItem(ActiveDesktopItem that)
Creates an instance of ActiveDesktopItem with a specified item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates copy of this instance
|
boolean |
getChecked()
Returns the value that indicates whether the component is enabled or not
|
ActiveDesktopItem.ComponentType |
getComponentType()
Returns the component type
|
boolean |
getDirty()
Returns value that is set to TRUE if the component has been modified and not yet saved to disk.
|
java.lang.String |
getFriendlyName()
Returns the friendly name of the component
|
ComponentLocation |
getLocation()
Returns a
ComponentLocation structure that contains the position and size information. |
boolean |
getScroll()
Returns value that is set to TRUE if the component is scrollable, or FALSE if not
|
java.net.URL |
getSource()
Returns component's URL
|
java.net.URL |
getSubscribedURL()
Returns subscribed component's URL
|
void |
setChecked(boolean checked)
Switches component to enable or disable state
|
void |
setComponentType(ActiveDesktopItem.ComponentType value)
Specifies the component type
|
void |
setDirty(boolean dirty)
Sets the value of the property
dirty |
void |
setFriendlyName(java.lang.String friendlyName)
Sets friendly name of the component
|
void |
setLocation(ComponentLocation location)
Sets the value of the property that contains the position and size information.
|
void |
setScroll(boolean scroll)
Sets the value of the property, which indicates whether the component is scrollable or not
|
void |
setSource(java.net.URL source)
Sets the URL of the component
|
void |
setSubscribedURL(java.net.URL subscribedURL)
Sets subscribed URL of the component
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public ActiveDesktopItem()
public ActiveDesktopItem(ActiveDesktopItem that)
that
- Instance of the ActiveDesktopItem classpublic ActiveDesktopItem.ComponentType getComponentType()
public void setComponentType(ActiveDesktopItem.ComponentType value)
value
- the component typepublic boolean getChecked()
public void setChecked(boolean checked)
checked
- Value that is set to TRUE if the component is enabled, or FALSE if it's notpublic boolean getDirty()
public void setDirty(boolean dirty)
dirty
dirty
- Value that is set to TRUE if the component has been modified and not yet saved to disk. It will be set to FALSE if the component has not been modified, or if it has been modified and saved to diskpublic boolean getScroll()
public void setScroll(boolean scroll)
scroll
- Value that is set to TRUE if the component is scrollable, or FALSE if notpublic ComponentLocation getLocation()
ComponentLocation
structure that contains the position and size information.ComponentLocation
structure that contains the position and size information.public void setLocation(ComponentLocation location)
location
- ComponentLocation
structure that contains the position and size information.public java.lang.String getFriendlyName()
public void setFriendlyName(java.lang.String friendlyName)
friendlyName
- Friendly name of the componentpublic java.net.URL getSource() throws java.net.MalformedURLException
java.net.MalformedURLException
public void setSource(java.net.URL source)
source
- Component's URLpublic java.net.URL getSubscribedURL() throws java.net.MalformedURLException
java.net.MalformedURLException
public void setSubscribedURL(java.net.URL subscribedURL)
subscribedURL
- Subscribed component's URLpublic java.lang.Object clone()
clone
in class com.jniwrapper.Structure