public interface DataAdapterInfo
DataAdapter's metadata| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
enabled
The enabled property.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
enabledProperty()
The enabled property.
|
java.lang.Class<? extends DataAdapter> |
getAdapterClass()
Returns the class that implements the data adapter.
|
java.lang.Class<? extends DataAdapterDialog> |
getAdapterDialog()
Returns the class that implements the dialog box used to gather the adapter's parameters from the end user.
|
java.lang.String |
getCopyright()
Returns the copyright notice associated with the adapter.
|
java.lang.String |
getDescription()
Returns the description associated to the data adapter.
|
java.lang.String |
getJarLocation()
Returns the location of the JAR in which the adapter is packaged.
|
java.lang.String |
getKey()
Returns a key to uniquely identify the adapter.
|
java.lang.String |
getLicense()
Returns the name of license under which the adapter is distributed.
|
java.lang.String |
getName()
Returns the name of the data adapter.
|
java.lang.String |
getSiteUrl()
Returns the url of the website associated with the adapter.
|
Version |
getVersion()
Returns the version of the adapter.
|
boolean |
isEnabled()
Returns true if the adapter is enabled, false otherwise.
|
void |
setEnabled(boolean enabled)
Set to true to enable the adapter, false otherwise.
|
javafx.beans.property.BooleanProperty enabledProperty
isEnabled(),
setEnabled(boolean)java.lang.String getName()
java.lang.String getDescription()
Version getVersion()
java.lang.String getSiteUrl()
java.lang.String getLicense()
java.lang.String getCopyright()
java.lang.String getJarLocation()
java.lang.Class<? extends DataAdapter> getAdapterClass()
java.lang.String getKey()
java.lang.Class<? extends DataAdapterDialog> getAdapterDialog()
javafx.beans.property.BooleanProperty enabledProperty()
isEnabled(),
setEnabled(boolean)boolean isEnabled()
void setEnabled(boolean enabled)
enabled - true to enable the adapter, false otherwise.Copyright © 2018 Frederic Thevenet. All rights reserved.