Interface IWindowTransform


public interface IWindowTransform
Interface to transform a standard view to a view palette.
Author:
Vicente Caballero Navarro
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns if the view is palette type or standard
    void
    Restore to standard view
    void
    Transform to view palette.
  • Method Details

    • toPalette

      void toPalette()
      Transform to view palette.
    • restore

      void restore()
      Restore to standard view
    • isPalette

      boolean isPalette()
      Returns if the view is palette type or standard
      Returns:
      boolean