|
WUI : API |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WDisplayable | |
org.westofj.wui | |
org.westofj.wui.table |
Uses of WDisplayable in org.westofj.wui |
Classes in org.westofj.wui that implement WDisplayable | |
class |
WLabel
Renders text to the display. |
class |
WLabelWidget
Implements base functionality for labels. |
class |
WLocalizedText
Represents a localized resource. |
class |
WParamText
Represents a parameterized localized resource. |
class |
WStringLabel
A string based label. |
class |
WText
An implementation of WDisplayable that wraps a String . |
Methods in org.westofj.wui that return WDisplayable | |
WDisplayable |
WTabbedPane.getTitleAt(int index)
Returns the title of the tab at the specified index. |
WDisplayable |
WResetButton.getText()
Returns the label of the reset button. |
WDisplayable |
WPage.getTitle()
Returns the title of the page. |
WDisplayable |
WLabel.getText()
Returns the text of the label. |
WDisplayable |
WImage.getAlt()
Returns the alternate text of the image. |
WDisplayable |
WImage.getTitle()
Returns the title of the image. |
WDisplayable |
WAnchor.getText()
Returns the label of the anchor widget. |
WDisplayable |
WAbstractButton.getText()
Returns the button label. |
Methods in org.westofj.wui with parameters of type WDisplayable | |
void |
WTabbedPane.add(WDisplayable title,
Widget widget)
Adds a widget and an associated title to the tab pane. |
void |
WResetButton.setText(WDisplayable text)
Sets the label of the reset button to the specified value. |
void |
WPage.setTitle(WDisplayable title)
Sets the title of the page. |
void |
WLabel.setText(WDisplayable text)
Sets the text of the label. |
void |
WImage.setAlt(WDisplayable alt)
Sets the alternate text of the image. |
void |
WImage.setTitle(WDisplayable title)
Sets the title of the image. |
void |
WAnchor.setText(WDisplayable text)
Sets the label of the anchor. |
void |
WAbstractButton.setText(WDisplayable text)
Sets the label of the button. |
Constructors in org.westofj.wui with parameters of type WDisplayable | |
WResetButton(WDisplayable text)
Constructs a reset button with the specified label. |
|
WRadioMenuItem(WDisplayable text)
Constructs a radio menu item with the specified text. |
|
WPage(WDisplayable title)
Constructs a page with the specified title. |
|
WMenuItem(WDisplayable text)
Constructs a menu item with the specified text. |
|
WMenuElement(WDisplayable text)
Constructs a menu element with the specified label. |
|
WMenu(WDisplayable text)
Constructs an empty menu with the specified label. |
|
WLink(WDisplayable text)
Constructs a link button with the specified label. |
|
WLabel(WDisplayable text)
Constructs a label with the specified text. |
|
WLabel(WDisplayable text,
WFont font)
Constructs a label with the specified text and font. |
|
WLabel(WDisplayable text,
WFont font,
Color color)
Constructs a label with the specified text, font and color. |
|
WExternalLink(WDisplayable text,
String url)
Constructs an external link with the specified label and URL. |
|
WCheckMenuItem(WDisplayable text)
Constructs a check menu item with the specified text. |
|
WButton(WDisplayable text)
Constructs a button with the specified label. |
|
WAnchor(WDisplayable text)
Constructs an anchor widget with the specified label. |
|
WAbstractButton(WDisplayable text)
Constructs a button labelled with the specified text. |
Uses of WDisplayable in org.westofj.wui.table |
Methods in org.westofj.wui.table that return WDisplayable | |
WDisplayable |
WTableColumn.getHeader()
Returns the header of the column. |
Methods in org.westofj.wui.table with parameters of type WDisplayable | |
void |
WTableColumn.setHeader(WDisplayable header)
Sets the text of the column header. |
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |