|
|||||||||
| 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 CVWPrefsFrame

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.mitre.cvw.CVWFrame
org.mitre.cvw.FolderDialog
org.mitre.cvw.CVWPrefsFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class CVWPrefsFrame
- extends FolderDialog
This is the window which displays the user preferences in a tabbed folder manner.
- Version:
- 1.0 9/2/97
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| 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) AVConfAdvancedPrefPanel |
advAVPrefs
|
(package private) CVWPreferences |
cvwPrefs
|
(package private) AVConfPrefPanel |
genAVPrefs
|
(package private) HiLightPrefPanel |
genHiLightPrefs
|
(package private) CVWPreferences |
origCvwPrefs
|
(package private) HiLightUserPrefPanel |
userHiLightPrefs
|
| Fields inherited from class org.mitre.cvw.FolderDialog |
cancelButton, count, folder, fPanel, gridbag, helpButton, i, jcvw, microText, microTextString, okButton |
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.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 javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
(package private) |
CVWPrefsFrame(java.lang.String title,
CVWPreferences prefs)
Constructor |
| Method Summary | |
boolean |
destroy()
Closes this window and removes it from the window manager list. |
void |
init()
Creates all tabbed panels. |
void |
ok()
Proccesses the save function when the user pushes the save button. |
void |
switchAV(int type)
Toggles the basic and advanced av preferences panel. |
void |
switchHiLight(int type)
Toggles the basic and advanced high light preferences panel. |
| Methods inherited from class org.mitre.cvw.FolderDialog |
addTab, addTab, addTab, cancel, clearHelp, help, hideTab, pack, replaceTab, setEditability, setHelp, setStyle, startDragDrop, startDragDrop, toFront |
| Methods inherited from class org.mitre.cvw.CVWFrame |
constrain, constrain, setBackground, setBounds |
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
cvwPrefs
CVWPreferences cvwPrefs
origCvwPrefs
CVWPreferences origCvwPrefs
advAVPrefs
AVConfAdvancedPrefPanel advAVPrefs
genAVPrefs
AVConfPrefPanel genAVPrefs
genHiLightPrefs
HiLightPrefPanel genHiLightPrefs
userHiLightPrefs
HiLightUserPrefPanel userHiLightPrefs
| Constructor Detail |
CVWPrefsFrame
CVWPrefsFrame(java.lang.String title, CVWPreferences prefs)
- Constructor
| Method Detail |
init
public void init()
- Creates all tabbed panels.
switchAV
public void switchAV(int type)
- Toggles the basic and advanced av preferences panel.
switchHiLight
public void switchHiLight(int type)
- Toggles the basic and advanced high light preferences panel.
ok
public void ok()
- Proccesses the save function when the user pushes the save button. Preferences
are only saved when every panel has successfully save their values.
- Overrides:
okin classFolderDialog
destroy
public boolean destroy()
- Closes this window and removes it from the window manager list.
- Overrides:
destroyin classFolderDialog
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC