|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.bean.Bean
net.sf.doolin.gui.field.AbstractFieldDescriptor<V>
net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor<V>
net.sf.doolin.gui.field.FieldToggle<V>
V - Type of object for the viewpublic class FieldToggle<V>
JToggleButton field descriptor.
| Constructor Summary | |
|---|---|
FieldToggle()
|
|
| Method Summary | |
|---|---|
Field<V> |
createField(GUIView<V> view)
Creates a field. |
String |
getIcon()
Gets the icon ID associated with this button |
String |
getText()
Gets the text. |
String |
getTip()
Gets the tool tip text expression associated with this button. |
void |
setIcon(String icon)
Sets the icon ID associated with this button |
void |
setText(String text)
Sets the text. |
void |
setTip(String tip)
Sets the tool tip text expression associated with this button. |
| Methods inherited from class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor |
|---|
getAdapter, getProperty, getPropertyPath, setAdapter, setProperty, setPropertyPath, subscribe, subscribe |
| Methods inherited from class net.sf.doolin.gui.field.AbstractFieldDescriptor |
|---|
getActionFactory, getConstraint, getDisplayStateHandler, getIconService, getName, getStyle, getTransferHandler, onInit, onShow, setActionFactory, setConstraint, setDisplayState, setDisplayStateHandler, setIconService, setName, setStyle, setTransferHandler |
| Methods inherited from class net.sf.doolin.bus.bean.Bean |
|---|
getBeanNotificationSupport, getParentBean, notify, setParentBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldToggle()
| Method Detail |
|---|
public Field<V> createField(GUIView<V> view)
view - the view
public String getIcon()
public String getText()
public String getTip()
public void setIcon(String icon)
icon - Icon IDpublic void setText(String text)
text - the new textpublic void setTip(String tip)
tip - Text expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||