|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebList | |
---|---|
com.alee.extended.list | |
com.alee.laf.list |
Uses of WebList in com.alee.extended.list |
---|
Subclasses of WebList in com.alee.extended.list | |
---|---|
class |
WebCheckBoxList
This component offers a checkbox list functionality. |
class |
WebFileList
Special list component that simplifies files rendering. |
Uses of WebList in com.alee.laf.list |
---|
Fields in com.alee.laf.list with type parameters of type WebList | |
---|---|
protected ToolTipProvider<? extends WebList> |
WebList.toolTipProvider
Custom WebLaF tooltip provider. |
Methods in com.alee.laf.list that return WebList | |
---|---|
WebList |
WebList.changeFontSize(int change)
Changes font size of the specified component. |
WebList |
WebList.setBoldFont()
Sets bold font for the component. |
WebList |
WebList.setBoldFont(boolean apply)
Sets bold font for the component. |
WebList |
WebList.setFontName(java.lang.String fontName)
Sets component font name. |
WebList |
WebList.setFontSize(int fontSize)
Sets component font size. |
WebList |
WebList.setFontSizeAndStyle(int fontSize,
boolean bold,
boolean italic)
Sets font size and style for the specified component. |
WebList |
WebList.setFontSizeAndStyle(int fontSize,
int style)
Sets font size and style for the specified component. |
WebList |
WebList.setFontStyle(boolean bold,
boolean italic)
Sets component font style. |
WebList |
WebList.setFontStyle(int style)
Sets component font style. |
WebList |
WebList.setItalicFont()
Sets italic or plain font for the component. |
WebList |
WebList.setItalicFont(boolean apply)
Sets italic or plain font for the component. |
WebList |
WebList.setMaximumHeight(int maximumHeight)
Sets component maximum height. |
WebList |
WebList.setMaximumWidth(int maximumWidth)
Sets component maximum width. |
WebList |
WebList.setMinimumHeight(int minimumHeight)
Sets component minimum height. |
WebList |
WebList.setMinimumWidth(int minimumWidth)
Sets component minimum width. |
WebList |
WebList.setPlainFont()
Sets plain font for the component. |
WebList |
WebList.setPlainFont(boolean apply)
Sets plain font for the component. |
WebList |
WebList.setPreferredHeight(int preferredHeight)
Sets component preferred height. |
WebList |
WebList.setPreferredSize(int width,
int height)
Sets component preferred size. |
WebList |
WebList.setPreferredWidth(int preferredWidth)
Sets component preferred width. |
Methods in com.alee.laf.list that return types with arguments of type WebList | |
---|---|
protected ToolTipProvider<? extends WebList> |
WebListUI.getToolTipProvider()
Returns custom WebLaF tooltip provider. |
ToolTipProvider<? extends WebList> |
WebList.getToolTipProvider()
Returns custom WebLaF tooltip provider. |
Methods in com.alee.laf.list with parameters of type WebList | |
---|---|
java.awt.Rectangle |
ListToolTipProvider.getSourceBounds(WebList list,
java.lang.Object value,
int index,
int column,
boolean isSelected)
|
protected java.lang.Object |
ListToolTipProvider.getValue(WebList list,
int index,
int column)
|
protected boolean |
ListToolTipProvider.isSelected(WebList list,
int index,
int column)
|
Method parameters in com.alee.laf.list with type arguments of type WebList | |
---|---|
void |
WebList.setToolTipProvider(ToolTipProvider<? extends WebList> provider)
Sets custom WebLaF tooltip provider. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |