public class Utils extends TabUtils
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPLICATION_NAME |
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static void |
bringToFront(BufferedGlyphList glyphs) |
static void |
dispose(BufferedGlyphList glyphs) |
static GlyphView |
getPanel(BufferedGlyphList glyphs) |
static TabFrame |
getTabFrame(BufferedGlyphList glyphs) |
static GlyphView |
launchTab(BufferedGlyphList glyphs) |
static GlyphView |
launchTab(BufferedGlyphList glyphs,
boolean adoptMe) |
static void |
main(java.lang.String[] args) |
closeAll, constructViewMenu, getTabFrame, getTabFrame, getTabFrameAtLocation, launchTab, launchTab, register, transferTab, unregister
public static GlyphView launchTab(BufferedGlyphList glyphs)
public static GlyphView launchTab(BufferedGlyphList glyphs, boolean adoptMe)
public static void dispose(BufferedGlyphList glyphs)
public static void bringToFront(BufferedGlyphList glyphs)
public static GlyphView getPanel(BufferedGlyphList glyphs)
public static TabFrame getTabFrame(BufferedGlyphList glyphs)
public static void main(java.lang.String[] args)