Constant Field Values

Contents

com.levigo.*

  • com.levigo.jadice.appbase.instruction.FitInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "view.fit"
  • com.levigo.jadice.appbase.instruction.PanInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "view.pan"
  • com.levigo.jadice.appbase.instruction.ZoomInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "view.zoom"
  • com.levigo.jadice.document.font.factory.Scopes 
    Modifier and Type Constant Field Value
    public static final String FORMAT "Format"
    public static final String SOURCE "Source"
  • com.levigo.jadice.document.instruction.PageByIndexInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "navigation.page.byIndex"
  • com.levigo.jadice.document.instruction.TargetStringInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "navigation.generic.byTargetString"
  • com.levigo.jadice.document.instruction.URIInstruction 
    Modifier and Type Constant Field Value
    public static final String TYPE "navigation.generic.byTargetURI"
  • com.levigo.jadice.document.metadata.Metadata 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_NAMESPACE "http://www.levigo.de/ns/documentplatform/metadata.xsd"
  • com.levigo.jadice.swing.commands.ScrollCommand 
    Modifier and Type Constant Field Value
    protected final int SCROLL_UNIT 100

org.jadice.*

  • org.jadice.util.glazedlists.event.ListEvent<E> 
    Modifier and Type Constant Field Value
    public static final int DELETE 0
    public static final int INSERT 2
    public static final int UPDATE 1