Uses of Class
net.nand.util.i18n.gui.PropertiesTranslatorEditor

Packages that use PropertiesTranslatorEditor
net.nand.util.i18n.gui   
 

Uses of PropertiesTranslatorEditor in net.nand.util.i18n.gui
 

Fields in net.nand.util.i18n.gui with type parameters of type PropertiesTranslatorEditor
private  java.util.ArrayList<PropertiesTranslatorEditor> PTEMain.ptes
          Editors we've opened; tracked here for unsaved changes before exit.
 

Methods in net.nand.util.i18n.gui that return types with arguments of type PropertiesTranslatorEditor
private  java.util.ArrayList<PropertiesTranslatorEditor> PTEMain.checkUnsaved()
          Check all open editors' hasUnsavedChanges() and return any.
 

Method parameters in net.nand.util.i18n.gui with type arguments of type PropertiesTranslatorEditor
private  void PTEMain.askUnsaved(java.util.ArrayList<PropertiesTranslatorEditor> unsavedPTE)
          For any editors with unsaved changes, ask the user if they want to save, discard, or cancel exit.
 

Constructors in net.nand.util.i18n.gui with parameters of type PropertiesTranslatorEditor
PropertiesTranslatorEditor.PTSwingTableModel(PropertiesTranslatorEditor pted)
          Create and populate with existing data.