|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Window java.awt.Dialog javax.swing.JDialog de.fhg.igd.earth.model.input.ShapeFileLoaderDialog
This class is used by the ShapeFileLoader. It shows a dialog to choose the records. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
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) BorderLayout |
borderLayout11
|
(package private) BorderLayout |
borderLayout12
|
(package private) BorderLayout |
borderLayout2
|
(package private) BorderLayout |
borderLayout3
|
(package private) BorderLayout |
borderLayout4
|
(package private) BorderLayout |
borderLayout5
|
(package private) ButtonGroup |
buttonGroup1
|
(package private) ButtonGroup |
buttonGroup2
|
private Vector |
checkBoxes_
|
private String |
directory_
|
private String |
filename_
|
(package private) FlowLayout |
flowLayout1
|
private Frame |
frame_
|
(package private) GridLayout |
gridLayout1
|
(package private) GridLayout |
gridLayout2
|
(package private) GridLayout |
gridLayout3
|
(package private) GridLayout |
gridLayout4
|
(package private) GridLayout |
gridLayout5
|
(package private) GridLayout |
gridLayout6
|
(package private) GridLayout |
gridLayout7
|
(package private) JButton |
jButton1
|
(package private) JButton |
jButton2
|
(package private) JButton |
jButton3
|
(package private) JButton |
jButton4
|
(package private) JButton |
jButton5
|
(package private) JCheckBox |
jCheckBox1
|
(package private) JLabel |
jLabel1
|
(package private) JLabel |
jLabel10
|
(package private) JLabel |
jLabel11
|
(package private) JLabel |
jLabel2
|
(package private) JLabel |
jLabel3
|
(package private) JLabel |
jLabel4
|
(package private) JLabel |
jLabel5
|
(package private) JLabel |
jLabel6
|
(package private) JLabel |
jLabel7
|
(package private) JLabel |
jLabel8
|
(package private) JLabel |
jLabel9
|
(package private) JPanel |
jPanel1
|
(package private) JPanel |
jPanel10
|
(package private) JPanel |
jPanel11
|
(package private) JPanel |
jPanel110
|
(package private) JPanel |
jPanel12
|
(package private) JPanel |
jPanel13
|
(package private) JPanel |
jPanel14
|
(package private) JPanel |
jPanel15
|
(package private) JPanel |
jPanel16
|
(package private) JPanel |
jPanel17
|
(package private) JPanel |
jPanel18
|
(package private) JPanel |
jPanel19
|
(package private) JPanel |
jPanel2
|
(package private) JPanel |
jPanel3
|
(package private) JPanel |
jPanel4
|
(package private) JPanel |
jPanel5
|
(package private) JPanel |
jPanel6
|
(package private) JPanel |
jPanel7
|
(package private) JPanel |
jPanel8
|
(package private) JPanel |
jPanel9
|
(package private) JRadioButton |
jRadioButton1
|
(package private) JRadioButton |
jRadioButton2
|
(package private) JRadioButton |
jRadioButton3
|
(package private) JRadioButton |
jRadioButton4
|
(package private) JScrollPane |
jScrollPane1
|
(package private) JTextField |
jTextField1
|
(package private) JTextField |
jTextField2
|
(package private) JTextField |
jTextField3
|
(package private) JTextField |
jTextField4
|
(package private) JTextField |
jTextField5
|
(package private) JPanel |
panel1
|
private int |
recordCounter_
|
private Vector |
recordNames_
|
private boolean |
result_
|
private Vector |
selected_
|
private String |
shapeFileTypeName_
|
private int |
style_
|
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 | |
ShapeFileLoaderDialog(Frame frame,
String title,
boolean modal,
String directory,
String filename,
Vector recordNames,
Vector selected,
String shapeFileTypeName,
int recordCounter)
Creates an instance of this class. |
Method Summary | |
Color |
getColor()
Returns the selected color. |
int |
getDetailLevel()
Returns the distance level. |
float |
getDistance()
Returns the distance. |
boolean |
getLOD()
Returns the lod flag |
double |
getOffsetX()
Returns the x-offset. |
double |
getOffsetY()
Returns the y-offset. |
double |
getOffsetZ()
Returns the z-offset. |
boolean |
getResult()
Returns the result of this dialog. |
int |
getStyle()
Returns the selected style. |
float |
getTransparency()
Returns the selected transparency. |
(package private) void |
jbInit()
GUI Init |
(package private) void |
jButton1_actionPerformed(ActionEvent e)
GUI |
(package private) void |
jButton2_actionPerformed(ActionEvent e)
GUI |
(package private) void |
jButton3_actionPerformed(ActionEvent e)
GUI |
(package private) void |
jButton4_actionPerformed(ActionEvent e)
GUI |
(package private) void |
jButton5_actionPerformed(ActionEvent e)
GUI |
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 |
Field Detail |
JPanel panel1
BorderLayout borderLayout1
JPanel jPanel1
JPanel jPanel3
JScrollPane jScrollPane1
BorderLayout borderLayout3
JPanel jPanel4
JPanel jPanel5
JPanel jPanel6
GridLayout gridLayout1
private String directory_
private String filename_
private boolean result_
private Vector recordNames_
private Vector selected_
private Vector checkBoxes_
private Frame frame_
private String shapeFileTypeName_
private int recordCounter_
private int style_
JPanel jPanel14
JPanel jPanel15
JLabel jLabel2
JLabel jLabel1
BorderLayout borderLayout11
BorderLayout borderLayout12
JPanel jPanel16
JLabel jLabel5
GridLayout gridLayout2
GridLayout gridLayout3
JTextField jTextField1
JLabel jLabel6
JTextField jTextField2
JPanel jPanel17
JLabel jLabel4
JLabel jLabel7
JTextField jTextField3
JTextField jTextField4
JLabel jLabel8
JTextField jTextField5
JCheckBox jCheckBox1
GridLayout gridLayout4
JPanel jPanel8
GridLayout gridLayout5
JPanel jPanel10
JButton jButton3
JButton jButton4
JPanel jPanel7
FlowLayout flowLayout1
BorderLayout borderLayout2
JPanel jPanel9
JButton jButton5
JPanel jPanel11
BorderLayout borderLayout4
JPanel jPanel12
JRadioButton jRadioButton1
JRadioButton jRadioButton2
GridLayout gridLayout6
ButtonGroup buttonGroup1
ButtonGroup buttonGroup2
JPanel jPanel13
JPanel jPanel2
JButton jButton2
JButton jButton1
BorderLayout borderLayout5
JPanel jPanel18
JLabel jLabel3
JLabel jLabel9
JPanel jPanel19
JLabel jLabel10
JLabel jLabel11
JRadioButton jRadioButton3
JRadioButton jRadioButton4
GridLayout gridLayout7
JPanel jPanel110
Constructor Detail |
public ShapeFileLoaderDialog(Frame frame, String title, boolean modal, String directory, String filename, Vector recordNames, Vector selected, String shapeFileTypeName, int recordCounter)
frame
- Parent frametitle
- Dialog box titlemodal
- Modal flagdirectory
- Directoryfilename
- Filename of the shapefilerecordNames
- A list with recordsselected
- A vector with predefined flagsshapeFileTypeName
- The readable type name of shapefilerecordCounter
- Number of recordsMethod Detail |
void jbInit() throws Exception
Exception
void jButton1_actionPerformed(ActionEvent e)
void jButton2_actionPerformed(ActionEvent e)
void jButton3_actionPerformed(ActionEvent e)
void jButton4_actionPerformed(ActionEvent e)
void jButton5_actionPerformed(ActionEvent e)
public boolean getResult()
public Color getColor()
public int getStyle()
public float getTransparency()
public double getOffsetX()
public double getOffsetY()
public double getOffsetZ()
public float getDistance()
public boolean getLOD()
public int getDetailLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |