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

E13403-03

oracle.javatools.ui.ghost
Class GhostBuilder

java.lang.Object
  extended by oracle.javatools.ui.ghost.GhostBuilder

public final class GhostBuilder
extends java.lang.Object

A component that takes care of creating ghost windows with commonly used features


Nested Class Summary
static class GhostBuilder.Features
           
static class GhostBuilder.GhostBuiltPalette
          An extension to a GhostPalette that has been built with the GhostBuilder.
 
Method Summary
static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features, javax.swing.JComponent content)
           
static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features, javax.swing.JComponent content, java.lang.String title)
           
static javax.swing.JButton createButton(java.lang.String text, javax.swing.Icon icon, java.lang.String name, java.lang.String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features,
                                                   javax.swing.JComponent content,
                                                   java.lang.String title)

build

public static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features,
                                                   javax.swing.JComponent content)

createButton

public static javax.swing.JButton createButton(java.lang.String text,
                                               javax.swing.Icon icon,
                                               java.lang.String name,
                                               java.lang.String command)

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.