Class LanguageViewer


  • public class LanguageViewer
    extends MetadataViewer
    The LanguageViewer is a wrapper class for TextviewDialog, we can use it with a couple of lines of code:
            LanguageViewer viewer = new LanguageViewer();
            viewer.setValue(text); 
            viewer.showOpenDialog();
      
    • Constructor Summary

      Constructors 
      Constructor Description
      LanguageViewer()  
    • Method Summary

      Modifier and Type Method Description
      void setTitle​(java.lang.String title)
      set the title of metadata dialog
      void setValue​(UntypedData data)
      set the Text value.
      int showOpenDialog()
      pop up a TextviewDialog Dialog
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LanguageViewer

        public LanguageViewer()
    • Method Detail

      • showOpenDialog

        public int showOpenDialog()
        pop up a TextviewDialog Dialog
        Specified by:
        showOpenDialog in class MetadataViewer
        Returns:
        the result
      • setValue

        public void setValue​(UntypedData data)
        set the Text value. set the Text value.
        Specified by:
        setValue in class MetadataViewer
        Parameters:
        data - the value the set
      • setTitle

        public void setTitle​(java.lang.String title)
        Description copied from class: MetadataViewer
        set the title of metadata dialog
        Specified by:
        setTitle in class MetadataViewer
        Parameters:
        title - the title for the dialog