public interface PreferenceSection
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationLocator()
Returns the absolute path to the configuration file that contains Section's configuration values.
|
String |
getConfType()
Returns the type of this section.
|
DataConnector |
getDataConnector()
Returns the DataConnector instance object associated to this section.
|
String |
getDefaultConfigurationLocator()
Returns the absolute path to the configuration file that contains Section's configuration default values.
|
String |
getDescriptorLocator()
Returns the absolute path to the Descriptor file that defines the data model of this section.
|
ImageIcon |
getIcon()
Returns the icon of this section.
|
String |
getId()
Returns the unique ID of this section.
|
String |
getName()
Returns the name of this section.
|
String |
getParentId()
Returns the parent ID of this section.
|
String |
getResourceLocator()
Returns the absolute path to a resource file.
|
String getName()
String getId()
String getParentId()
ImageIcon getIcon()
String getResourceLocator()
String getConfigurationLocator()
String getDescriptorLocator()
String getDefaultConfigurationLocator()
String getConfType()
DataConnector getDataConnector()
Plealog Software - 2003-2017