org.montsuqi.client.marshallers
Class PixmapMarshaller

java.lang.Object
  extended by org.montsuqi.client.marshallers.WidgetMarshaller
      extended by org.montsuqi.client.marshallers.PixmapMarshaller

public class PixmapMarshaller
extends WidgetMarshaller

A class to send/receive Pixmap data.


Field Summary
 
Fields inherited from class org.montsuqi.client.marshallers.WidgetMarshaller
logger
 
Constructor Summary
PixmapMarshaller()
           
 
Method Summary
 void receive(WidgetValueManager manager, java.awt.Component widget)
           
 void send(WidgetValueManager manager, java.lang.String name, java.awt.Component widget)
           
 
Methods inherited from class org.montsuqi.client.marshallers.WidgetMarshaller
getMarshaller, handleStateStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixmapMarshaller

public PixmapMarshaller()
Method Detail

receive

public void receive(WidgetValueManager manager,
                    java.awt.Component widget)
             throws java.io.IOException
Specified by:
receive in class WidgetMarshaller
Throws:
java.io.IOException

send

public void send(WidgetValueManager manager,
                 java.lang.String name,
                 java.awt.Component widget)
          throws java.io.IOException
Specified by:
send in class WidgetMarshaller
Throws:
java.io.IOException