D - the type of the data handlerpublic abstract class AbstractDataHandlerDescriptor<D> extends Object
| Constructor and Description | 
|---|
AbstractDataHandlerDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<D> | 
getDataHandlerClass()
Gets the type of the Data Handler. 
 | 
String | 
getIcon()
Gets the icon pattern. 
 | 
org.softsmithy.lib.util.ResourceLoader | 
getResourceLoader()
Gets the resource loader. 
 | 
void | 
setDataHandlerClass(Class<D> dataHandlerClass)
Sets the type of the Data Handler. 
 | 
void | 
setIcon(String icon)
Sets the icon pattern. 
 | 
void | 
setResourceLoader(org.softsmithy.lib.util.ResourceLoader resourceLoader)
Sets the resource loader. 
 | 
public String getIcon()
public void setIcon(String icon)
icon - the icon patternpublic Class<D> getDataHandlerClass()
public void setDataHandlerClass(Class<D> dataHandlerClass)
dataHandlerClass - the type of the Data Handlerpublic org.softsmithy.lib.util.ResourceLoader getResourceLoader()
public void setResourceLoader(org.softsmithy.lib.util.ResourceLoader resourceLoader)
resourceLoader - the resource loaderCopyright © 2012–2016 Drombler. All rights reserved.