|
|||||||||||
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.AdminAddHost
Nested Class Summary | |
(package private) class |
AdminAddHost.SymAction
|
(package private) class |
AdminAddHost.SymWindow
|
(package private) class |
AdminAddHost.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 |
_actionCounter
Action counter |
private ThreadGroup |
_contextGroup
The _contextGroup for this frame |
(package private) HelpContext |
_helpContext
|
(package private) HelpSystem |
_helpSystem
|
private Long |
_hostID
The object identifier for the host object. |
private boolean |
_hostIsDirty
If the OnOK handler fails, we need to refresh the screen to prevent the invalid name from reappearing on the next update. |
private boolean |
_isNew
|
private FvMountInfoMaster |
_master
|
private String |
_oldHostName
The old host name. |
private static ResourceBundle |
_rb
|
(package private) symantec.itools.awt.LabelButton |
cancelButt
|
private Font |
crossLocaleFont
|
(package private) TextField |
DNSField
|
(package private) symantec.itools.awt.WrappingLabel |
dnsNameLab
|
(package private) boolean |
fComponentsAdjusted
|
(package private) symantec.itools.awt.LabelButton |
helpButt
|
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 |
panel4
|
(package private) Choice |
siteChoice
|
(package private) symantec.itools.awt.WrappingLabel |
siteLabel
|
(package private) symantec.itools.awt.StatusBar |
statusBar1
|
private static int |
TIME_OUT
Timeout flag in milliseconds. |
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 |
AdminAddHost()
|
|
AdminAddHost(String title,
FvMountInfoMaster master)
|
|
AdminAddHost(String title,
Long hostID,
FvMountInfoMaster master)
|
Method Summary | |
void |
addNotify()
|
(package private) void |
cancelButt_ActionPerformed(ActionEvent event)
|
(package private) void |
DNSField_EnterHit(ActionEvent event)
|
(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)
|
private void |
initHelpSystem()
Initializes the help system. |
private void |
initializeHelp()
This function should be the last thing called in the ctor. |
private void |
localize()
Localize the labels. |
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)
|
private void |
setContext(boolean contextOn)
|
void |
setVisible(boolean b)
Shows or hides the component depending on the boolean flag b. |
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 static ResourceBundle _rb
private Font crossLocaleFont
private boolean _isNew
private static final int TIME_OUT
private boolean _hostIsDirty
private int _actionCounter
private String _oldHostName
private FvMountInfoMaster _master
private Long _hostID
private ThreadGroup _contextGroup
private boolean isPDMLinkInstalled
private boolean isProjectLinkInstalled
boolean fComponentsAdjusted
Panel panel4
Panel panel2
symantec.itools.awt.WrappingLabel dnsNameLab
TextField DNSField
symantec.itools.awt.WrappingLabel siteLabel
Choice siteChoice
symantec.itools.awt.StatusBar statusBar1
Panel panel1
symantec.itools.awt.LabelButton okButt
symantec.itools.awt.LabelButton cancelButt
symantec.itools.awt.LabelButton helpButt
HelpSystem _helpSystem
HelpContext _helpContext
Constructor Detail |
private AdminAddHost()
public AdminAddHost(String title, FvMountInfoMaster master)
public AdminAddHost(String title, Long hostID, FvMountInfoMaster master)
Method Detail |
private void stayOnTop()
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)
void okButt_ActionPerformed(ActionEvent event)
void cancelButt_ActionPerformed(ActionEvent 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()
void helpButt_ActionPerformed(ActionEvent event)
void DNSField_EnterHit(ActionEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |