wt.clients.folder
Class ViewFolderDialog
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
wt.clients.folder.ViewFolderDialog
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- public class ViewFolderDialog
- extends Dialog
Dialog which displays the attribute of a Folder
.
Supported API:true
Extendable:false
- See Also:
- Serialized Form
Fields inherited from class java.awt.Dialog |
|
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Methods inherited from class java.awt.Dialog |
dispose, getAccessibleContext, getTitle, hide, isModal, isResizable, isUndecorated, paramString, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
fComponentsAdjusted
boolean fComponentsAdjusted
nameLabel
Label nameLabel
nameValue
Label nameValue
locationLabel
Label locationLabel
locationValue
Label locationValue
createdByLabel
Label createdByLabel
createdOnLabel
Label createdOnLabel
createdByValue
Label createdByValue
createdOnValue
Label createdOnValue
horizontalLine1
symantec.itools.awt.shape.HorizontalLine horizontalLine1
closeButton
Button closeButton
RESOURCES
private static String RESOURCES
resources
private static ResourceBundle resources
folder
private Folder folder
parentApplet
private Applet parentApplet
contextGroup
private ThreadGroup contextGroup
ViewFolderDialog
public ViewFolderDialog(Frame parent,
boolean modal)
- Constructor for this dialog.
- Parameters:
parent
- the Frame who owns this dialogmodal
- if true, this dialog will block all
input to the parent
Supported API:true
ViewFolderDialog
public ViewFolderDialog(Frame parent,
String title,
boolean modal)
initResources
private void initResources()
- Deprecated. this method is no longer necessary; WTMessage is used to
retrieve localized resources instead of getting them from
the resource bundle directly
Supported API: false
- Method which initializes the resource bundle containing the localized
resources used by this dialog.
localize
private void localize()
addNotify
public void addNotify()
show
public void show()
Dialog1_WindowClosing
void Dialog1_WindowClosing(WindowEvent event)
setFolder
public void setFolder(Folder folder)
- Sets the folder whose properties is to be displayed by this dialog.
- Parameters:
folder
- the Folder whose properties will be displayed by this
dialog
Supported API:true
getFolder
public Folder getFolder()
- Returns the folder whose properties are displayed by this dialog.
- Returns:
- the Folder whose properties are displayed by this dialog
Supported API:true
setParentApplet
public void setParentApplet(Applet applet)
- Deprecated. this method is no longer necessary; WTContext class
is used instead to provide context
Supported API:false
- Sets the parent Applet which will provide context to this dialog.
formatDate
private String formatDate(Timestamp time)
initFolderProperties
private void initFolderProperties()
getContext
private WTContext getContext()
setContext
private void setContext(boolean context_on)
closeButton_Action
void closeButton_Action(ActionEvent event)
closeButton_KeyPress
void closeButton_KeyPress(KeyEvent event)