|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mitre.cvw
Class AVConfAdvancedPrefPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.mitre.cvw.CVWPanel
org.mitre.cvw.CVWPreferencePanel
org.mitre.cvw.AVConfPrefPanel
org.mitre.cvw.AVConfAdvancedPrefPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class AVConfAdvancedPrefPanel
- extends AVConfPrefPanel
The GUI for allowing the user to change their advanced av tool preferences: currently: TTL values, TTL Unicast values
- Version:
- 1.0
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) javax.swing.JPanel |
audioPanel
|
(package private) javax.swing.JCheckBox |
audioRTP
|
(package private) javax.swing.JTextField |
audioTTLField
|
(package private) javax.swing.JTextField |
audioTTLUnicastField
|
(package private) java.awt.GridBagLayout |
gridbag
|
(package private) javax.swing.JComboBox |
videoEncodeChoice
|
(package private) javax.swing.JPanel |
videoPanel
|
(package private) javax.swing.JTextField |
videoTTLField
|
(package private) javax.swing.JTextField |
videoTTLUnicastField
|
| Fields inherited from class org.mitre.cvw.AVConfPrefPanel |
advancedBtn, audioEncodeChoice, audioMikeVolField, audioOutPortChoice, audioSpkrVolField, videoBandField, videoFrameRateField |
| Fields inherited from class org.mitre.cvw.CVWPreferencePanel |
ADVANCED, cvwPref, GENERAL |
| Fields inherited from class org.mitre.cvw.CVWPanel |
draggable, insideOf |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
(package private) |
AVConfAdvancedPrefPanel()
|
(package private) |
AVConfAdvancedPrefPanel(CVWPreferences pref,
FolderDialog par)
Constructor |
| Method Summary | |
java.awt.Dimension |
getPreferredSize()
Returns the preferred size of this panel. |
void |
init()
Initializes layout of this gui panel. |
boolean |
savePrefs()
Proccesses the data entered into the gui components and saves it into the instance of the CVWPreferences. |
void |
setPrefs()
Sets the gui components to reflect the data stored in the instance of CVWPreferences. |
| Methods inherited from class org.mitre.cvw.AVConfPrefPanel |
integerError, intFieldCheck, ok |
| Methods inherited from class org.mitre.cvw.CVWPanel |
cancel, constrain, getInsideOf, isDraggable, setDraggable, setVisisble |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
videoEncodeChoice
javax.swing.JComboBox videoEncodeChoice
videoTTLField
javax.swing.JTextField videoTTLField
videoTTLUnicastField
javax.swing.JTextField videoTTLUnicastField
audioTTLField
javax.swing.JTextField audioTTLField
audioTTLUnicastField
javax.swing.JTextField audioTTLUnicastField
audioRTP
javax.swing.JCheckBox audioRTP
gridbag
java.awt.GridBagLayout gridbag
audioPanel
javax.swing.JPanel audioPanel
videoPanel
javax.swing.JPanel videoPanel
| Constructor Detail |
AVConfAdvancedPrefPanel
AVConfAdvancedPrefPanel()
AVConfAdvancedPrefPanel
AVConfAdvancedPrefPanel(CVWPreferences pref, FolderDialog par)
- Constructor
| Method Detail |
init
public void init()
- Initializes layout of this gui panel.
- Overrides:
initin classAVConfPrefPanel
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Returns the preferred size of this panel.
- Overrides:
getPreferredSizein classAVConfPrefPanel
setPrefs
public void setPrefs()
- Sets the gui components to reflect the data stored in the instance
of CVWPreferences.
- Overrides:
setPrefsin classAVConfPrefPanel
savePrefs
public boolean savePrefs()
- Proccesses the data entered into the gui components and saves it into
the instance of the CVWPreferences.
- Overrides:
savePrefsin classAVConfPrefPanel
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC