Interface LinkContainer

All Known Implementing Classes:
IrisTable

public interface LinkContainer
Classes that implement this interface indicate that they may wrap an internally linkable object. This is useful when the linkable object is not always visible.
  • Method Summary

    Modifier and Type Method Description
    Linkable getLinkable()
    Return the underlying linkable object.
  • Method Details

    • getLinkable

      Linkable getLinkable()
      Return the underlying linkable object.
      Returns:
      The underlying linkable object.