|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdox.data.FileSource
This is a DataSource that can be used to read a directory in several ways and generate GenericData from it.
Constructor Summary | |
FileSource()
|
Method Summary | |
java.lang.Class |
getDataType()
Returns the class of data which this source provides. |
java.lang.String |
getDescription()
Returns a short description for this source. |
boolean |
hasConfigurationDialog()
Used to determine whether there is a configuration dialog for this source. |
Data |
retrieveData()
This method will be invoked to get the data. |
void |
showConfigurationDialog(java.awt.Frame parent)
Shows a configuration dialog where some options can be configured concerning this source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileSource()
Method Detail |
public java.lang.String getDescription()
DataSource
getDescription
in interface DataSource
public java.lang.Class getDataType()
DataSource
getDataType
in interface DataSource
public boolean hasConfigurationDialog()
DataSource
hasConfigurationDialog
in interface DataSource
public void showConfigurationDialog(java.awt.Frame parent)
DataSource
showConfigurationDialog
in interface DataSource
parent
- the parent frame.public Data retrieveData()
DataSource
retrieveData
in interface DataSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |