public class TableProperties extends Object
Modifier and Type | Method and Description |
---|---|
static void |
load(JTable pTable,
Properties pProperties,
String pPrefix)
Load (i.e.
|
static void |
store(JTable pTable,
Properties pProperties,
String pPrefix)
Store Table into specified Properties.
|
public static void load(JTable pTable, Properties pProperties, String pPrefix)
pTable
- the JTable to load the Properties intopProperties
- the Properties to use for pTablepPrefix
- an optional Prefix to use for the Propertykeys.
If null
, pTable.getName() will be usedpublic static void store(JTable pTable, Properties pProperties, String pPrefix)
pTable
- the JTable to store into the PropertiespProperties
- the Properties to use for pTablepPrefix
- an optional Prefix to use for the Propertykeys.
If null
pTable.getName() will be usedCopyright © 2017 Jürgen Zeller (privat). All rights reserved.