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

E13403-03

oracle.ide.view
Interface TitledContainer


public interface TitledContainer

This class allows to react to focus changes. When a component gets or looses the focus, the IDE scans the parent hierarchy for components that implement this interface and when found, it calls its {#containerActivated} method. This is only used to visually reflect the active status of a window through its title bar for example.


Method Summary
 void containerActivated(boolean isActive)
          This method is called to indicate that the focus permanently entered the container.
 

Method Detail

containerActivated

void containerActivated(boolean isActive)
This method is called to indicate that the focus permanently entered the container.

Parameters:
isActive -

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

E13403-03

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