|
||||||||||
| 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.ontotext.gate.vr.Gaze.LinearNodeInput
class Gaze.LinearNodeInput
A dialog for input of a LinearNode.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
private int |
action
the action that has been performed |
protected JButton |
btnCancel
|
protected JButton |
btnOk
|
protected GridBagLayout |
gridBagLayout1
|
protected JLabel |
jLabel1
|
protected JLabel |
jLabel2
|
protected JLabel |
jLabel3
|
protected JLabel |
jLabel4
|
protected JLabel |
jLabel5
|
protected JLabel |
jLabel6
|
protected JPanel |
jPanel1
|
protected JComboBox |
languagesCombo
|
protected JComboBox |
listCombo
|
protected JComboBox |
majorCombo
|
protected JComboBox |
minorCombo
|
private int |
position
the position at which the action has been performed |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| 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 | |
|---|---|
Gaze.LinearNodeInput(int anAction,
int pos)
default constructor |
|
Gaze.LinearNodeInput(int anAction,
int pos,
Vector lists,
Vector majors,
Vector minors,
Vector languages)
Construct with providing the combobox lists |
|
Gaze.LinearNodeInput(int anAction,
int pos,
Vector lists,
Vector majors,
Vector minors,
Vector languagesList,
String list,
String major,
String minor,
String languages)
Construct with providing the combobox lists and the current values of the members |
|
| Method Summary | |
|---|---|
private void |
createListeners()
Create the Action Listeners for the dialog |
private void |
jbInit()
|
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int action
private int position
protected JPanel jPanel1
protected JLabel jLabel1
protected JComboBox listCombo
protected JLabel jLabel2
protected JComboBox majorCombo
protected JLabel jLabel3
protected JComboBox minorCombo
protected JLabel jLabel4
protected JComboBox languagesCombo
protected JLabel jLabel5
protected JLabel jLabel6
protected GridBagLayout gridBagLayout1
protected JButton btnOk
protected JButton btnCancel
| Constructor Detail |
|---|
public Gaze.LinearNodeInput(int anAction,
int pos)
anAction - one of a set of predefined actionspos - the position/index where the action occured
public Gaze.LinearNodeInput(int anAction,
int pos,
Vector lists,
Vector majors,
Vector minors,
Vector languages)
anAction - one of a set of predefined actionspos - the position/index where the action occuredlists - the lists to be loaded in the lists combo boxmajors - the major types to be loaded in the major type combo boxminors - the minor types to be loaded in the minor type combo boxlanguages - the languages to be loaded in the languages combo box
public Gaze.LinearNodeInput(int anAction,
int pos,
Vector lists,
Vector majors,
Vector minors,
Vector languagesList,
String list,
String major,
String minor,
String languages)
anAction - one of a set of predefined actionspos - the position/index where the action occuredlists - the lists to be loaded in the lists combo boxmajors - the major types to be loaded in the major type combo boxminors - the minor types to be loaded in the minor type combo boxlanguagesList - the languages to be loaded in the languages combo box| Method Detail |
|---|
private void jbInit()
throws Exception
Exceptionprivate void createListeners()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||