|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.claudio.qtedit.Utility
public final class Utility
Field Summary | |
---|---|
static java.lang.String |
d250
File name prefix for files on the external disc. |
static java.awt.Insets |
insets
Default insets for this application. |
static int |
movieCount
Number of movies handled by this program. |
Method Summary | |
---|---|
static java.awt.GridBagConstraints |
constraints()
Return "standard" GridBagConstraints. |
static java.lang.String |
frm2str(java.lang.Integer frames)
Convert a frame count into time string displaying minutes, seconds and frame number. |
static void |
initPanel(javax.swing.JPanel panel,
java.lang.String title)
Adds layout and border to existing panel |
static javax.swing.JPanel |
newPanel(java.lang.String title)
Create new bordered panel. |
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.Insets insets
public static final int movieCount
public static final java.lang.String d250
Method Detail |
---|
public static java.awt.GridBagConstraints constraints()
public static javax.swing.JPanel newPanel(java.lang.String title)
title
- Text for the panel border.
public static void initPanel(javax.swing.JPanel panel, java.lang.String title)
panel
- Panel to modifytitle
- Text for the panel border.public static java.lang.String frm2str(java.lang.Integer frames)
frames
- Frame number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |