Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.neuron.jaffer
Class FinderInfo  view FinderInfo download FinderInfo.java

java.lang.Object
  extended bycom.neuron.jaffer.FinderInfo

class FinderInfo
extends java.lang.Object


Field Summary
static int FLAG_ALIAS
           
static int FLAG_COLOR
           
static int FLAG_CUSTOM_ICON
           
static int FLAG_HAS_BUNDLE
           
static int FLAG_INITIALIZED
           
static int FLAG_INVISIBLE
           
static int FLAG_NAME_LOCKED
           
static int FLAG_ON_DESK
           
static int FLAG_SHARED
           
static int FLAG_STATIONARY
           
 
Constructor Summary
(package private) FinderInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_ON_DESK

public static final int FLAG_ON_DESK
See Also:
Constant Field Values

FLAG_COLOR

public static final int FLAG_COLOR
See Also:
Constant Field Values

FLAG_SHARED

public static final int FLAG_SHARED
See Also:
Constant Field Values

FLAG_INITIALIZED

public static final int FLAG_INITIALIZED
See Also:
Constant Field Values

FLAG_CUSTOM_ICON

public static final int FLAG_CUSTOM_ICON
See Also:
Constant Field Values

FLAG_STATIONARY

public static final int FLAG_STATIONARY
See Also:
Constant Field Values

FLAG_NAME_LOCKED

public static final int FLAG_NAME_LOCKED
See Also:
Constant Field Values

FLAG_HAS_BUNDLE

public static final int FLAG_HAS_BUNDLE
See Also:
Constant Field Values

FLAG_INVISIBLE

public static final int FLAG_INVISIBLE
See Also:
Constant Field Values

FLAG_ALIAS

public static final int FLAG_ALIAS
See Also:
Constant Field Values
Constructor Detail

FinderInfo

FinderInfo()