Interface HiddableExtension

All Superinterfaces:
IExtension
All Known Implementing Classes:
ExtensionDecorator

public interface HiddableExtension extends IExtension
Extending andami's classical extension this interface will support hidding or showing an extension on the fly.
  • Method Details

    • getVisibility

      int getVisibility()
      Determines whether the extension will be visible or not, overriding the value defined by the extension itself.
      Returns:
    • setVisibility

      void setVisibility(int state)
      Sets the absolute visibility of this extension (overriding the value set at the MDIManager)
      Parameters:
      b -