|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.aisb.simulcast.util.GUtil
public class GUtil
Field Summary | |
---|---|
static javax.swing.ImageIcon |
closeIcon
|
static java.awt.Color |
DARK_GREEN
|
static javax.swing.ImageIcon |
downIcon
|
static javax.swing.ImageIcon |
eraseIcon
|
static javax.swing.ImageIcon[] |
pausedIcons
|
static javax.swing.ImageIcon |
pauseIcon
|
static javax.swing.ImageIcon |
playIcon
|
static javax.swing.ImageIcon[] |
playingIcons
|
static javax.swing.ImageIcon |
saveIcon
|
static javax.swing.ImageIcon |
stopIcon
|
static javax.swing.ImageIcon |
toInstrumentIcon
|
static javax.swing.ImageIcon |
toMapIcon
|
static javax.swing.ImageIcon |
upIcon
|
static javax.swing.ImageIcon |
visibleIcon
|
Constructor Summary | |
---|---|
GUtil()
|
Method Summary | |
---|---|
static void |
append(javax.swing.JTextArea area,
java.lang.String text)
append. |
static javax.swing.ButtonGroup |
buttonGroup(javax.swing.AbstractButton[] buttons)
|
static javax.swing.ButtonGroup |
buttonGroup(javax.swing.AbstractButton b1,
javax.swing.AbstractButton b2)
buttonGroup. |
static javax.swing.ButtonGroup |
buttonGroup(javax.swing.AbstractButton b1,
javax.swing.AbstractButton b2,
javax.swing.AbstractButton b3)
|
static javax.swing.ButtonGroup |
buttonGroup(javax.swing.AbstractButton b1,
javax.swing.AbstractButton b2,
javax.swing.AbstractButton b3,
javax.swing.AbstractButton b4)
|
static javax.swing.ButtonGroup |
buttonGroup(javax.swing.AbstractButton b1,
javax.swing.AbstractButton b2,
javax.swing.AbstractButton b3,
javax.swing.AbstractButton b4,
javax.swing.AbstractButton b5)
|
static void |
centerWindow(java.awt.Window window)
centerWindow. |
static void |
configureWindow(java.awt.Window window,
double pctOfWidth,
double pctOfHeight)
|
static void |
configureWindow(java.awt.Window window,
int width,
int height)
configureWindow. |
static java.awt.Color[] |
getGrays()
getGrays. |
static javax.swing.ImageIcon |
getImageIcon(java.lang.String path)
getImageIcon. |
static java.awt.Component |
HGlue()
HGlue. |
static java.awt.Component |
HSpace(int width)
HSpace. |
static void |
invokeAndWait(java.lang.Runnable runnable)
invokeAndWait. |
static void |
invokeLater(java.lang.Runnable runnable)
invokeLater. |
static void |
limitHeight(javax.swing.JComponent component)
limitHeight. |
static void |
setCombo(javax.swing.JComboBox combo,
int index)
SetCombo. |
static java.awt.Component |
VGlue()
VGlue. |
static java.awt.Component |
VSpace(int height)
VSpace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.Color DARK_GREEN
public static final javax.swing.ImageIcon playIcon
public static final javax.swing.ImageIcon[] playingIcons
public static final javax.swing.ImageIcon[] pausedIcons
public static final javax.swing.ImageIcon upIcon
public static final javax.swing.ImageIcon downIcon
public static final javax.swing.ImageIcon pauseIcon
public static final javax.swing.ImageIcon stopIcon
public static final javax.swing.ImageIcon eraseIcon
public static final javax.swing.ImageIcon saveIcon
public static final javax.swing.ImageIcon closeIcon
public static final javax.swing.ImageIcon visibleIcon
public static final javax.swing.ImageIcon toMapIcon
public static final javax.swing.ImageIcon toInstrumentIcon
Constructor Detail |
---|
public GUtil()
Method Detail |
---|
public static java.awt.Color[] getGrays()
public static javax.swing.ButtonGroup buttonGroup(javax.swing.AbstractButton b1, javax.swing.AbstractButton b2)
public static javax.swing.ButtonGroup buttonGroup(javax.swing.AbstractButton b1, javax.swing.AbstractButton b2, javax.swing.AbstractButton b3)
public static javax.swing.ButtonGroup buttonGroup(javax.swing.AbstractButton b1, javax.swing.AbstractButton b2, javax.swing.AbstractButton b3, javax.swing.AbstractButton b4)
public static javax.swing.ButtonGroup buttonGroup(javax.swing.AbstractButton b1, javax.swing.AbstractButton b2, javax.swing.AbstractButton b3, javax.swing.AbstractButton b4, javax.swing.AbstractButton b5)
public static javax.swing.ButtonGroup buttonGroup(javax.swing.AbstractButton[] buttons)
public static javax.swing.ImageIcon getImageIcon(java.lang.String path)
public static void setCombo(javax.swing.JComboBox combo, int index)
public static void invokeLater(java.lang.Runnable runnable)
public static void invokeAndWait(java.lang.Runnable runnable)
public static void append(javax.swing.JTextArea area, java.lang.String text)
public static java.awt.Component HGlue()
public static java.awt.Component HSpace(int width)
public static java.awt.Component VGlue()
public static java.awt.Component VSpace(int height)
public static void limitHeight(javax.swing.JComponent component)
public static void configureWindow(java.awt.Window window, int width, int height)
public static void configureWindow(java.awt.Window window, double pctOfWidth, double pctOfHeight)
public static void centerWindow(java.awt.Window window)
|
Simulcast 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |