|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
wt.clients.filevault.AdminEditFolder
Nested Class Summary | |
(package private) class |
AdminEditFolder.SymAction
|
(package private) class |
AdminEditFolder.SymItem
|
(package private) class |
AdminEditFolder.SymWindow
|
(package private) class |
AdminEditFolder.WaitForShow
|
Nested classes inherited from class java.awt.Frame |
Frame.AccessibleAWTFrame |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private int |
_actionCount
|
private ThreadGroup |
_contextGroup
|
private boolean |
_folderDataChanged
|
private boolean |
_folderHasMounts
Does this folder have any mounts? |
private FvAdminFolderInfo |
_folderInfo
|
private boolean |
_folderIsDirty
If a save fails, there could be crud in the fields when cancel gets clicked. |
private HelpContext |
_helpContext
|
private HelpSystem |
_helpSystem
|
private boolean |
_isNew
|
private FvMountInfoMaster |
_master
reference to the object which insures consistency between all filevault objects |
private ResourceBundle |
_rb
Cached copy of the reference to the resource bundle |
private boolean |
_vaultChanged
|
private String |
_vaultName
|
(package private) symantec.itools.awt.LabelButton |
cancelButt
|
private static Font |
crossLocaleFont
|
(package private) Checkbox |
enabledCheck
|
private static double |
EPSILON
|
(package private) boolean |
fComponentsAdjusted
|
(package private) symantec.itools.awt.WrappingLabel |
folderLab
|
(package private) TextField |
folderNameField
|
private static long |
GBVAL
|
(package private) symantec.itools.awt.LabelButton |
helpButt
|
private boolean |
isPDMLinkInstalled
booleans to store the status of installed components |
private boolean |
isProjectLinkInstalled
|
private static long |
KBVAL
|
private static long |
MBVAL
|
(package private) symantec.itools.awt.LabelButton |
okButt
|
(package private) Panel |
panel1
|
(package private) Panel |
panel2
|
(package private) Panel |
panel3
|
private String |
PERCENT
|
(package private) Checkbox |
readOnlyCheck
|
private String |
SIZE_GB
|
private String |
SIZE_KB
|
private String |
SIZE_MB
|
(package private) symantec.itools.awt.StatusBar |
statusBar1
|
private static int |
TIME_OUT
Wait timeout for Netscape delay timer. |
(package private) Choice |
vaultChoice
|
(package private) symantec.itools.awt.WrappingLabel |
vaultLab
|
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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
private |
AdminEditFolder()
|
|
AdminEditFolder(FvAdminFolderInfo folderInfo,
FvMountInfoMaster master)
|
Method Summary | |
void |
addNotify()
|
(package private) void |
cancelButt_ActionPerformed(ActionEvent event)
|
(package private) void |
enabledCheck_ItemStateChanged(ItemEvent event)
|
private void |
fillFolderInfo()
|
(package private) void |
folderNameField_EnterHit(ActionEvent event)
|
(package private) void |
Frame1_WindowClosing(WindowEvent event)
|
private WTContext |
getContext()
|
HelpContext |
getHelpContext()
Gets the HelpContext instance associated with this screen., This method is public by Windchill convention |
HelpSystem |
getHelpSystem()
Gets the HelpSystem instance associated with this screen. |
(package private) void |
helpButt_ActionPerformed(ActionEvent event)
|
private void |
initHelpSystem()
Initializes the help system. |
private void |
initializeHelp()
Begin Help Boiler plate |
private void |
localize()
Set the labels to their appropriate values given the locale. |
static void |
main(String[] args)
|
private PropertyChangeListener |
newHelpListener()
newHelpListener This function adds a listener to respond to the component mouse over events. |
(package private) void |
okButt_ActionPerformed(ActionEvent event)
|
(package private) void |
readOnlyCheck_ItemStateChanged(ItemEvent event)
|
private void |
setContext(boolean contextOn)
|
void |
setVisible(boolean b)
Shows or hides the component depending on the boolean flag b. |
private void |
stopHelp()
stopHelp should be called every time the window gets closed. |
private boolean |
validateEntries()
This function verifies that the folder has valid entries. |
(package private) void |
vaultChoice_ItemStateChanged(ItemEvent event)
|
Methods inherited from class java.awt.Frame |
finalize, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
private ThreadGroup _contextGroup
private HelpSystem _helpSystem
private HelpContext _helpContext
private static final double EPSILON
private static final long GBVAL
private static final long MBVAL
private static final long KBVAL
private String SIZE_GB
private String SIZE_MB
private String SIZE_KB
private String PERCENT
private String _vaultName
private static final int TIME_OUT
private FvMountInfoMaster _master
private boolean _isNew
private FvAdminFolderInfo _folderInfo
private boolean _folderIsDirty
private boolean _vaultChanged
private boolean _folderDataChanged
private ResourceBundle _rb
private static Font crossLocaleFont
private boolean _folderHasMounts
private int _actionCount
private boolean isPDMLinkInstalled
private boolean isProjectLinkInstalled
boolean fComponentsAdjusted
Panel panel3
Panel panel1
symantec.itools.awt.WrappingLabel vaultLab
TextField folderNameField
Choice vaultChoice
symantec.itools.awt.WrappingLabel folderLab
Checkbox readOnlyCheck
Checkbox enabledCheck
Panel panel2
symantec.itools.awt.LabelButton okButt
symantec.itools.awt.LabelButton cancelButt
symantec.itools.awt.LabelButton helpButt
symantec.itools.awt.StatusBar statusBar1
Constructor Detail |
private AdminEditFolder()
public AdminEditFolder(FvAdminFolderInfo folderInfo, FvMountInfoMaster master)
Method Detail |
private void localize()
public void setVisible(boolean b)
b
- if true, show the component; otherwise, hide the component.Component.isVisible()
public static void main(String[] args)
public void addNotify()
void Frame1_WindowClosing(WindowEvent event)
private boolean validateEntries()
void cancelButt_ActionPerformed(ActionEvent event)
void vaultChoice_ItemStateChanged(ItemEvent event)
private void fillFolderInfo()
void okButt_ActionPerformed(ActionEvent event)
private void initializeHelp()
public HelpContext getHelpContext()
public HelpSystem getHelpSystem()
private void initHelpSystem()
private PropertyChangeListener newHelpListener()
private void stopHelp()
void helpButt_ActionPerformed(ActionEvent event)
private WTContext getContext()
private void setContext(boolean contextOn)
void folderNameField_EnterHit(ActionEvent event)
void readOnlyCheck_ItemStateChanged(ItemEvent event)
void enabledCheck_ItemStateChanged(ItemEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |