org.shaker.dwu
Class ImportEngine

java.lang.Object
  |
  +--org.shaker.dwu.ImportEngine

final class ImportEngine
extends java.lang.Object

This pure static class provides methods to import settings from external applications.

Author:
Philipp Bartsch (codeshaker@gmx.net), GPL License

Constructor Summary
private ImportEngine()
          Invisible constructor.
 
Method Summary
(package private) static boolean importSettings(javax.swing.JDialog parent)
          This method provides a FileChooser.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ImportEngine

private ImportEngine()
Invisible constructor. This class is a factory, so it`s not meant to be instantiated.
Method Detail

importSettings

static boolean importSettings(javax.swing.JDialog parent)
This method provides a FileChooser. Depending on the available filters, it offers functionality to import settings. The single filters save the settings themselve.
Parameters:
parent - parental component ( JFileChooser is modal)
Returns:
success flag