|
|||||||||||
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.doc.CreateDocumentFrame
Class CreateDocumentFrame
provides a GUI frame for
creating WTDocument
objects. This frame provides
fields for capturing the attributes of the WTDocument
,
and contains a WTContentHolder
panel for adding
content to the WTDocument
. This frame does not support
creating multiple documents in one session, but allows the user to
further update the WTDocument
after it has been created.
E.g.
CreateDocumentFrame create_frame = new CreateDocumentFrame(); create_frame.setDocumentType( wt.doc.DocumentType ); create_frame.setParentFolder( folder_to_create_doc_in ); create_frame.show();
DocumentTaskLogic
,
Supported API: false
Extendable: false
,
Serialized FormNested Class Summary | |
private class |
CreateDocumentFrame.ActionThread
Inner Thread class which is used to perform actions asynchronously. |
(package private) class |
CreateDocumentFrame.DocumentHandle
|
(package private) class |
CreateDocumentFrame.HelpPropertyChangeListener
|
(package private) class |
CreateDocumentFrame.SymAction
|
(package private) class |
CreateDocumentFrame.SymItem
|
(package private) class |
CreateDocumentFrame.SymJCAction
|
(package private) class |
CreateDocumentFrame.SymKey
|
(package private) class |
CreateDocumentFrame.SymMouse
|
(package private) class |
CreateDocumentFrame.SymWindow
|
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 String |
alternateText
|
(package private) Button |
browseButton
|
(package private) Panel |
buttonPanel
|
(package private) Button |
cancelButton
|
(package private) symantec.itools.awt.BorderPanel |
cardPanel
|
(package private) jclass.bwt.JCButton |
contentsButton
|
private ContentsPanel |
contentsPanel
The panel which contains the WTContentHolder bean for adding
content to the document being created. |
private ThreadGroup |
contextGroup
Maintains the ThreadGroup to be used for setting and
getting the appropriate WTContext . |
(package private) TextField |
createInTextField
|
(package private) EnumeratedChoice |
departmentChoice
|
(package private) Label |
departmentLabel
|
(package private) Label |
descriptionLabel
|
(package private) WTTextArea |
descriptionTextArea
|
private CreateDocumentFrame.DocumentHandle |
documentHandle
DocumentHandle used to reference the document being
created. |
private DocumentType |
documentType
Specifies the type of document to create. |
(package private) EnumeratedChoice |
documentTypeChoice
|
(package private) boolean |
fComponentsAdjusted
|
private static String |
HELP_TARGET
Defined constant used to specify the web browser target window in which to launch the online help. |
(package private) Button |
helpButton
|
private HelpContext |
helpContext
Used with the HelpSystem . |
private HelpSystem |
helpSystem
The HelpSystem which provides online help, tooltips, and
status messages for this frame. |
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine2
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine3
|
(package private) HTTPUploadDownloadPanel |
hTTPUploadDownloadPanel1
|
private boolean |
inDescendent
|
protected static int |
INIT_CONTENT
Defined constant used to determine which actions to perform when launching a new ActionThread . |
protected static int |
INIT_DEPARTMENTS
Defined constant used to determine which actions to perform when launching a new ActionThread . |
protected static int |
INIT_LOCATION
Defined constant used to determine which actions to perform when launching a new ActionThread . |
protected static int |
INIT_REFERENCE
Defined constant used to determine which actions to perform when launching a new ActionThread . |
protected static int |
INIT_STRUCTURE
Defined constant used to determine which actions to perform when launching a new ActionThread . |
(package private) LifeCycleInfo |
lifeCycleInfo1
|
private Object |
lockStr
|
(package private) Panel |
messagePanel
|
(package private) Label |
nameLabel
|
(package private) TextField |
nameTextField
|
private boolean |
numberEnabled
|
(package private) Label |
numberLabel
|
(package private) TextField |
numberTextField
|
(package private) Button |
okButton
|
(package private) OrgChooser |
orgChooser
|
(package private) Label |
orgLabel
|
private Applet |
parentApplet
The Applet which is used to provide context for this frame. |
private Folder |
parentFolder
The Folder in which to create the new document. |
private boolean |
parentFolderComplete
Boolean used for controlling the updating of the parent folder. |
private Object |
parentFolderLock
Lock used for controlling the updating of the parent folder. |
(package private) jclass.bwt.JCButton |
referenceButton
|
private ReferencePanel |
referencePanel
The panel which contains the AssociationsPanel bean for adding
references to the document. |
(package private) Panel |
relationsPanel
|
private static ResourceBundle |
resources
Variable which maintains the ResourceBundle used for getting
localized text for fields, labels and eror-messages of this frame. |
private static String |
RESOURCES
Defined constant which specifies a String representation of
the fully-qualified class name of the ResourceBundle containing
localized text for the fields, labels and error-messages of this frame. |
protected static int |
SAVE_AND_CLOSE
Defined constant used to determine which actions to perform when launching a new ActionThread . |
protected static int |
SAVE_DOCUMENT
Defined constant used to determine which actions to perform when launching a new ActionThread . |
private String |
savedText
|
(package private) Label |
saveInLabel
|
private static boolean |
SHOW_ORG_ID
|
(package private) TextField |
statusTextField
|
(package private) jclass.bwt.JCButton |
structureButton
|
private StructurePanel |
structurePanel
The panel which contains the AssociationsPanel bean for adding
structure to the document. |
(package private) Panel |
tabsPanel
|
private Class |
target
|
(package private) Label |
titleLabel
|
(package private) TextField |
titleTextField
|
(package private) Label |
typeLabel
|
private boolean |
updateMode
Boolean flag indicating whether or not this frame is in update
mode. |
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 | |
CreateDocumentFrame()
Default constructor for CreateDocumentFrame |
|
CreateDocumentFrame(Applet a_parent_applet)
|
|
CreateDocumentFrame(String title)
Constructor for CreateDocumentFrame class. |
Method Summary | |
void |
addNotify()
|
(package private) void |
browseButton_Action(ActionEvent event)
Callback invoked when the Browse button is pressed. |
(package private) void |
browseButton_KeyPressed(KeyEvent event)
|
private void |
browseForFolder()
Invoked as a result of the browse button being pressed or the enter key being pressed when the browse button has focus. |
(package private) void |
cancelButton_Action(ActionEvent event)
Event callback invoked in response to the cancel button being pressed. |
(package private) void |
cancelButton_KeyPressed(KeyEvent event)
|
private boolean |
checkLength(String fieldName,
String fieldValue)
|
private boolean |
confirmAction(String message)
Deprecated. No longer prompting for content save when saving the document, so this method is no longer necessary. |
(package private) void |
contentsButton_actionPerformed(jclass.bwt.JCActionEvent event)
|
(package private) void |
contentsButton_mousePressed(MouseEvent event)
|
private WTDocument |
createDocument(WTDocument new_doc)
Method CreateDocument contains the logic to create a new
WTDocument instance. |
(package private) void |
CreateDocumentFrame_KeyPressed(KeyEvent event)
|
private void |
createDocumentFrame()
|
(package private) void |
createInTextField_KeyPressed(KeyEvent event)
|
(package private) void |
createInTextField_Typed(KeyEvent event)
Event callback invoked in response to a key typed event in the location text field. |
(package private) void |
departmentChoice_keyPressed(KeyEvent event)
|
(package private) void |
descriptionTextArea_keyPressed(KeyEvent event)
|
private void |
dispatchRefresh(int action,
Object obj)
Uses the RefreshService to dispatch RefreshEvents. |
void |
dispose()
|
(package private) void |
documentTypeChoice_itemStateChanged(ItemEvent event)
|
(package private) void |
documentTypeChoice_keyPressed(KeyEvent event)
|
private void |
enableActions(boolean enable)
|
private void |
enableUpdateActions()
Updates this frame to support update mode. |
private void |
enforceNumberFieldConstraint()
|
(package private) void |
Frame1_WindowClosing(WindowEvent event)
|
private WTContext |
getContext()
Returns the WTContext corresponding to this frame. |
WTDocument |
getDocument()
Returns the WTDocument created by this frame. |
private DocumentType |
getDocumentType()
|
private String |
getLocalizedLabel(String key,
Object[] params)
Deprecated. |
private String |
getLocalizedMessage(String key,
Object[] params)
Deprecated. |
Dimension |
getMinimumSize()
Override the getMinimumSize method to have better control over the size of this frame. |
Applet |
getParentApplet()
Returns the Applet which provides context to this
frame. |
Folder |
getParentFolder()
Returns the Folder in which the WTDocument
is to be created. |
Dimension |
getPreferredSize()
Override the getPreferredSize method to have better control over the size of this frame. |
private int |
getUpperLimit(String fieldName)
|
(package private) void |
helpButton_Action(ActionEvent event)
Event callback invoked in response to the Help button being pressed. |
(package private) void |
helpButton_KeyPressed(KeyEvent event)
|
private void |
initContents()
|
private void |
initContentsPanel()
|
private void |
initDocumentTypeChoice()
Deprecated. This method has no body, so it is being removed. |
private void |
initializeHelp()
|
private void |
initLocation()
Initializes the location field which specifies the folder in which to create the new document. |
private void |
initPrimaryContentsPanel()
|
private void |
initReferencePanel()
|
private void |
initResources()
Initialize the ResourceBundles used for localizing the
text of this frame. |
private void |
initStructurePanel()
|
(package private) void |
lifeCycleInfo1_keyPressed(KeyEvent event)
|
private void |
localize()
Localizes the field labels and localizable text by getting correct values from a ResourceBundle . |
(package private) void |
nameTextField_KeyPressed_Interaction1(KeyEvent event)
|
(package private) void |
nameTextField_KeyPressed(KeyEvent event)
|
(package private) void |
numberTextField_KeyPressed(KeyEvent event)
|
(package private) void |
okButton_Action(ActionEvent event)
Callback method invoked in response to the okButton
being pressed. |
(package private) void |
okButton_KeyPressed(KeyEvent event)
|
private void |
processHelpCommand()
Displays the online help associated with the Create document task. |
private void |
processOkAction()
Method processOkAction contains the logic to create or update
the document. |
private void |
processSaveAction()
Method processSaveAction is invoked to save the
WTDocument . |
(package private) void |
referenceButton_actionPerformed(jclass.bwt.JCActionEvent event)
|
(package private) void |
referenceButton_mousePressed(MouseEvent event)
|
void |
refresh()
|
(package private) void |
relationsPanel_KeyPressed(KeyEvent event)
|
private boolean |
saveContents()
|
private boolean |
saveReference()
|
private boolean |
saveStructure()
|
private void |
setContext(boolean set_context_on)
|
void |
setDocumentType(DocumentType doc_type)
Sets the type of WTDocument to be created by this frame. |
void |
setParentApplet(Applet parent_applet)
Sets the Applet which is used to provide context
for this frame. |
void |
setParentFolder(Folder parent_folder)
Initializes the folder in which the new WTDocument is
to be created. |
private void |
setUpdateMode()
Sets the mode of this frame to update. |
void |
setVisible(boolean isVisible)
|
void |
show()
Deprecated. The user should call the setVisible(boolean isVisible) |
(package private) void |
structureButton_actionPerformed(jclass.bwt.JCActionEvent event)
|
(package private) void |
structureButton_mousePressed(MouseEvent event)
|
(package private) void |
titleTextField_KeyPressed(KeyEvent event)
|
private void |
updateColors(Color color)
|
private boolean |
updateDocument()
Contains the task logic to update and persist changes to the document. |
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 boolean SHOW_ORG_ID
private String savedText
private String alternateText
private boolean numberEnabled
private Class target
boolean fComponentsAdjusted
HTTPUploadDownloadPanel hTTPUploadDownloadPanel1
Label orgLabel
OrgChooser orgChooser
Label nameLabel
TextField nameTextField
Label typeLabel
EnumeratedChoice documentTypeChoice
Label titleLabel
TextField titleTextField
Label departmentLabel
EnumeratedChoice departmentChoice
Label numberLabel
TextField numberTextField
Label descriptionLabel
WTTextArea descriptionTextArea
Label saveInLabel
TextField createInTextField
Button browseButton
symantec.itools.awt.shape.HorizontalLine horizontalLine2
LifeCycleInfo lifeCycleInfo1
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel relationsPanel
Panel tabsPanel
jclass.bwt.JCButton contentsButton
jclass.bwt.JCButton referenceButton
jclass.bwt.JCButton structureButton
symantec.itools.awt.BorderPanel cardPanel
Panel messagePanel
symantec.itools.awt.shape.HorizontalLine horizontalLine3
Panel buttonPanel
Button okButton
Button cancelButton
Button helpButton
TextField statusTextField
private Object lockStr
private boolean inDescendent
private DocumentType documentType
wt.doc.DocumentType
.
private CreateDocumentFrame.DocumentHandle documentHandle
DocumentHandle
used to reference the document being
created. The DocumentHandle
is used as opposed to manipulating
the document directly, to keep changes to this document in sync with
changes to the document modified by the WTContentHolder
in
this frame. By using the DocumentHandle
, both this frame and
the contained WTContentHolder
panel will be manipulating the
same document reference.
private Folder parentFolder
Folder
in which to create the new document. This
folder can be any folder in the system to which the user has rights
to modify.
private Applet parentApplet
Applet
which is used to provide context for this frame.
The applet is used in retrieving the correct WTContext
.
private ContentsPanel contentsPanel
WTContentHolder
bean for adding
content to the document being created.
private StructurePanel structurePanel
AssociationsPanel
bean for adding
structure to the document.
private ReferencePanel referencePanel
AssociationsPanel
bean for adding
references to the document.
private HelpSystem helpSystem
HelpSystem
which provides online help, tooltips, and
status messages for this frame.
private HelpContext helpContext
HelpSystem
. The HelpContext
is used
to determine which messages to retrieve from the help resources.
private boolean updateMode
Boolean
flag indicating whether or not this frame is in update
mode. This frame is in update mode as soon as the document has been
successfully created. Once in update mode, changes made in this frame
modify the created document.
private ThreadGroup contextGroup
ThreadGroup
to be used for setting and
getting the appropriate WTContext
.
private Object parentFolderLock
private boolean parentFolderComplete
protected static final int INIT_CONTENT
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with displaying the content panel.
protected static final int INIT_LOCATION
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with displaying the location of the parent folder if the
parent folder has been given.
protected static final int INIT_DEPARTMENTS
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with displaying the departments.
This should no loner be used because the java.awt.Choice previously used to
display this list has been replaced by the EnumeratedChoice bean.
protected static final int SAVE_DOCUMENT
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with saving the document.
protected static final int SAVE_AND_CLOSE
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with saving the document and closing the dialog.
protected static final int INIT_STRUCTURE
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with displaying the structure panel.
protected static final int INIT_REFERENCE
ActionThread
. This constant is used in the
switch
statement in the run
method of the
ActionThread
. This constant specifies to perform the actions
associated with displaying the references panel.
private static final String HELP_TARGET
private static String RESOURCES
String
representation of
the fully-qualified class name of the ResourceBundle
containing
localized text for the fields, labels and error-messages of this frame.
private static ResourceBundle resources
ResourceBundle
used for getting
localized text for fields, labels and eror-messages of this frame.
Constructor Detail |
public CreateDocumentFrame(Applet a_parent_applet)
public CreateDocumentFrame()
CreateDocumentFrame
public CreateDocumentFrame(String title)
CreateDocumentFrame
class.
title
- the String
to use as the title of
this frameMethod Detail |
private void createDocumentFrame()
private void initResources() throws MissingResourceException
ResourceBundles
used for localizing the
text of this frame. Both ResourceBundles
for labels
and fields and for error messages are initialized.
MissingResourceException
ResourceBundle
private void localize()
ResourceBundle
.
initResources
,
ResourceBundle
public void setVisible(boolean isVisible)
public void show()
setVisible(boolean isVisible)
public void addNotify()
void Frame1_WindowClosing(WindowEvent event)
public void setParentApplet(Applet parent_applet)
Applet
which is used to provide context
for this frame.
parent_applet
- the Applet
which provides
context for this framegetParentApplet()
public Applet getParentApplet()
Applet
which provides context to this
frame.
Applet
providing context to this
framesetParentApplet(java.applet.Applet)
public void setParentFolder(Folder parent_folder)
WTDocument
is
to be created.
parent_folder
- the Folder
in which to create
the new documentCabinet
,
Folder
public Folder getParentFolder()
Folder
in which the WTDocument
is to be created.
Folder
in which to create the documentFolder
public WTDocument getDocument()
WTDocument
created by this frame.
WTDocument
public void setDocumentType(DocumentType doc_type)
WTDocument
to be created by this frame.
Setting the document type will result in the type field and department
list of this frame getting initialized.
doc_type
- a String
representing the type of
WTDocument
to create in this frameDocumentTaskLogic
private void initDocumentTypeChoice()
WTDocument
specified via setDocumentType
.
setDocumentType(wt.doc.DocumentType)
private void initLocation()
parentFolder
has
been given, this method uses the folder path of that
parentFolder
to initialize the location field. If no
parent folder has been given, this method initializes the location
field with the folder path of the current user's personal cabinet.
setParentFolder(wt.folder.Folder)
,
Folder
,
Cabinet
void okButton_Action(ActionEvent event)
okButton
being pressed. This method invokes processOkAction
to handle the creating or updating of the document.
ActionEvent
,
Button
private void processOkAction()
processOkAction
contains the logic to create or update
the document. If the document has not yet been created, this method will
create the new document, invoke the Life Cycle Wizard to assign a team template
and lifecycle to the document, and will save the document. If the document
is successfully created, this method will set this frame in update mode,
and will display the content panel. If the document had already been
created before invoking this method, this method will make the updates to
the created document persistent. After saving the document, this method
will close this frame.
private WTDocument createDocument(WTDocument new_doc) throws PropertyVetoException, FolderNotFoundException, WTException
CreateDocument
contains the logic to create a new
WTDocument
instance. This method verifies that the required
fields of Name, Number and Containing Folder have been given and are
valid. This method only creates an instance of a WTDocument
and sets the corresponding attribute values on the document; it does not
make the document persistent.
WTDocument
PropertyVetoException
- a given value for an attribute of
the document is not valid
FolderNotFoundException
- the folder in which to create the
document does not exist
WTException
- an error occurs creating the documentWTDocument
,
Folder
private void processSaveAction()
processSaveAction
is invoked to save the
WTDocument
. If the document does not yet exist, the document
is created and saved. Otherwise, if the document already exists, the
document is updated and saved. When creating the document for the first
time, this method invokes the Life Cycle Wizard to assign the
teamTemplate
and LifeCycleTemplate
for the document.
WTDocument
,
LifeCycleTemplate
,
TeamTemplate
void browseButton_Action(ActionEvent event)
event
- the button press event which resulted in
this method being invoked.private void browseForFolder()
private void dispatchRefresh(int action, Object obj)
action
- the type of refresh eventobj
- the target of the refreshprivate int getUpperLimit(String fieldName)
private boolean checkLength(String fieldName, String fieldValue)
void createInTextField_Typed(KeyEvent event)
event
- the Key event which resulted in this method
getting invoked.void cancelButton_Action(ActionEvent event)
event
- the event which resulted in this method
getting invoked.private void setUpdateMode()
private void enableUpdateActions()
private boolean updateDocument() throws PropertyVetoException, WTPropertyVetoException, WTException
PropertyVetoException
- if an attempt was made to set an
attribute of this document to an invalid value
WTPropertyVetoException
- if an attempt was made to set an
attribute of this document to an invalid value
WTException
- if an error occurs trying to save this document.void helpButton_Action(ActionEvent event)
event
- the button press event which resulted in this method
being invoked.private void processHelpCommand()
private WTContext getContext()
private void setContext(boolean set_context_on)
void contentsButton_actionPerformed(jclass.bwt.JCActionEvent event)
void structureButton_actionPerformed(jclass.bwt.JCActionEvent event)
void referenceButton_actionPerformed(jclass.bwt.JCActionEvent event)
private void initContents()
private void initPrimaryContentsPanel()
private void initContentsPanel()
private void initStructurePanel()
private void initReferencePanel()
public void refresh()
private boolean confirmAction(String message)
message
- the String message to display in
the dialog
private boolean saveContents()
private boolean saveStructure()
private boolean saveReference()
private void initializeHelp()
private void enableActions(boolean enable)
private void updateColors(Color color)
void browseButton_KeyPressed(KeyEvent event)
void okButton_KeyPressed(KeyEvent event)
void cancelButton_KeyPressed(KeyEvent event)
void helpButton_KeyPressed(KeyEvent event)
private String getLocalizedMessage(String key, Object[] params)
String
message.
Replaced by WTMessage.getLocalizedMessage()
key
- the String
key into the messages
ResourceBundle
params
- an array of Objects
to be used to format the
message to be returned
String
message specified by the given keyprivate String getLocalizedLabel(String key, Object[] params)
String
label.
Replaced WTMessage.getLocalizedMessage();
key
- the String
key into the labels
ResourceBundle
params
- an array of Objects
to be used to format the
label to be returned
String
label specified by the given keyprivate void enforceNumberFieldConstraint()
void contentsButton_mousePressed(MouseEvent event)
void structureButton_mousePressed(MouseEvent event)
void referenceButton_mousePressed(MouseEvent event)
private DocumentType getDocumentType()
void documentTypeChoice_itemStateChanged(ItemEvent event)
public Dimension getPreferredSize()
public Dimension getMinimumSize()
void CreateDocumentFrame_KeyPressed(KeyEvent event)
void nameTextField_KeyPressed(KeyEvent event)
void nameTextField_KeyPressed_Interaction1(KeyEvent event)
void titleTextField_KeyPressed(KeyEvent event)
void numberTextField_KeyPressed(KeyEvent event)
void descriptionTextArea_keyPressed(KeyEvent event)
void createInTextField_KeyPressed(KeyEvent event)
void lifeCycleInfo1_keyPressed(KeyEvent event)
void departmentChoice_keyPressed(KeyEvent event)
void documentTypeChoice_keyPressed(KeyEvent event)
void relationsPanel_KeyPressed(KeyEvent event)
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |