| javax.swing.JDialog com.xoetrope.carousel.services.dialog.XLibDataChooser
XLibDataChooser | public class XLibDataChooser extends JDialog implements ActionListener,TreeSelectionListener(Code) | | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.7 $
|
Field Summary | |
protected XProject | currentProject The owner project and the context in which this object operates. |
currentProject | protected XProject currentProject(Code) | | The owner project and the context in which this object operates.
|
XLibDataChooser | public XLibDataChooser()(Code) | | |
XLibDataChooser | public XLibDataChooser(boolean debug)(Code) | | |
getTreePath | String getTreePath()(Code) | | Get the path of the selected treenode by looping the selected path array
and placing a '/' between each item
the path to the selected XModel |
showDlg | public void showDlg(String selected, boolean modal)(Code) | | |
|
|