Constant Field Values

Contents

com.github.*

com.jcraft.*

org.apache.*

  • org.apache.fop.hyphenation.TernaryTree 
    Modifier and Type Constant Field Value
    protected static final int BLOCK_SIZE 2048

org.teichert.*

  • org.teichert.databaseexplorer.components.representation.UnvisibleRoot 
    Modifier and Type Constant Field Value
    public static final long serialVersionUID 1L
  • org.teichert.databaseexplorer.gui.CustomDialog<T> 
    Modifier and Type Constant Field Value
    public static final int CANCEL -1
    public static final int OK 1
  • org.teichert.databaseexplorer.gui.ListWithTools<T> 
    Modifier and Type Constant Field Value
    public static final int bottom 2
    public static final int left 4
    public static final int right 3
    public static final int top 1
  • org.teichert.databaseexplorer.gui.MyAlert 
    Modifier and Type Constant Field Value
    public static final int modeError -1
    public static final int modeInfo 1
    public static final int modeNormal 0
  • org.teichert.databaseexplorer.gui.TableWithTools<T> 
    Modifier and Type Constant Field Value
    public static final int bottom 2
    public static final int left 4
    public static final int right 3
    public static final int top 1
  • org.teichert.databaseexplorer.gui.TreeTableWithTools<T> 
    Modifier and Type Constant Field Value
    public static final int bottom 2
    public static final int left 4
    public static final int right 3
    public static final int top 1
  • org.teichert.databaseexplorer.gui_editors.GenericTextEditor<E> 
    Modifier and Type Constant Field Value
    public static final int BOTTOM 1
    public static final int LEFT 3
    public static final int RIGHT 2
    public static final int TOP 0
  • org.teichert.databaseexplorer.gui_editors.SQLTextEditor<T> 
    Modifier and Type Constant Field Value
    public static final String DATABASE "DATABASE"
  • org.teichert.databaseexplorer.utils.Cryptiker 
    Modifier and Type Constant Field Value
    public static final String standardKeyStr "FG5431@wcZz"
  • org.teichert.databaseexplorer.utils.Loader 
    Modifier and Type Constant Field Value
    public static final String configFile "config.savedata"
  • org.teichert.databaseexplorer.utils.MyLogger 
    Modifier and Type Constant Field Value
    public static final String FORMAT "dd_MMM_yyyy (HH-mm-ss)"
  • org.teichert.databaseexplorer.utils.StringHelper 
    Modifier and Type Constant Field Value
    public static final String PATTERN_SQL_COMMENTS "(--.*)|(((/\\*)+?[\\w\\W]+?(\\*/)+))"