Interface Writable

All Known Subinterfaces:
PropertyMap, ReadWritable
All Known Implementing Classes:
Alignment, Direction, Enum, PropertyMapImpl, RootWindow, TabAreaVisiblePolicy, TabbedPanelHoverPolicy, TabDepthOrderPolicy, TabDropDownListVisiblePolicy, TabLayoutPolicy, TabSelectTrigger, TitledTabBorderSizePolicy, TitledTabSizePolicy

public interface Writable
Interface for objects that can be written to an ObjectOutputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes this object to an ObjectOutputStream.
  • Method Details