Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.1.0)

E17487-02

oracle.jbo.ui
Class Environment

java.lang.Object
  extended by oracle.jbo.ui.Environment
Direct Known Subclasses:
RuntimeEnvironment

public abstract class Environment
extends java.lang.Object

Since:
release specific (what release of product did this appear in)
Version:
$Header: bc4jrt/modules/bc4j-wizard/src/oracle/jbo/ui/Environment.java /main/4 2009/10/18 23:50:34 kmchorto Exp $

Constructor Summary
Environment()
           
 
Method Summary
protected abstract  java.awt.Frame _getFrame()
           
abstract  void addStatusLogMessage(java.lang.String msg)
           
static java.awt.Frame getEnvFrame()
           
static Environment getEnvInstance()
           
abstract  java.awt.Frame getFrame()
           
abstract  java.lang.String getUserHomeDir()
          This is the place where we can write files, e.g.
abstract  void setStatusMessage(java.lang.String msg, java.lang.String msg2)
          If there is a status bar, this will put up a message there.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment()
Method Detail

getEnvFrame

public static java.awt.Frame getEnvFrame()

getEnvInstance

public static Environment getEnvInstance()

getUserHomeDir

public abstract java.lang.String getUserHomeDir()
This is the place where we can write files, e.g. our properties files and the default locations for our project and class files. In JDev case, this will be the same as the IdeRootDir, but on Unix and Citrix this may want to be different so you can have a centralized IDE install with individual users with their own projects.


setStatusMessage

public abstract void setStatusMessage(java.lang.String msg,
                                      java.lang.String msg2)
If there is a status bar, this will put up a message there.


addStatusLogMessage

public abstract void addStatusLogMessage(java.lang.String msg)

_getFrame

protected abstract java.awt.Frame _getFrame()

getFrame

public abstract java.awt.Frame getFrame()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.1.0)

E17487-02

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