Interface EmbeddedViewer<T>

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface EmbeddedViewer<T> extends org.gvsig.tools.swing.api.Component
Author:
jjdelcerro
  • Method Details

    • setReadOnly

      void setReadOnly(boolean readonly)
    • setMessageHandler

      void setMessageHandler(org.gvsig.tools.util.Invocable messageHandler)
    • supportShowInWindow

      boolean supportShowInWindow()
    • createShowInWindowAction

      Action createShowInWindowAction()
    • put

      void put(T value)
    • clear

      void clear()
    • showInWindow

      void showInWindow()