All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.expense.Pref
java.lang.Object
|
+----com.syncbuilder.storage.Block
|
+----com.syncbuilder.storage.Pref
|
+----com.syncbuilder.storage.expense.Pref
public class Pref
extends com.syncbuilder.storage.Pref
{
// Fields 9
public boolean allowQuickFill;
public int[] currencies;
public int currentCategory;
public int defaultCategory;
public int noteFont;
public boolean saveBackup;
public boolean showAllCategories;
public boolean showCurrency;
public distance unitOfDistance;
// Constructors 2
public Pref();
public Pref(byte[], int, int, boolean);
// Methods 4
public String describe();
public void fill();
public native byte[] pack();
public native void unpack(byte[]);
}
public int currentCategory
public int defaultCategory
public int noteFont
public boolean showAllCategories
public boolean showCurrency
public boolean saveBackup
public boolean allowQuickFill
public distance unitOfDistance
public int[] currencies
public Pref()
public Pref(byte[] contents,
int id,
int version,
boolean backup)
public native void unpack(byte[] data)
- Overrides:
- unpack in class Block
public native byte[] pack()
- Overrides:
- pack in class Block
public void fill()
- Overrides:
- fill in class Block
public String describe()
- Overrides:
- describe in class Pref
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7