|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customizer | |
---|---|
com.alee.extended.tab | |
com.alee.laf.filechooser |
Uses of Customizer in com.alee.extended.tab |
---|
Fields in com.alee.extended.tab declared as Customizer | |
---|---|
protected Customizer<WebSplitPane> |
WebDocumentPane.splitPaneCustomizer
Document customizer. |
protected Customizer<WebTabbedPane> |
WebDocumentPane.tabbedPaneCustomizer
Tabbed panes customizer. |
Methods in com.alee.extended.tab that return Customizer | |
---|---|
Customizer<WebSplitPane> |
WebDocumentPane.getSplitPaneCustomizer()
Returns split pane customizer. |
Customizer<WebTabbedPane> |
WebDocumentPane.getTabbedPaneCustomizer()
Returns tabbed pane customizer. |
Methods in com.alee.extended.tab with parameters of type Customizer | |
---|---|
void |
WebDocumentPane.setSplitPaneCustomizer(Customizer<WebSplitPane> customizer)
Sets split pane customizer and applies it to existing panes. |
void |
WebDocumentPane.setTabbedPaneCustomizer(Customizer<WebTabbedPane> customizer)
Sets tabbed pane customizer and applies it to existing panes. |
Constructors in com.alee.extended.tab with parameters of type Customizer | |
---|---|
WebDocumentPane(Customizer<WebTabbedPane> tabbedPaneCustomizer,
Customizer<WebSplitPane> splitPaneCustomizer)
Constructs new document pane. |
|
WebDocumentPane(Customizer<WebTabbedPane> tabbedPaneCustomizer,
Customizer<WebSplitPane> splitPaneCustomizer)
Constructs new document pane. |
Uses of Customizer in com.alee.laf.filechooser |
---|
Methods in com.alee.laf.filechooser with parameters of type Customizer | |
---|---|
static java.util.List<java.io.File> |
WebFileChooser.showMultiOpenDialog(java.awt.Component parent,
Customizer<WebFileChooser> customizer)
Constructs and displays multiply files open dialog and returns selected files list as a result. |
static java.util.List<java.io.File> |
WebFileChooser.showMultiOpenDialog(java.awt.Component parent,
java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays multiply files open dialog and returns selected files list as a result. |
static java.util.List<java.io.File> |
WebFileChooser.showMultiOpenDialog(Customizer<WebFileChooser> customizer)
Constructs and displays multiply files open dialog and returns selected files list as a result. |
static java.util.List<java.io.File> |
WebFileChooser.showMultiOpenDialog(java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays multiply files open dialog and returns selected files list as a result. |
static java.io.File |
WebFileChooser.showOpenDialog(java.awt.Component parent,
Customizer<WebFileChooser> customizer)
Constructs and displays file open dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showOpenDialog(java.awt.Component parent,
java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays file open dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showOpenDialog(Customizer<WebFileChooser> customizer)
Constructs and displays file open dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showOpenDialog(java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays file open dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showSaveDialog(java.awt.Component parent,
Customizer<WebFileChooser> customizer)
Constructs and displays file save dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showSaveDialog(java.awt.Component parent,
java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays file save dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showSaveDialog(Customizer<WebFileChooser> customizer)
Constructs and displays file save dialog and returns selected file as a result. |
static java.io.File |
WebFileChooser.showSaveDialog(java.lang.String currentDirectory,
Customizer<WebFileChooser> customizer)
Constructs and displays file save dialog and returns selected file as a result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |