Search this API

y.view.tabular
Class TableStyle.SimpleStyleSerializer

java.lang.Object
  extended by y.view.tabular.TableStyle.SimpleStyleSerializer
All Implemented Interfaces:
java.util.EventListener, SerializationHandler
Enclosing interface:
TableStyle

public static class TableStyle.SimpleStyleSerializer
extends java.lang.Object
implements SerializationHandler

Handles GraphML serialization of TableStyle.SimpleStyle objects.

See Also:
GraphMLIOHandler
 

Constructor Summary
TableStyle.SimpleStyleSerializer()
           
 
Method Summary
 void onHandleSerialization(SerializationEvent event)
          Callback method to handle the serialization of the data contained in event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStyle.SimpleStyleSerializer

public TableStyle.SimpleStyleSerializer()
Method Detail

onHandleSerialization

public void onHandleSerialization(SerializationEvent event)
                           throws SerializationNotSupportedException
Description copied from interface: SerializationHandler
Callback method to handle the serialization of the data contained in event.

If this callback could serialize the data in event, it should set the SerializationEvent.setHandled(boolean) property to true to prevent further serialization code from processing this data.

Specified by:
onHandleSerialization in interface SerializationHandler
Parameters:
event - Event that contains all data that is needed for serialization.
Throws:
SerializationNotSupportedException

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.