|
Last
revision of this document: |
This
is document contains the code for Class JSBS_XML_Tasks.
For easy
'cut and paste' ;-)
package
js_base.xml;
import
java.util.*;
import
javax.swing.*;
import
javax.swing.tree.DefaultMutableTreeNode;
import
org.jdom.*;
import
js_base.structures.JSBS_UniversalParameters;
/**
*
* @author kurt@javascout.biz
*
@date 2006-08-24
*
* @description
*
Class with specialized methods to process a Task-List.
* A
Task-List is a XML-structure containing selectable codes
and
* descriptions for the (Sub-) Tasks of an
application.
* This class inherits JSBS_XML_Base
and uses its methods to read a file
* containing
a XML-structure.
*
* @change-log
*
when who why
*
--------------------------------------------------------
*
*/
public
class JSBS_XML_Tasks
extends