|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebSplitPane | |
---|---|
com.alee.extended.tab | |
com.alee.laf.filechooser | |
com.alee.laf.splitpane |
Uses of WebSplitPane in com.alee.extended.tab |
---|
Fields in com.alee.extended.tab declared as WebSplitPane | |
---|---|
protected WebSplitPane |
SplitData.splitPane
Actual split component. |
Fields in com.alee.extended.tab with type parameters of type WebSplitPane | |
---|---|
protected Customizer<WebSplitPane> |
WebDocumentPane.splitPaneCustomizer
Document customizer. |
Methods in com.alee.extended.tab that return WebSplitPane | |
---|---|
protected WebSplitPane |
SplitData.createSplit(int orientation,
StructureData first,
StructureData last)
Returns new split component. |
WebSplitPane |
SplitData.getSplitPane()
Returns actual split component. |
Methods in com.alee.extended.tab that return types with arguments of type WebSplitPane | |
---|---|
Customizer<WebSplitPane> |
WebDocumentPane.getSplitPaneCustomizer()
Returns split pane customizer. |
Methods in com.alee.extended.tab with parameters of type WebSplitPane | ||
---|---|---|
static
|
WebDocumentPane.getData(WebSplitPane splitPane)
Returns split data stored inside the split pane component. |
Method parameters in com.alee.extended.tab with type arguments of type WebSplitPane | |
---|---|
void |
WebDocumentPane.setSplitPaneCustomizer(Customizer<WebSplitPane> customizer)
Sets split pane customizer and applies it to existing panes. |
Constructor parameters in com.alee.extended.tab with type arguments of type WebSplitPane | |
---|---|
WebDocumentPane(Customizer<WebTabbedPane> tabbedPaneCustomizer,
Customizer<WebSplitPane> splitPaneCustomizer)
Constructs new document pane. |
Uses of WebSplitPane in com.alee.laf.filechooser |
---|
Fields in com.alee.laf.filechooser declared as WebSplitPane | |
---|---|
protected WebSplitPane |
WebFileChooserPanel.centralSplit
|
Uses of WebSplitPane in com.alee.laf.splitpane |
---|
Methods in com.alee.laf.splitpane that return WebSplitPane | |
---|---|
WebSplitPane |
WebSplitPane.setDividerBorderColor(java.awt.Color color)
Sets divider border color. |
WebSplitPane |
WebSplitPane.setDragDividerColor(java.awt.Color dragDividerColor)
|
WebSplitPane |
WebSplitPane.setDrawDividerBorder(boolean draw)
Sets whether divider border is painted or not. |
WebSplitPane |
WebSplitPane.setMargin(int spacing)
|
WebSplitPane |
WebSplitPane.setMargin(int top,
int left,
int bottom,
int right)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |