Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.visual.editor.view.factories
Class RelationViewFactory

java.lang.Object
  extended by ConnectionViewFactory
      extended by com.ibm.etools.systems.application.visual.editor.view.factories.RelationViewFactory

public class RelationViewFactory
extends ConnectionViewFactory

View factory for relationship connection.


Field Summary
static String copyright
           
 
Constructor Summary
RelationViewFactory()
          Constructor.
 
Method Summary
protected  List createStyles(View view)
          This method is called by @link #createView(IAdaptable, View, String, int, boolean) to create the styles for the view that will be created, you can override this method in you factory sub class to provide additional styles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

RelationViewFactory

public RelationViewFactory()
Constructor.

Method Detail

createStyles

protected List createStyles(View view)
This method is called by @link #createView(IAdaptable, View, String, int, boolean) to create the styles for the view that will be created, you can override this method in you factory sub class to provide additional styles

Returns:
a list of style for the newly created view or an empty list if none (do not return null)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.