|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> basiccommand >> [ builder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.lib.basiccommand.builder
Class SwingButtonUpdater

java.lang.Objectcom.virtuosotechnologies.lib.basiccommand.builder.SwingButtonUpdater
- public class SwingButtonUpdater
- extends java.lang.Object
Utility that updates a swing AbstractButton
| Field Summary | |
private javax.swing.AbstractButton |
button_
|
| Constructor Summary | |
SwingButtonUpdater(javax.swing.AbstractButton button)
Constructor |
|
| Method Summary | |
private void |
syncSelectedIcon(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
|
private void |
syncSelectedName(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
|
private void |
syncSelectedToolTip(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
|
void |
updateAll(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
Update now |
void |
updateIncremental(com.virtuosotechnologies.lib.propertyset.PropertySetEvent ev)
Update now |
private void |
updateSelectionState(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
button_
private javax.swing.AbstractButton button_
| Constructor Detail |
SwingButtonUpdater
public SwingButtonUpdater(javax.swing.AbstractButton button)
- Constructor
| Method Detail |
syncSelectedName
private void syncSelectedName(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
syncSelectedIcon
private void syncSelectedIcon(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
syncSelectedToolTip
private void syncSelectedToolTip(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
updateSelectionState
private void updateSelectionState(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
updateAll
public void updateAll(com.virtuosotechnologies.lib.propertyset.PropertySet properties)
- Update now
updateIncremental
public void updateIncremental(com.virtuosotechnologies.lib.propertyset.PropertySetEvent ev)
- Update now
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> basiccommand >> [ builder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.lib.basiccommand.builder.SwingButtonUpdater