Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.services.parser.ParserOptions

Packages that use ParserOptions
org.eclipse.gmf.runtime.common.ui.services.parser Provides the framework for the parser service. 
 

Uses of ParserOptions in org.eclipse.gmf.runtime.common.ui.services.parser
 

Fields in org.eclipse.gmf.runtime.common.ui.services.parser declared as ParserOptions
static ParserOptions ParserOptions.BIND_STYLE_TEXT
          Show that there are bound arguments.
static ParserOptions ParserOptions.IGNORE_PLACEHOLDERS
          Indicates that placeholders should be ignored - if there are no data, no placeholder will be generated.
static ParserOptions ParserOptions.NONE
          Default.
static ParserOptions ParserOptions.SHOW_ALIAS
          Show alias.
static ParserOptions ParserOptions.SHOW_DERIVED
          Show that the element is derived.
static ParserOptions ParserOptions.SHOW_PARENT_NAME
          Show parent name.
static ParserOptions ParserOptions.SHOW_SEQUENCE_NUMBER
          Show number of the message.
static ParserOptions ParserOptions.SHOW_SIGNATURE
          Show signature.
static ParserOptions ParserOptions.SHOW_TYPE
          Show type.
static ParserOptions ParserOptions.STEREOTYPE_STYLE_TEXT
          Display the Stereotype.
static ParserOptions ParserOptions.TYPE_STYLE_TEXT
          Show the type.
static ParserOptions ParserOptions.USE_PARAMETER_NAMES
          Indicates that message signatures should use the " = " notation.
static ParserOptions ParserOptions.VISIBILITY_STYLE_TEXT
          Display the visibility of the item.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.parser with parameters of type ParserOptions
static boolean ParserOptions.isSet(int flags, ParserOptions option)
          Checks if the specified option is set in the flags supplied.
 void ParserOptions.set(ParserOptions option)
          Sets an option in this ParserOptions.
 void ParserOptions.unSet(ParserOptions option)
          UnSets an option in the this ParserOptions.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.