:: com :: sun :: star :: script :: browse ::

unpublished constants group BrowseNodeFactoryViewTypes
Usage Restrictions
not published
Description
These constants define the three different types of views available from BrowseNodeFactory.

Constants
MACROSELECTOR Indicates view is a script selector  
MACROORGANIZER Indicates view is script organizer  
Constants' Details
MACROSELECTOR
const short MACROSELECTOR = 0;
Description
Indicates view is a script selector
MACROORGANIZER
const short MACROORGANIZER = 1;
Description
Indicates view is script organizer
Top of Page