Class FileDialog.FileSystemLocationLabel

    • Constructor Detail

      • FileSystemLocationLabel

        public FileSystemLocationLabel()
    • Method Detail

      • onBeforeDrawing

        public void onBeforeDrawing()
        Description copied from class: AbstractComponent
        This method is called just before the component's renderer is invoked for the drawing operation. You can use this hook to do some last-minute adjustments to the component, as an alternative to coding it into the renderer itself. The component should have the correct size and position at this point, if you call getSize() and getPosition().
        Overrides:
        onBeforeDrawing in class AbstractComponent<Label>