Package app.events

Class ToggleWrapTextEvent

java.lang.Object
app.events.Event
app.events.ToggleWrapTextEvent

public class ToggleWrapTextEvent
extends Event
Event signalizing that the editor wrap text function was toggled on or off
  • Constructor Summary

    Constructors
    Constructor Description
    ToggleWrapTextEvent​(boolean isWrapped)
    Event signalizing that the editor wraptext function was toggled on or off
  • Method Summary

    Modifier and Type Method Description
    boolean getIsWrapped()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ToggleWrapTextEvent

      public ToggleWrapTextEvent​(boolean isWrapped)
      Event signalizing that the editor wraptext function was toggled on or off
      Parameters:
      isWrapped - Whether or not wraptext was turned on or off
  • Method Details

    • getIsWrapped

      public boolean getIsWrapped()
      Returns:
      Whether or not wraptext was turned on or off