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 Details

    • getIcon

      Icon getIcon()
    • getTypeName

      String getTypeName()
    • getSegmentNumber

      int getSegmentNumber()
    • getDescription

      String getDescription()
    • getDetailComponent

      Component getDetailComponent()
    • hasMenuComponents

      default boolean hasMenuComponents()
    • getMenuComponents

      default List<? extends JMenuItem> getMenuComponents()