Interface ContentAccessor<T>

  • Type Parameters:
    T - The content's type to be accessed.
    All Known Subinterfaces:
    ContentAccessor.ContentProperty<T>, ViewportPane<B>

    public interface ContentAccessor<T>
    Provides an accessor for a content property.
    • Method Detail

      • getContent

        T getContent()
        Retrieves the content from the content property.
        Returns:
        The content stored by the content property.