public final class GhostBuilder
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GhostBuilder.Features  | 
static class  | 
GhostBuilder.GhostBuiltPalette
An extension to a GhostPalette that has been built with the GhostBuilder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
public static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features, javax.swing.JComponent content, java.lang.String title)
public static GhostBuilder.GhostBuiltPalette build(java.util.EnumSet<GhostBuilder.Features> features, javax.swing.JComponent content)
public static javax.swing.JButton createButton(java.lang.String text,
                                               javax.swing.Icon icon,
                                               java.lang.String name,
                                               java.lang.String command)