Class MapTableView.Entry

java.lang.Object
com.ben12.reta.plugin.tika.view.control.MapTableView.Entry
All Implemented Interfaces:
javafx.collections.MapChangeListener<K,V>
Enclosing class:
MapTableView<K,V>

public class MapTableView.Entry extends Object implements javafx.collections.MapChangeListener<K,V>
Map.Entry wrapper.
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ReadOnlyProperty<K>
     
    javafx.beans.property.Property<V>
     
  • Nested Class Summary

    Nested classes/interfaces inherited from interface javafx.collections.MapChangeListener

    javafx.collections.MapChangeListener.Change<K,V>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Entry(Map.Entry<K,V> mapEntry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    javafx.beans.property.ReadOnlyProperty<K>
     
    void
    onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
     
    javafx.beans.property.Property<V>
     

    Methods inherited from class java.lang.Object

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

    • key

      public javafx.beans.property.ReadOnlyProperty<K> keyProperty
      See Also:
    • value

      public javafx.beans.property.Property<V> valueProperty
      See Also:
  • Constructor Details

    • Entry

      public Entry(Map.Entry<K,V> mapEntry)
      Parameters:
      mapEntry - wrapped map entry
  • Method Details

    • onChanged

      public void onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
      Specified by:
      onChanged in interface javafx.collections.MapChangeListener<K,V>
    • getKey

      public K getKey()
      Returns:
      key value
    • keyProperty

      public javafx.beans.property.ReadOnlyProperty<K> keyProperty()
      Returns:
      key property
    • valueProperty

      public javafx.beans.property.Property<V> valueProperty()
      Returns:
      value property