Interface IIssue

  • All Known Implementing Classes:
    SimpleIssue, TagIssue

    public interface IIssue
    An interface encapsulating the information required to graphically display a translation issue to the translator.
    • Method Detail

      • getIcon

        javax.swing.Icon getIcon()
      • getTypeName

        java.lang.String getTypeName()
      • getSegmentNumber

        int getSegmentNumber()
      • getDescription

        java.lang.String getDescription()
      • getDetailComponent

        java.awt.Component getDetailComponent()
      • hasMenuComponents

        default boolean hasMenuComponents()
      • getMenuComponents

        default java.util.List<? extends javax.swing.JMenuItem> getMenuComponents()