ShowInBalloons

遗产: java.lang.Object

public class ShowInBalloons

指定在气球中呈现哪些修订。请注意,修订不会在气球中呈现CommentDisplayMode.SHOW_IN_ANNOTATIONS.

字段

场地描述
FORMAT呈现内联插入和删除修订,在气球中格式化修订。
FORMAT_AND_DELETE呈现内联插入修订、删除和格式化气球中的修订。
NONE呈现内联插入、删除和格式化修订。
length

方法

方法描述
equals(Object arg0)
fromName(String showInBalloonsName)
getClass()
getName(int showInBalloons)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int showInBalloons)
wait()
wait(long arg0)
wait(long arg0, int arg1)

FORMAT

public static int FORMAT

呈现内联插入和删除修订,在气球中格式化修订。

FORMAT_AND_DELETE

public static int FORMAT_AND_DELETE

呈现内联插入修订、删除和格式化气球中的修订。

NONE

public static int NONE

呈现内联插入、删除和格式化修订。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String showInBalloonsName)

public static int fromName(String showInBalloonsName)

参数:

范围类型描述
showInBalloonsNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int showInBalloons)

public static String getName(int showInBalloons)

参数:

范围类型描述
showInBalloonsint

退货: java.lang.字符串

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int showInBalloons)

public static String toString(int showInBalloons)

参数:

范围类型描述
showInBalloonsint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int