Package org.omegat.gui.editor.autotext
Class Autotext
- java.lang.Object
-
- org.omegat.gui.editor.autotext.Autotext
-
public final class Autotext extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Autotext.AutotextItem
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Autotext.AutotextItem>
getItems()
static java.util.List<Autotext.AutotextItem>
load(java.io.File file)
static void
save()
static void
save(java.util.Collection<Autotext.AutotextItem> items, java.io.File file)
static void
setList(java.util.Collection<Autotext.AutotextItem> items)
-
-
-
Method Detail
-
getItems
public static java.util.List<Autotext.AutotextItem> getItems()
-
setList
public static void setList(java.util.Collection<Autotext.AutotextItem> items)
-
load
public static java.util.List<Autotext.AutotextItem> load(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
save
public static void save(java.util.Collection<Autotext.AutotextItem> items, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
save
public static void save() throws java.io.IOException
- Throws:
java.io.IOException
-
-