Search this API

y.view.tabular
Class TableStyle.SimpleStyleDeserializer

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

public static class TableStyle.SimpleStyleDeserializer
extends java.lang.Object
implements DeserializationHandler

Handles GraphML deserialization of TableStyle.SimpleStyle objects.

See Also:
GraphMLIOHandler
 
Your browser does not support SVG content.

Constructor Summary
TableStyle.SimpleStyleDeserializer()
           
 
Method Summary
 void onHandleDeserialization(DeserializationEvent event)
          Callback method to handle the deserialization 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.SimpleStyleDeserializer

public TableStyle.SimpleStyleDeserializer()
Method Detail

onHandleDeserialization

public void onHandleDeserialization(DeserializationEvent event)
Description copied from interface: DeserializationHandler
Callback method to handle the deserialization of the data contained in event.

If this callback could deserialize the data in event, it should assign the deserialization result to the event's DeserializationEvent.setResult(Object) property.

Specified by:
onHandleDeserialization in interface DeserializationHandler
Parameters:
event - Event that contains all data that is needed for deserialization.

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