Class JScrollPanels.EntryPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, StylableComponent
Enclosing class:
JScrollPanels

public static class JScrollPanels.EntryPanel extends JBox
Instances of this are entries of this JScrollPanels. JScrollPanels.EntryPanels themselves are wrappers for whatever content should be displayed by the UI provided by ViewSuppliers wrapped by JScrollPanels.EntryPanels. The ViewSupplier turn whatever kind of view model the user provides into a JComponent which is then wrapped by an JScrollPanels.EntryPanel.
See Also:
  • Method Details

    • getLastState

      public JComponent getLastState()
    • isEntrySelected

      public boolean isEntrySelected()
    • setEntrySelected

      public void setEntrySelected(Boolean isHighlighted)
    • toString

      public String toString()
      Overrides:
      toString in class Component