|
|||||||||||
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.Dialog
wt.clients.saveas.SaveAsDialog
This class defines a dialog, which when filled in with user input and
submitted, will create a new copy of a Versioned
object.
To use this dialog in your own code, you must use the task delegate.
Supported API: false
Extendable: false
This code was generated using Visual Cafe. To modify the code, only use
code syntax that matches what Visual Cafe can generate, or Visual Cafe
may be unable to back parse your Java file into its visual environment.
Nested Class Summary | |
(package private) class |
SaveAsDialog.SymAction
|
(package private) class |
SaveAsDialog.SymKey
|
(package private) class |
SaveAsDialog.SymWindow
|
class |
SaveAsDialog.WorkThread
The work thread for this Panel. |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
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 | |
(package private) Button |
browseButton
|
(package private) Button |
cancelButton
|
private ThreadGroup |
contextGroup
|
protected static int |
COPY
|
private RevisionControlled |
copyItem
|
(package private) Panel |
copyPanel
|
(package private) boolean |
fComponentsAdjusted
|
private String |
generateText
|
(package private) Button |
helpButton
|
(package private) HelpContext |
helpContext
|
(package private) HelpSystem |
helpSystem
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
private boolean |
inDescendent
|
(package private) LifeCycleInfo |
lifeCycleInfo
|
(package private) Label |
locationLabel
|
(package private) TextField |
locationTextField
|
private Object |
lockStr
|
(package private) Label |
nameLabel
|
(package private) TextField |
nameTextField
|
(package private) String |
newName
|
(package private) String |
newNumber
|
(package private) Label |
numberLabel
|
(package private) TextField |
numberTextField
|
(package private) Button |
okButton
|
(package private) Panel |
panel1
|
(package private) Applet |
parentApplet
|
(package private) Frame |
parentFrame
|
private static ResourceBundle |
resources
|
private static String |
RESOURCES
|
(package private) Folder |
selectedFolder
|
(package private) Label |
typeIDLabel
|
private static boolean |
VERBOSE
|
Fields inherited from class java.awt.Dialog |
|
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 | |
SaveAsDialog(Frame parent,
boolean modal)
This constructor instantiates and initializes the components. |
|
SaveAsDialog(Frame parent,
String title,
boolean modal)
This constructor instantiates and initializes the components and also sets the title of the Dialog Supported API: false |
Method Summary | |
void |
addNotify()
Supported API: false |
(package private) void |
browseButton_Action(ActionEvent event)
|
(package private) void |
browseButton_KeyPressed(KeyEvent event)
|
(package private) void |
cancelButton_Action(ActionEvent event)
|
(package private) void |
cancelButton_KeyPressed(KeyEvent event)
|
(package private) void |
cancelCopy()
|
(package private) void |
copyObject()
|
(package private) RevisionControlled |
copyObjectAux(RevisionControlled copyItem)
|
private void |
dispatchRefresh(int action,
Object obj)
|
private void |
enableActions(boolean enable)
|
private WTContext |
getContext()
|
RevisionControlled |
getCopyItem()
Supported API: false |
HelpSystem |
getHelpSystem()
Gets the current helpSystem . |
protected String |
getNameFromMaster(RevisionControlled rc_object)
|
(package private) String |
getNewName()
|
(package private) String |
getNewNumber()
|
Applet |
getParentApplet()
Supported API: false |
(package private) Frame |
getParentFrame()
|
(package private) Folder |
getSelectedFolder()
|
(package private) void |
helpButton_Action(ActionEvent event)
|
(package private) void |
helpButton_KeyPressed(KeyEvent event)
|
private void |
initHelpSystem()
|
(package private) void |
initializeHelp()
|
private void |
initResources()
|
(package private) void |
launchFindPathDialog()
|
private void |
localize()
|
(package private) void |
locationTextField_KeyPressed(KeyEvent event)
|
(package private) void |
nameTextField_KeyPressed(KeyEvent event)
|
(package private) void |
numberTextField_KeyPressed(KeyEvent event)
|
(package private) void |
okButton_Action(ActionEvent event)
|
(package private) void |
okButton_KeyPressed(KeyEvent event)
|
protected void |
processBrowseAction()
|
protected void |
processCancelAction()
|
protected void |
processHelpAction()
|
protected void |
processOkAction()
|
(package private) void |
SaveAsDialog_WindowClosing(WindowEvent event)
|
void |
setCopyItem(RevisionControlled item)
Supported API: false |
(package private) void |
setNewName(String name)
|
(package private) void |
setNewNumber(String number)
|
void |
setParentApplet(Applet parent_applet)
Supported API: false |
(package private) void |
setParentFrame(Frame parent)
|
(package private) void |
setSelectedFolder(Folder folder)
|
void |
setVisible(boolean isVisible)
|
void |
show()
Deprecated. The user should call the setVisible(boolean isVisible) |
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static boolean VERBOSE
Folder selectedFolder
String newName
String newNumber
Frame parentFrame
private RevisionControlled copyItem
Applet parentApplet
private ThreadGroup contextGroup
private static ResourceBundle resources
private static String RESOURCES
private String generateText
HelpSystem helpSystem
HelpContext helpContext
protected static final int COPY
boolean fComponentsAdjusted
Panel copyPanel
Label typeIDLabel
Label nameLabel
TextField nameTextField
Label numberLabel
TextField numberTextField
Label locationLabel
TextField locationTextField
Button browseButton
LifeCycleInfo lifeCycleInfo
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel panel1
Button okButton
Button cancelButton
Button helpButton
private Object lockStr
private boolean inDescendent
Constructor Detail |
public SaveAsDialog(Frame parent, boolean modal)
public SaveAsDialog(Frame parent, String title, boolean modal)
Method Detail |
private void initResources()
private void localize()
public void addNotify()
public void setVisible(boolean isVisible)
public void show()
setVisible(boolean isVisible)
private WTContext getContext()
void SaveAsDialog_WindowClosing(WindowEvent event)
void browseButton_Action(ActionEvent event)
protected void processBrowseAction()
void cancelButton_Action(ActionEvent event)
protected void processCancelAction()
public Applet getParentApplet()
public void setParentApplet(Applet parent_applet)
void setParentFrame(Frame parent)
Frame getParentFrame()
void setNewName(String name)
void setNewNumber(String number)
void setSelectedFolder(Folder folder)
Folder getSelectedFolder()
String getNewName()
String getNewNumber()
public void setCopyItem(RevisionControlled item)
public RevisionControlled getCopyItem()
void launchFindPathDialog()
void okButton_Action(ActionEvent event)
protected void processOkAction()
void copyObject()
void cancelCopy()
RevisionControlled copyObjectAux(RevisionControlled copyItem)
private void dispatchRefresh(int action, Object obj)
private void enableActions(boolean enable)
void helpButton_Action(ActionEvent event)
protected void processHelpAction()
void initializeHelp()
private void initHelpSystem()
public HelpSystem getHelpSystem()
helpSystem
. If it's null,
it initializes it.
helpSystem
protected String getNameFromMaster(RevisionControlled rc_object) throws Exception
Exception
void okButton_KeyPressed(KeyEvent event)
void cancelButton_KeyPressed(KeyEvent event)
void helpButton_KeyPressed(KeyEvent event)
void browseButton_KeyPressed(KeyEvent event)
void nameTextField_KeyPressed(KeyEvent event)
void numberTextField_KeyPressed(KeyEvent event)
void locationTextField_KeyPressed(KeyEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |