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

  Summary

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[]);
}




  Fields

· currentCategory

Summary  |  Top

   public int currentCategory


· defaultCategory

Summary  |  Top
   public int defaultCategory


· noteFont

Summary  |  Top
   public int noteFont


· showAllCategories

Summary  |  Top
   public boolean showAllCategories


· showCurrency

Summary  |  Top
   public boolean showCurrency


· saveBackup

Summary  |  Top
   public boolean saveBackup


· allowQuickFill

Summary  |  Top
   public boolean allowQuickFill


· unitOfDistance

Summary  |  Top
   public distance unitOfDistance


· currencies

Summary  |  Top
   public int[] currencies


  Constructors

· Pref

Summary  |  Top

   public Pref() 


· Pref

Summary  |  Top
   public Pref(byte[] contents, 
               int id, 
               int version, 
               boolean backup) 


  Methods

· unpack

Summary  |  Top
   public native void unpack(byte[] data) 
Overrides:
unpack in class Block


· pack

Summary  |  Top
   public native byte[] pack() 
Overrides:
pack in class Block


· fill

Summary  |  Top
   public void fill() 
Overrides:
fill in class Block


· describe

Summary  |  Top
   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