Class WriteContext


  • public class WriteContext
    extends java.lang.Object
    Contains information used when writing a docking window state.
    • Constructor Detail

      • WriteContext

        public WriteContext​(boolean writePropertiesEnabled,
                            ViewSerializer viewSerializer)
        Constructor.
        Parameters:
        writePropertiesEnabled - true if property values should be written
    • Method Detail

      • getWritePropertiesEnabled

        public boolean getWritePropertiesEnabled()
        Returns true if property values should be written.
        Returns:
        true if property values should be written
      • setViewSerializer

        public void setViewSerializer​(ViewSerializer viewSerializer)