|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.core.AbstractDisposable
yu.ac.bg.etf.javaqx.qswing.JQComponent
yu.ac.bg.etf.javaqx.qswing.JQContainer
yu.ac.bg.etf.javaqx.qswing.JQWindow
yu.ac.bg.etf.javaqx.qswing.JQDialog
yu.ac.bg.etf.javaqx.qswing.JQFileChooser
File Chooser Component.
NOTE: This class is not compatible with javax.swing.JFileChooser class!
Field Summary |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.JQDialog |
ACCEPTED, REJECTED |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.JQWindow |
ALWAYS_ON_TOP_WINDOW_SUPPORTED, BORDER_HELP_BUTTON, BORDER_MAXIMIZE_BUTTON, BORDER_MINIMIZE_BUTTON, BORDER_SYSTEM_MENU, BORDER_TITLE, BORDER_UNDECORATED, FULL_SCREEN_WINDOW_SUPPORTED, TYPE_DIALOG, TYPE_POPUP, TYPE_SPLASH_SCREEN, TYPE_TOOL, TYPE_WINDOW, WINDOW_OPACITY_SUPPORTED, WINDOW_SHAPE_SUPPORTED |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.JQComponent |
listenerList |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.JQWindowConstants |
APPLICATION_MODAL, DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, FULL_SCREEN, HIDE_ON_CLOSE, ICONIFIED, MAXIMIZED, NON_MODAL, NORMAL, POSITION_CUSTOM, QUIT_ON_CLOSE, WINDOW_MODAL |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQWindowProperties |
PROPERTY_ALWAYS_ON_TOP, PROPERTY_DEFAULT_CLOSE_OPERATION, PROPERTY_ICON_IMAGE, PROPERTY_OPACITY, PROPERTY_SHAPE, PROPERTY_TITLE |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQContainerProperties |
PROPERTY_LAYOUT_MANAGER |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQComponentProperties |
PROPERTY_BACKGROUND, PROPERTY_COMPONENT_ORIENTATION, PROPERTY_CONTEXT_MENU, PROPERTY_ENABLED, PROPERTY_FIXED_SIZE, PROPERTY_FOCUSABLE, PROPERTY_FONT, PROPERTY_FOREGROUND, PROPERTY_INSETS, PROPERTY_LOCALE, PROPERTY_MAXIMUM_SIZE, PROPERTY_MINIMUM_SIZE, PROPERTY_NAME, PROPERTY_OPAQUE, PROPERTY_PREFERRED_SIZE, PROPERTY_RESOURCE_BUNDLE_NAME, PROPERTY_STATUS_TIP_TEXT, PROPERTY_STYLE_SHEET, PROPERTY_TOOL_TIP_TEXT, PROPERTY_VISIBLE, PROPERTY_WHATS_THIS_TEXT |
Method Summary | |
static java.io.File |
getExistingDirectory(JQComponent parent)
Returns directory selected by the user. |
static java.io.File |
getExistingDirectory(JQComponent parent,
java.lang.String caption,
java.lang.String directory)
Returns directory selected by the user. |
static java.lang.String |
getExistingDirectoryName(JQComponent parent)
Returns directory selected by the user. |
static java.lang.String |
getExistingDirectoryName(JQComponent parent,
java.lang.String caption,
java.lang.String directory)
Returns directory selected by the user. |
static java.io.File |
getOpenFile(JQComponent parent)
Returns file selected by the user. |
static java.io.File |
getOpenFile(JQComponent parent,
java.lang.String caption,
java.lang.String directory,
java.lang.String filter,
java.lang.String selectedFilter)
Returns file selected by the user. |
static java.lang.String |
getOpenFileName(JQComponent parent)
Returns file selected by the user. |
static java.lang.String |
getOpenFileName(JQComponent parent,
java.lang.String caption,
java.lang.String directory,
java.lang.String filter,
java.lang.String selectedFilter)
Returns file selected by the user. |
static java.io.File |
getSaveFile(JQComponent parent)
Returns file selected by the user. |
static java.io.File |
getSaveFile(JQComponent parent,
java.lang.String caption,
java.lang.String directory,
java.lang.String filter,
java.lang.String selectedFilter)
Returns file selected by the user. |
static java.lang.String |
getSaveFileName(JQComponent parent)
Returns file selected by the user. |
static java.lang.String |
getSaveFileName(JQComponent parent,
java.lang.String caption,
java.lang.String directory,
java.lang.String filter,
java.lang.String selectedFilter)
Returns file selected by the user. |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.JQDialog |
closeDialog, getDialogResult, isAccepted, isRejected, setAccepted, setModal, showDialog |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.JQContainer |
add, add, add, add, addImpl, doLayout, getComponent, getComponentCount, getComponentIndex, getComponents, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, invalidate, pack, remove, remove, removeAll, setBackground, setComponentOrientation, setForeground, setLayout, validate |
Methods inherited from class yu.ac.bg.etf.javaqx.core.AbstractDisposable |
addDisposeListener, dispose, disposedCheck, disposedErrorString, finalize, isDisposed, removeDisposeListener |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static java.lang.String getExistingDirectoryName(JQComponent parent)
parent
- the parent component
public static java.lang.String getExistingDirectoryName(JQComponent parent, java.lang.String caption, java.lang.String directory)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directory
public static java.io.File getExistingDirectory(JQComponent parent)
parent
- the parent component
public static java.io.File getExistingDirectory(JQComponent parent, java.lang.String caption, java.lang.String directory)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directory
public static java.lang.String getOpenFileName(JQComponent parent)
parent
- the parent component
public static java.lang.String getOpenFileName(JQComponent parent, java.lang.String caption, java.lang.String directory, java.lang.String filter, java.lang.String selectedFilter)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directoryfilter
- the file directoryselectedFilter
- the selected filter
public static java.io.File getOpenFile(JQComponent parent)
parent
- the parent component
public static java.io.File getOpenFile(JQComponent parent, java.lang.String caption, java.lang.String directory, java.lang.String filter, java.lang.String selectedFilter)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directoryfilter
- the file directoryselectedFilter
- the selected filter
public static java.lang.String getSaveFileName(JQComponent parent)
parent
- the parent component
public static java.lang.String getSaveFileName(JQComponent parent, java.lang.String caption, java.lang.String directory, java.lang.String filter, java.lang.String selectedFilter)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directoryfilter
- the file directoryselectedFilter
- the selected filter
public static java.io.File getSaveFile(JQComponent parent)
parent
- the parent component
public static java.io.File getSaveFile(JQComponent parent, java.lang.String caption, java.lang.String directory, java.lang.String filter, java.lang.String selectedFilter)
parent
- the parent componentcaption
- the dialog captiondirectory
- the directoryfilter
- the file directoryselectedFilter
- the selected filter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |