|
|||||||||||
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.IterationHistoryDialog
Nested Class Summary | |
(package private) class |
IterationHistoryDialog.SymAction
|
(package private) class |
IterationHistoryDialog.SymItem
|
(package private) class |
IterationHistoryDialog.SymWindow
|
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) Label |
baselineLabel
|
(package private) List |
baselineList
|
(package private) Panel |
buttonPanel
|
(package private) Button |
closeButton
|
private static int |
COLUMN_COUNT
|
(package private) Label |
commentsLabel
|
(package private) WTTextArea |
commentsTextArea
|
(package private) Button |
compareButton
|
private ThreadGroup |
contextGroup
|
private static int |
CREATEDATE_COLUMN
|
private static int |
CREATEDBY_COLUMN
|
private static int |
DUMMY_COLUMN
|
(package private) boolean |
fComponentsAdjusted
|
(package private) Panel |
globalButtonPanel
|
(package private) Button |
helpButton
|
(package private) HelpContext |
helpContext
|
(package private) HelpSystem |
helpSystem
|
(package private) symantec.itools.awt.shape.HorizontalLine |
horizontalLine1
|
private boolean |
inDescendent
|
private Vector |
iterationEntries
|
(package private) Label |
iterationHistoryLabel
|
(package private) Panel |
iterationHistoryPanel
|
(package private) WTMultiList |
iterationMultiList
|
private SerialEnumeration |
iterations
|
private static int |
LASTMODIFIEDDATE_COLUMN
|
private static int |
LOCATION_SHIFT
|
private Object |
lockStr
|
(package private) Panel |
multiListPanel
|
(package private) Applet |
parentApplet
|
(package private) Frame |
parentFrame
|
private static ResourceBundle |
resources
|
private static String |
RESOURCES
|
private Iterated |
reviseItem
|
(package private) Folder |
selectedFolder
|
private static boolean |
VERBOSE
|
private static int |
VERSION_COLUMN
|
(package private) Button |
viewButton
|
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 | |
IterationHistoryDialog(Frame parent,
boolean modal)
Supported API: false |
|
IterationHistoryDialog(Frame parent,
String title,
boolean modal)
Supported API: false |
Method Summary | |
void |
addNotify()
Supported API: false |
(package private) void |
closeButton_Action(ActionEvent event)
|
(package private) void |
compareButton_ActionPerformed(ActionEvent event)
|
(package private) void |
Dialog1_WindowClosing(WindowEvent event)
|
private void |
dispatchRefresh(int action,
Object obj)
|
void |
dispose()
Override the dispose method to work around a bug in the JDK. |
private void |
enableActions(boolean enable)
|
private WTContext |
getContext()
|
HelpSystem |
getHelpSystem()
Gets the current helpSystem . |
String |
getHttpgwURLString()
Supported API: false |
Dimension |
getMinimumSize()
|
Applet |
getParentApplet()
Supported API: false |
(package private) Frame |
getParentFrame()
|
Dimension |
getPreferredSize()
|
Iterated |
getReviseItem()
Supported API: false |
protected Iterated |
getSelectedIteration()
|
protected Iterated[] |
getSelectedIterations()
|
protected CabinetBased |
getSelectedObject()
|
(package private) void |
helpButton_Action(ActionEvent event)
|
private void |
initHelpSystem()
|
(package private) void |
initializeHelp()
|
private void |
initResources()
|
(package private) void |
iterationMultiList_itemStateChanged(ItemEvent event)
|
private void |
localize()
|
private void |
setButtonsEnabled(boolean value)
|
void |
setParentApplet(Applet parent_applet)
Supported API: false |
(package private) void |
setParentFrame(Frame parent)
|
void |
setReviseItem(Iterated item)
Supported API: false |
private void |
setStaggered()
A very simple method that simply gets the parent Frame and staggers the Dialog's position relative to the parent Frame so that the parent Frame is not obscured by the IterationHistoryDialog. |
void |
setVisible(boolean isVisible)
|
void |
show()
Deprecated. The user should call the setVisible(boolean isVisible) |
protected void |
showBaselines()
|
protected void |
showComments()
|
(package private) void |
viewButton_Action(ActionEvent event)
|
protected void |
viewObject()
|
Methods inherited from class java.awt.Dialog |
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 SerialEnumeration iterations
private Vector iterationEntries
private static int VERSION_COLUMN
private static int LASTMODIFIEDDATE_COLUMN
private static int CREATEDBY_COLUMN
private static int CREATEDATE_COLUMN
private static int DUMMY_COLUMN
private static int COLUMN_COUNT
private static int LOCATION_SHIFT
private Iterated reviseItem
Applet parentApplet
private ThreadGroup contextGroup
private static ResourceBundle resources
private static String RESOURCES
HelpSystem helpSystem
HelpContext helpContext
boolean fComponentsAdjusted
Panel iterationHistoryPanel
Label iterationHistoryLabel
Panel multiListPanel
WTMultiList iterationMultiList
Panel buttonPanel
Button viewButton
Button compareButton
Label commentsLabel
WTTextArea commentsTextArea
Label baselineLabel
List baselineList
symantec.itools.awt.shape.HorizontalLine horizontalLine1
Panel globalButtonPanel
Button closeButton
Button helpButton
private Object lockStr
private boolean inDescendent
Constructor Detail |
public IterationHistoryDialog(Frame parent, boolean modal)
public IterationHistoryDialog(Frame parent, String title, boolean modal)
Method Detail |
public void dispose()
ContainerUtility
private void initResources()
private void localize()
public void addNotify()
public void setVisible(boolean isVisible)
public void show()
setVisible(boolean isVisible)
private WTContext getContext()
void Dialog1_WindowClosing(WindowEvent event)
void viewButton_Action(ActionEvent event)
protected void viewObject()
protected CabinetBased getSelectedObject()
protected Iterated[] getSelectedIterations()
protected Iterated getSelectedIteration()
void closeButton_Action(ActionEvent event)
public Applet getParentApplet()
public void setParentApplet(Applet parent_applet)
void setParentFrame(Frame parent)
Frame getParentFrame()
public void setReviseItem(Iterated item)
public Iterated getReviseItem()
private void dispatchRefresh(int action, Object obj)
private void setButtonsEnabled(boolean value)
private void enableActions(boolean enable)
void helpButton_Action(ActionEvent event)
void initializeHelp()
private void initHelpSystem()
public HelpSystem getHelpSystem()
helpSystem
. If it's null,
it initializes it.
helpSystem
protected void showBaselines()
protected void showComments()
void iterationMultiList_itemStateChanged(ItemEvent event)
public String getHttpgwURLString() throws WTException, IOException
WTException
IOException
void compareButton_ActionPerformed(ActionEvent event)
private void setStaggered()
public Dimension getMinimumSize()
public Dimension getPreferredSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |