|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebCollapsiblePane | |
---|---|
com.alee.extended.panel | |
com.alee.managers.language.updaters | |
com.alee.managers.settings.processors |
Uses of WebCollapsiblePane in com.alee.extended.panel |
---|
Fields in com.alee.extended.panel declared as WebCollapsiblePane | |
---|---|
protected WebCollapsiblePane |
WebAccordion.lastExpanded
Index of last expanded collapsible pane. |
Fields in com.alee.extended.panel with type parameters of type WebCollapsiblePane | |
---|---|
protected java.util.List<WebCollapsiblePane> |
WebAccordion.panes
Accordion collapsible panes. |
Methods in com.alee.extended.panel that return WebCollapsiblePane | |
---|---|
WebCollapsiblePane |
WebAccordion.addPane(java.awt.Component title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified title component and content. |
WebCollapsiblePane |
WebAccordion.addPane(javax.swing.Icon icon,
java.lang.String title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified icon, title and content. |
WebCollapsiblePane |
WebAccordion.addPane(int index,
java.awt.Component title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified title component and content at the specified index. |
WebCollapsiblePane |
WebAccordion.addPane(int index,
javax.swing.Icon icon,
java.lang.String title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified icon, title and content at the specified index. |
WebCollapsiblePane |
WebAccordion.addPane(int index,
java.lang.String title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified title and content at the specified index. |
protected WebCollapsiblePane |
WebAccordion.addPane(int index,
WebCollapsiblePane pane)
Adds collapsible pane into accordion at the specified index. |
WebCollapsiblePane |
WebAccordion.addPane(java.lang.String title,
java.awt.Component content)
Adds new collapsible pane into accordion with the specified title and content. |
WebCollapsiblePane |
WebAccordion.getPane(int index)
Returns collapsible pane at the specified index. |
Methods in com.alee.extended.panel that return types with arguments of type WebCollapsiblePane | |
---|---|
java.util.List<WebCollapsiblePane> |
WebAccordion.getActualPanesList()
Returns actual list of available collapsible panes. |
java.util.List<WebCollapsiblePane> |
WebAccordion.getPanes()
Returns list of available collapsible panes. |
java.util.List<WebCollapsiblePane> |
WebAccordion.getSelectedPanes()
Returns selected collapsible panes. |
Methods in com.alee.extended.panel with parameters of type WebCollapsiblePane | |
---|---|
protected WebCollapsiblePane |
WebAccordion.addPane(int index,
WebCollapsiblePane pane)
Adds collapsible pane into accordion at the specified index. |
void |
CollapsiblePaneListener.collapsed(WebCollapsiblePane pane)
Notifies when collapsible pane finished collapsing. |
void |
CollapsiblePaneAdapter.collapsed(WebCollapsiblePane pane)
|
void |
CollapsiblePaneListener.collapsing(WebCollapsiblePane pane)
Notifies when collapsible pane starts to collapse. |
void |
CollapsiblePaneAdapter.collapsing(WebCollapsiblePane pane)
|
void |
CollapsiblePaneListener.expanded(WebCollapsiblePane pane)
Notifies when collapsible pane finished expanding. |
void |
CollapsiblePaneAdapter.expanded(WebCollapsiblePane pane)
|
void |
CollapsiblePaneListener.expanding(WebCollapsiblePane pane)
Notifies when collapsible pane starts to expand. |
void |
CollapsiblePaneAdapter.expanding(WebCollapsiblePane pane)
|
protected void |
WebAccordion.removePane(WebCollapsiblePane pane)
Removes collapsible pane from accordion. |
Method parameters in com.alee.extended.panel with type arguments of type WebCollapsiblePane | |
---|---|
void |
WebAccordion.setSelectedPanes(java.util.List<WebCollapsiblePane> selectedPanes)
Sets selected collapsible panes. |
Uses of WebCollapsiblePane in com.alee.managers.language.updaters |
---|
Methods in com.alee.managers.language.updaters with parameters of type WebCollapsiblePane | |
---|---|
void |
WebCollapsiblePaneLU.update(WebCollapsiblePane c,
java.lang.String key,
Value value,
java.lang.Object... data)
Updates component language-dependant variables. |
Uses of WebCollapsiblePane in com.alee.managers.settings.processors |
---|
Methods in com.alee.managers.settings.processors with parameters of type WebCollapsiblePane | |
---|---|
protected void |
WebCollapsiblePaneSettingsProcessor.doDestroy(WebCollapsiblePane collapsiblePane)
Called when component is unregistered from ComponentSettingsManager. |
protected void |
WebCollapsiblePaneSettingsProcessor.doInit(WebCollapsiblePane collapsiblePane)
Called when a new component is registered in ComponentSettingsManager. |
protected void |
WebCollapsiblePaneSettingsProcessor.doLoad(WebCollapsiblePane collapsiblePane)
Called on component settings load. |
protected void |
WebCollapsiblePaneSettingsProcessor.doSave(WebCollapsiblePane collapsiblePane)
Called on component settings save. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |