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