Class AppearanceControlTextField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants, nl.tudelft.simulation.dsol.swing.gui.appearance.AppearanceControl, AppearanceControl

public class AppearanceControlTextField extends JTextField implements AppearanceControl
Text field that ignore appearance on foreground and background.

Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • AppearanceControlTextField

      public AppearanceControlTextField()
  • Method Details

    • isForeground

      public boolean isForeground()
      Specified by:
      isForeground in interface nl.tudelft.simulation.dsol.swing.gui.appearance.AppearanceControl
    • isBackground

      public boolean isBackground()
      Specified by:
      isBackground in interface nl.tudelft.simulation.dsol.swing.gui.appearance.AppearanceControl
    • toString

      public String toString()
      Overrides:
      toString in class Component