org.xdat.gui.dialogs
public class FileImportSettingsDialog extends javax.swing.JDialog
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Constructor and Description |
---|
FileImportSettingsDialog(Main mainWindow)
Instantiates a new file import settings dialog.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JRadioButton |
getAllBlanksRadioButton()
Gets the all blanks radio button.
|
javax.swing.JRadioButton |
getCommaRadioButton()
Gets the comma radio button.
|
javax.swing.ButtonGroup |
getDelimiterButtonGroup()
Gets the delimiter button group.
|
javax.swing.ButtonGroup |
getFileBrowsingButtonGroup()
Gets the file browsing button group.
|
javax.swing.JRadioButton |
getGermanLocaleRadioButton()
Gets the german locale radio button.
|
javax.swing.ButtonGroup |
getNumberFormatLocaleButtonGroup()
Gets the number format locale button group.
|
javax.swing.JRadioButton |
getOtherRadioButton()
Gets the other delimiting character radio button.
|
javax.swing.JTextField |
getOtherTextField()
Gets the other text field.
|
javax.swing.JRadioButton |
getSemiColonRadioButton()
Gets the semi colon radio button.
|
javax.swing.JRadioButton |
getSpaceRadioButton()
Gets the space radio button.
|
javax.swing.JRadioButton |
getTabRadioButton()
Gets the tab radio button.
|
javax.swing.JCheckBox |
getTreatConsecutiveAsOneCheckBox()
Gets the treat consecutive as one check box.
|
javax.swing.JRadioButton |
getUseHomeRadioButton()
Gets the use home directory radio button.
|
javax.swing.JRadioButton |
getUseLastRadioButton()
Gets the use last directory radio button.
|
javax.swing.JRadioButton |
getUseThisRadioButton()
Gets the use this directory radio button.
|
javax.swing.JTextField |
getUseThisTextField()
Gets the text field that specifies the user-specific file-browsing
location.
|
javax.swing.JRadioButton |
getUsLocaleRadioButton()
Gets the us locale radio button.
|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, toFront
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public FileImportSettingsDialog(Main mainWindow) throws java.awt.HeadlessException
mainWindow
- the main windowjava.awt.HeadlessException
- the headless exceptionpublic javax.swing.ButtonGroup getDelimiterButtonGroup()
public javax.swing.ButtonGroup getFileBrowsingButtonGroup()
public javax.swing.ButtonGroup getNumberFormatLocaleButtonGroup()
public javax.swing.JTextField getOtherTextField()
public javax.swing.JTextField getUseThisTextField()
public javax.swing.JCheckBox getTreatConsecutiveAsOneCheckBox()
public javax.swing.JRadioButton getAllBlanksRadioButton()
public javax.swing.JRadioButton getOtherRadioButton()
public javax.swing.JRadioButton getSemiColonRadioButton()
public javax.swing.JRadioButton getSpaceRadioButton()
public javax.swing.JRadioButton getTabRadioButton()
public javax.swing.JRadioButton getUseHomeRadioButton()
public javax.swing.JRadioButton getUseLastRadioButton()
public javax.swing.JRadioButton getUseThisRadioButton()
public javax.swing.JRadioButton getCommaRadioButton()
public javax.swing.JRadioButton getUsLocaleRadioButton()
public javax.swing.JRadioButton getGermanLocaleRadioButton()