|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.ijc.widgets.abstractwidget.WidgetCustomizedData
public class WidgetCustomizedData
TODO - currently unused class
| Field Summary | |
|---|---|
static String |
PROP_RENDERER
Property code name for the renderer. |
static String |
PROP_TITLE
Property code name for the title. |
static String |
PROP_TITLE_FONT
Property code name for the font. |
| Constructor Summary | |
|---|---|
WidgetCustomizedData()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
Object |
getRenderer()
|
String |
getTitle()
Get the current title |
Font |
getTitleFont()
Get the current font |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
setRenderer(Object renderer)
|
void |
setTitle(String title)
Set the widget's title. |
void |
setTitleFont(Font titleFont)
Set the widget's font. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_TITLE
public static final String PROP_TITLE_FONT
public static final String PROP_RENDERER
| Constructor Detail |
|---|
public WidgetCustomizedData()
| Method Detail |
|---|
public void setTitle(String title)
title - The new Titlepublic String getTitle()
public void setTitleFont(Font titleFont)
titleFont - The fontpublic Font getTitleFont()
public void setRenderer(Object renderer)
public Object getRenderer()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||