Interface ViewInformationArea.ViewInformationAreaElement

All Superinterfaces:
org.gvsig.tools.swing.api.Component
Enclosing interface:
ViewInformationArea

public static interface ViewInformationArea.ViewInformationAreaElement extends org.gvsig.tools.swing.api.Component
  • Method Details

    • getIcon

      Icon getIcon()
    • setIcon

      void setIcon(Icon icon)
    • getLabel

      String getLabel()
    • setLabel

      void setLabel(String label)
    • getPriority

      int getPriority()
    • setPriority

      void setPriority(int priority)
    • getTip

      String getTip()
    • setTip

      void setTip(String tip)
    • getComponent

      org.gvsig.tools.swing.api.Component getComponent()