Syntax
constants group ActionTriggerSeparatorType;
Description
Determins the type of a separator in an ActionTriggerContainer.
Constants Summary
|
LINE |
a separarator is inserted as a line.
|
|
SPACE |
a separarator is inserted as a space.
|
|
LINEBREAK |
a linebreak is inserted.
|
|
Field Details
|
|
Syntax
const short LINE = 0;
Description
a separarator is inserted as a line.
Syntax
const short SPACE = 1;
Description
a separarator is inserted as a space.
Syntax
const short LINEBREAK = 2;
Description
a linebreak is inserted.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.