public final class ConfiguredPropertyTaskPane
extends java.lang.Object
| Constructor and Description |
|---|
ConfiguredPropertyTaskPane(java.lang.String title,
java.lang.String iconImagePath,
java.util.List<ConfiguredPropertyDescriptor> properties) |
ConfiguredPropertyTaskPane(java.lang.String title,
java.lang.String iconImagePath,
java.util.List<ConfiguredPropertyDescriptor> properties,
boolean expanded) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIconImagePath() |
java.util.List<ConfiguredPropertyDescriptor> |
getProperties() |
java.lang.String |
getTitle() |
boolean |
isExpanded() |
public ConfiguredPropertyTaskPane(java.lang.String title,
java.lang.String iconImagePath,
java.util.List<ConfiguredPropertyDescriptor> properties)
public ConfiguredPropertyTaskPane(java.lang.String title,
java.lang.String iconImagePath,
java.util.List<ConfiguredPropertyDescriptor> properties,
boolean expanded)
public boolean isExpanded()
public java.util.List<ConfiguredPropertyDescriptor> getProperties()
public java.lang.String getIconImagePath()
public java.lang.String getTitle()
Copyright © 2015. All Rights Reserved.