Spec-Zone.ru › OpenJavaFX 8
javafx.scene.control

Interface TextInputControl.Content

All Superinterfaces:

Observable, ObservableObjectValue<String>, ObservableStringValue, ObservableValue<String>

Enclosing class:

TextInputControl



protected static interface TextInputControl.Content
extends ObservableStringValue
Interface representing a text input's content. Since it is an ObservableStringValue, you can also bind to, or observe the content.

Since:

JavaFX 2.0

  • Method Summary

    All MethodsInstance MethodsAbstract Methods
    Modifier and Type Method and Description
    void delete(int start, int end, boolean notifyListeners)
    Removes a sequence of characters from the content.
    String get(int start, int end)
    Retrieves a subset of the content.
    void insert(int index, String text, boolean notifyListeners)
    Inserts a sequence of characters into the content.
    int length()
    Returns the number of characters represented by the content.
    • Methods inherited from interface javafx.beans.value.ObservableObjectValue

      get
    • Methods inherited from interface javafx.beans.value.ObservableValue

      addListener, getValue, removeListener
    • Methods inherited from interface javafx.beans.Observable

      addListener, removeListener
  • Method Detail

    • get

      String get(int start,
                 int end)
      Retrieves a subset of the content.

      Parameters:

      start -

    • insert

      void insert(int index,
                  String text,
                  boolean notifyListeners)
      Inserts a sequence of characters into the content.

      Parameters:

      index -

      Since:

      JavaFX 2.1

    • delete

      void delete(int start,
                  int end,
                  boolean notifyListeners)
      Removes a sequence of characters from the content.

      Parameters:

      start -

      Since:

      JavaFX 2.1

    • length

      int length()
      Returns the number of characters represented by the content.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API