Class FileDialog.FileSystemLocationLabel

java.lang.Object
com.googlecode.lanterna.gui2.AbstractComponent<Label>
com.googlecode.lanterna.gui2.Label
com.googlecode.lanterna.gui2.dialogs.FileDialog.FileSystemLocationLabel
All Implemented Interfaces:
Component, TextGUIElement
Enclosing class:
FileDialog

private class FileDialog.FileSystemLocationLabel extends Label
  • Constructor Details

    • FileSystemLocationLabel

      public FileSystemLocationLabel()
  • Method Details

    • 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>