TabLeader

Inheritance: java.lang.Object

public class TabLeader

Specifies the type of the leader line displayed under the tab character.

Fields

FieldDescription
DASHESThe leader line is made up from dashes.
DOTSThe leader line is made up from dots.
HEAVYThe leader line is a single thick line.
LINEThe leader line is a single line.
MIDDLE_DOTThe leader line is made up from middle-dots.
NONENo leader line is displayed.
length

Methods

MethodDescription
fromName(String tabLeaderName)
getName(int tabLeader)
getValues()
toString(int tabLeader)

DASHES

public static int DASHES

The leader line is made up from dashes.

DOTS

public static int DOTS

The leader line is made up from dots.

HEAVY

public static int HEAVY

The leader line is a single thick line.

LINE

public static int LINE

The leader line is a single line.

MIDDLE_DOT

public static int MIDDLE_DOT

The leader line is made up from middle-dots.

NONE

public static int NONE

No leader line is displayed.

length

public static int length

fromName(String tabLeaderName)

public static int fromName(String tabLeaderName)

Parameters:

ParameterTypeDescription
tabLeaderNamejava.lang.String

Returns: int

getName(int tabLeader)

public static String getName(int tabLeader)

Parameters:

ParameterTypeDescription
tabLeaderint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int tabLeader)

public static String toString(int tabLeader)

Parameters:

ParameterTypeDescription
tabLeaderint

Returns: java.lang.String