|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.infoengine.modeler.data.wizard.ParameterWizard
Nested Class Summary |
Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) BorderLayout |
borderLayout1
|
(package private) JPanel |
ButtonPanel
|
(package private) JButton |
CancelButton
|
(package private) JComponent |
DataComponent
|
(package private) JButton |
OKButton
|
(package private) Parameter |
p
|
(package private) JPanel |
ParameterWizPanel
|
(package private) JLabel |
ParmDataLabel
|
(package private) JLabel |
ParmDefaultLabel
|
(package private) JTextField |
ParmDefaultTextField
|
(package private) JLabel |
ParmDelimLabel
|
(package private) JTextField |
ParmDelimTextField
|
(package private) JLabel |
ParmESepLabel
|
(package private) JTextField |
ParmESepTextField
|
(package private) JLabel |
ParmNameLabel
|
(package private) JComponent |
ParmNameValueLabel
|
(package private) JLabel |
ParmVSepLabel
|
(package private) JTextField |
ParmVSepTextField
|
(package private) ParameterDesc |
pd
|
(package private) TwoColumnLayout |
tcl
|
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ParameterWizard()
|
|
ParameterWizard(Frame frame,
String title,
boolean modal,
Parameter p,
ParameterDesc pd)
|
|
ParameterWizard(JDialog dialog,
String title,
boolean modal,
Parameter p,
ParameterDesc pd)
|
Method Summary | |
(package private) void |
CancelButton_actionPerformed(ActionEvent e)
|
Dropable |
getSelectedDropable()
|
private void |
init(Parameter p,
ParameterDesc pd)
|
(package private) void |
jbInit()
|
(package private) void |
OKButton_actionPerformed(ActionEvent e)
|
void |
resetCursor()
reset cursors to defaults if necessary |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.infoengine.modeler.ifc.TagWizard |
setVisible |
Field Detail |
JPanel ParameterWizPanel
JLabel ParmNameLabel
JLabel ParmDataLabel
JLabel ParmDelimLabel
JLabel ParmESepLabel
JLabel ParmVSepLabel
JTextField ParmDelimTextField
JTextField ParmESepTextField
JTextField ParmVSepTextField
JComponent ParmNameValueLabel
Parameter p
ParameterDesc pd
JComponent DataComponent
JLabel ParmDefaultLabel
JTextField ParmDefaultTextField
BorderLayout borderLayout1
JPanel ButtonPanel
JButton OKButton
JButton CancelButton
TwoColumnLayout tcl
Constructor Detail |
public ParameterWizard(Frame frame, String title, boolean modal, Parameter p, ParameterDesc pd)
public ParameterWizard(JDialog dialog, String title, boolean modal, Parameter p, ParameterDesc pd)
public ParameterWizard()
Method Detail |
void jbInit() throws Exception
Exception
private void init(Parameter p, ParameterDesc pd)
public void resetCursor()
ContainsDropable
resetCursor
in interface ContainsDropable
public Dropable getSelectedDropable()
getSelectedDropable
in interface ContainsDropable
void CancelButton_actionPerformed(ActionEvent e)
void OKButton_actionPerformed(ActionEvent e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |