Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.basiccommand.builder
Class SwingButtonUpdater  view SwingButtonUpdater download SwingButtonUpdater.java

java.lang.Object
  extended bycom.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