|
|||||||||||
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.vc.OneOffDialog
This class defines a dialog, which when filled in with user input and
submitted, will create a new version of a OneOffVersioned
object.
To use
this dialog in your own code, you must import the
void oneOffVersionMenuItem_Action(java.awt.event.ActionEvent event) {
oneOffVersionObject(false);
}
protected void oneOffVersionObject() {
try {
setCursor( Cursor.getPredefinedCursor( Cursor.WAIT_CURSOR ) );
// You must supply the getVersionedObject() method.
OneOffVersioned versionedObject = getVersionedObject();
// You must supply the getParentApplet() method for the calling
// GUI component.
// You must supply the getFrame() method for the calling
// GUI component.
OneOffTask oneOffVersion_task =
new OneOffTask( getParentApplet(), getFrame(), versionedObject );
oneOffVersion_task.oneOffVersion();
} finally {
setCursor( Cursor.getDefaultCursor() );
}
}
OneOffTask
class.
Below is some example code which could be used to call the dialog, in
this case, from a pull down menu item.
import wt.clients.vc.OneOffTask;
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.
OneOffTask
,
Serialized FormNested Class Summary | |
(package private) class |
OneOffDialog.SymAction
|
(package private) class |
OneOffDialog.SymKey
|
(package private) class |
OneOffDialog.SymWindow
|
class |
OneOffDialog.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) Panel |
buttonPanel
|
(package private) Button |
cancelButton
|
private ThreadGroup |
contextGroup
|
(package private) boolean |
fComponentsAdjusted
|
(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) Button |
okButton
|
protected static int |
ONEOFFVERSION
|
private boolean |
oneOffVersionFolderEntry
|
private OneOffVersioned |
oneOffVersionItem
|
(package private) Panel |
oneOffVersionPanel
|
(package private) Applet |
parentApplet
|
(package private) Frame |
parentFrame
|
private static ResourceBundle |
resources
|
private static String |
RESOURCES
|
(package private) Folder |
selectedFolder
|
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 | |
OneOffDialog(Frame parent,
boolean modal)
This constructor instantiates and initializes the components. |
|
OneOffDialog(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 |
cancelButton_Action(ActionEvent event)
|
(package private) void |
cancelButton_KeyPressed(KeyEvent event)
|
(package private) void |
cancelOneOff()
|
private void |
dispatchRefresh(int action,
Object obj)
|
private void |
enableActions(boolean enable)
|
private WTContext |
getContext()
|
HelpSystem |
getHelpSystem()
Gets the current helpSystem . |
OneOffVersioned |
getOneOffItem()
Supported API: false |
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 |
okButton_Action(ActionEvent event)
|
(package private) void |
okButton_KeyPressed(KeyEvent event)
|
(package private) void |
OneOffDialog_WindowClosing(WindowEvent event)
|
(package private) void |
oneOffVersionObject()
|
(package private) OneOffVersioned |
oneOffVersionObjectAux(OneOffVersioned oneOffVersionItem)
|
protected void |
processCancelAction()
|
protected void |
processHelpAction()
|
protected void |
processOkAction()
|
void |
setOneOffItem(OneOffVersioned item)
Supported API: false |
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
Frame parentFrame
private OneOffVersioned oneOffVersionItem
Applet parentApplet
private ThreadGroup contextGroup
private static ResourceBundle resources
private static String RESOURCES
HelpSystem helpSystem
HelpContext helpContext
private boolean oneOffVersionFolderEntry
protected static final int ONEOFFVERSION
boolean fComponentsAdjusted
Panel oneOffVersionPanel
Label locationLabel
TextField locationTextField
Button browseButton
LifeCycleInfo lifeCycleInfo
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel buttonPanel
Button okButton
Button cancelButton
Button helpButton
private Object lockStr
private boolean inDescendent
Constructor Detail |
public OneOffDialog(Frame parent, boolean modal)
public OneOffDialog(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 OneOffDialog_WindowClosing(WindowEvent event)
void browseButton_Action(ActionEvent event)
void cancelButton_Action(ActionEvent event)
protected void processCancelAction()
public Applet getParentApplet()
public void setParentApplet(Applet parent_applet)
void setParentFrame(Frame parent)
Frame getParentFrame()
void setSelectedFolder(Folder folder)
Folder getSelectedFolder()
public void setOneOffItem(OneOffVersioned item)
public OneOffVersioned getOneOffItem()
void launchFindPathDialog()
void okButton_Action(ActionEvent event)
protected void processOkAction()
void oneOffVersionObject()
void cancelOneOff()
OneOffVersioned oneOffVersionObjectAux(OneOffVersioned oneOffVersionItem)
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
void okButton_KeyPressed(KeyEvent event)
void cancelButton_KeyPressed(KeyEvent event)
void helpButton_KeyPressed(KeyEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |