Interface IEFixedLayoutProp

    • Method Detail

      • onFixedWidth

        void onFixedWidth​(PanelEditor editor,
                          ComplexOperation op,
                          int size)
        Sets the fixed width of a component in pixels. The Editor instance can be interrogated for e.g. unit conversion.
        Parameters:
        editor - The panel editor.
        op - The complex undo/redo operation, might be null when no such operation is in progress.
        size - The size in pixels.
      • onFixedHeight

        void onFixedHeight​(PanelEditor editor,
                           ComplexOperation op,
                           int size)
        Sets the fixed width of a component in pixels. The Editor instance can be interrogated for e.g. unit conversion.
        Parameters:
        editor - The panel editor.
        op - The complex undo/redo operation, might be null when no such operation is in progress.
        size - The size in pixels.