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

E13403-08

Package oracle.ide.nulls

Contains utility classes that use the Null Object pattern.

See:
          Description

Class Summary
DefaultPrintStream A PrintStream subclass that's wired into System.out.
DefaultPrintWriter A PrintWriter subclass that's wired into System.out.
NullIcon An empty Icon.
NullPrintStream A subclass of PrintStream whose methods ignore the content being written.
NullPrintWriter A subclass of PrintWriter whose methods ignore the content being written.
NullSecurityManager A subclass of SecurityManager that allows all of the checkXXX methods to return successfully.
 

Package oracle.ide.nulls Description

Contains utility classes that use the Null Object pattern.

Related Documentation

See Extending JDeveloper Using the Addin API for detailed information.


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

E13403-08

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