public interface IModulePropertyPanel
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get the label of this property page.
|
IModule |
getModule()
Get the module of this property page.
|
String |
getName()
Get the name of the property page.
|
void |
setLabel(String label)
Set the labe of this property page.
|
void |
setModule(IModule mdac)
Set the mdac of this property page.
|
void |
setName(String name)
Set the name of the property page.
|
String getName()
String getLabel()
IModule getModule()
void setName(String name)
name
- the name of the property page.void setLabel(String label)
label
- the text that will be displayed in the property page's label.void setModule(IModule mdac)
mdac
- the module owning this property page.