Package name.moore.kevin.ze.swing
Class zLoadDialog
java.lang.Object
name.moore.kevin.ze.swing.zLoadDialog
- All Implemented Interfaces:
izSwing
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classAllows limiting the dialog to look for XML files -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static zLoadDialog.XMLFileFilterprivate static JDialogThe actual created swing component wrapped by this class.static JFileChooserThe filechooser component in the dialog.private static org.slf4j.LoggerNeeds to be public so cookswing can access.In XML, set windowlistener="wlistener" to process window events in this listener. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface name.moore.kevin.ze.swing.izSwing
getZodiacApp, setVarLookup
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
filter
-
wlistener
In XML, set windowlistener="wlistener" to process window events in this listener. Needs to be public so cookswing can get to it. -
jfcActionListener
-
jdlg
The actual created swing component wrapped by this class. -
jfc
The filechooser component in the dialog. -
owner
Needs to be public so cookswing can access.
-
-
Constructor Details
-
zLoadDialog
public zLoadDialog()
-
-
Method Details
-
make
-