|
|||||||||||
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.AdminAddMount
Nested Class Summary | |
(package private) class |
AdminAddMount.SymAction
|
(package private) class |
AdminAddMount.SymItem
|
(package private) class |
AdminAddMount.SymWindow
|
(package private) class |
AdminAddMount.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 |
_dirtyMount
State variable to check whether the last update failed. |
private HelpContext |
_helpContext
|
private HelpSystem |
_helpSystem
|
private Hashtable |
_hostMountKeys
|
private Hashtable |
_hostPathKeys
|
private boolean |
_isNew
|
private FvMountInfoMaster |
_master
Reference to the object which makes sure that the information is consistent |
private FvMount |
_mount
If we are updating a mount this is a reference to the mount before the change. |
private String |
_origFolder
|
private String |
_origHost
|
private static ResourceBundle |
_rb
The resource bundle being used by this screen |
(package private) symantec.itools.awt.LabelButton |
cancelButt
|
private static Font |
crossLocaleFont
|
(package private) boolean |
fComponentsAdjusted
|
(package private) Choice |
folderChoice
|
(package private) symantec.itools.awt.WrappingLabel |
folderLab
|
(package private) symantec.itools.awt.LabelButton |
helpButt
|
(package private) Choice |
hostChoice
|
(package private) symantec.itools.awt.WrappingLabel |
hostLab
|
private boolean |
isPDMLinkInstalled
booleans to store the status of installed components |
private boolean |
isProjectLinkInstalled
|
(package private) symantec.itools.awt.LabelButton |
okButt
|
(package private) Panel |
panel1
|
(package private) Panel |
panel2
|
(package private) Panel |
panel3
|
(package private) TextField |
pathField
|
(package private) symantec.itools.awt.WrappingLabel |
pathLab
|
(package private) symantec.itools.awt.StatusBar |
statusBar1
|
private int |
TIME_OUT
|
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 | |
AdminAddMount()
|
|
AdminAddMount(String title,
String mountID,
FvMountInfoMaster master)
|
|
AdminAddMount(String title,
String strHost,
String strFolder,
FvMountInfoMaster master,
boolean local)
|
Method Summary | |
void |
addNotify()
|
(package private) void |
cancelButt_ActionPerformed(ActionEvent event)
|
private void |
clearAllFields()
|
(package private) void |
Frame1_WindowClosing(WindowEvent event)
|
private WTContext |
getContext()
Returns the appropriate WTContext which corresponds
to this frame. |
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)
|
(package private) void |
hostChoice_ItemStateChanged(ItemEvent event)
|
private void |
initHelpSystem()
Initializes the help system. |
private void |
initializeHelp()
This function should be the last thing called in the ctor. |
private boolean |
isReallyNew()
|
private void |
localize()
Localize the labels for this screen |
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 |
pathField_EnterHit(ActionEvent event)
|
private void |
setContext(boolean contextOn)
|
void |
setVisible(boolean b)
Shows or hides the component depending on the boolean flag b. |
private void |
showHelp()
|
private void |
stayOnTop()
|
private void |
stopHelp()
stopHelp should be called every time the window gets closed. |
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 int TIME_OUT
private boolean _dirtyMount
private HelpSystem _helpSystem
private HelpContext _helpContext
private ThreadGroup _contextGroup
private FvMountInfoMaster _master
private boolean _isNew
private boolean isPDMLinkInstalled
private boolean isProjectLinkInstalled
private FvMount _mount
private static ResourceBundle _rb
private static Font crossLocaleFont
private int _actionCount
private String _origHost
private String _origFolder
private Hashtable _hostPathKeys
private Hashtable _hostMountKeys
boolean fComponentsAdjusted
Panel panel3
Panel panel1
symantec.itools.awt.WrappingLabel hostLab
symantec.itools.awt.WrappingLabel pathLab
TextField pathField
symantec.itools.awt.WrappingLabel folderLab
Choice folderChoice
Choice hostChoice
Panel panel2
symantec.itools.awt.LabelButton okButt
symantec.itools.awt.LabelButton cancelButt
symantec.itools.awt.LabelButton helpButt
symantec.itools.awt.StatusBar statusBar1
Constructor Detail |
public AdminAddMount()
public AdminAddMount(String title, String strHost, String strFolder, FvMountInfoMaster master, boolean local)
public AdminAddMount(String title, String mountID, FvMountInfoMaster master)
Method Detail |
private void localize()
public void setVisible(boolean b)
b
- if true, show the component; otherwise, hide the component.Component.isVisible()
private void clearAllFields()
public static void main(String[] args)
public void addNotify()
void Frame1_WindowClosing(WindowEvent event)
private WTContext getContext()
WTContext
which corresponds
to this frame. This method first tries to retrieve the WTContext
by using the ThreadGroup
saved when this frame was
constructed. If the ThreadGroup is null, then this method tries
to use the parent Applet
to get the WTContext. If
that parent applet is also null, this method uses the default
getContext()
method to retrieve a WTContext.
WTContext
object associated with this
frameWTContext
private void setContext(boolean contextOn)
private void initializeHelp()
public HelpContext getHelpContext()
public HelpSystem getHelpSystem()
private void initHelpSystem()
private PropertyChangeListener newHelpListener()
private void stopHelp()
private void showHelp()
void pathField_EnterHit(ActionEvent event)
void okButt_ActionPerformed(ActionEvent event)
private boolean isReallyNew()
void cancelButt_ActionPerformed(ActionEvent event)
void helpButt_ActionPerformed(ActionEvent event)
private void stayOnTop()
void hostChoice_ItemStateChanged(ItemEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |