Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.style
Class CodingStyleManager

java.lang.Object
  extended by oracle.jdeveloper.style.CodingStyleManager


public abstract class CodingStyleManager
extends java.lang.Object

Manages Coding Style options for JDeveloper.

Since:
10.1.3

Constructor Summary
CodingStyleManager()
           

 

Method Summary
static CodingStyleManager getCodingStyleManager()
          Get the CodingStyleManager implementation.
abstract  CodingStyleOptions getCodingStyleOptions()
          Get the CodingStyleOptions used by JDeveloper.
abstract  CodingStyleOptions getCodingStyleOptions(Context context)
          Get the coding style options to use for the given context.
static void setCodingStyleManager(CodingStyleManager manager)
          Set the CodingStyleManager implementation.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CodingStyleManager

public CodingStyleManager()

Method Detail

getCodingStyleManager

public static CodingStyleManager getCodingStyleManager()
Get the CodingStyleManager implementation.
Returns:
the CodingStyleManager implementation

setCodingStyleManager

public static void setCodingStyleManager(CodingStyleManager manager)
Set the CodingStyleManager implementation.
Parameters:
manager - the CodingStyleManager implementation

getCodingStyleOptions

public abstract CodingStyleOptions getCodingStyleOptions()
Get the CodingStyleOptions used by JDeveloper. In the future, different coding style options may be used in different contexts. For example, it may be possible to use a different coding style in different projects. When that happens, this method will be replaced by getCodingStyleOptions(Context). Callers that have a Context object available are encouraged to use that method to avoid having to make code changes in the future.
Returns:
the coding style options

getCodingStyleOptions

public abstract CodingStyleOptions getCodingStyleOptions(Context context)
Get the coding style options to use for the given context.
Parameters:
context - the context
Returns:
the coding style options to use for this context

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.