vc.gui.client.ui
Class GuiConstants

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--vc.gui.client.ui.GuiConstants
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class GuiConstants
extends javax.swing.tree.DefaultMutableTreeNode

GuiConstants is the class that integrates all the constants used y the GUI into a single place.

See Also:
Serialized Form

Field Summary
static int ClientFramePane_FilePane
          Integer value to represent that the current pane shown is for the file
static int ClientFramePane_ProjectPane
          Integer value to represent that the current pane shown is for the directory
static java.lang.String FileChkDlg_ConfirmFileOverWrite
          Message to confirm the overwriting the file when it is overwritten when checking out
static java.lang.String FileChkDlg_FileWritable_MenuItem_Ask
          Display name of the option for the check box for the policy to replace the file
static java.lang.String FileChkDlg_FileWritable_MenuItem_Replace
          Display name of the option for the check box for the policy to replace the file
static java.lang.String FileChkDlg_FileWritable_MenuItem_Skip
          Display name of the option for the check box for the policy to replace the file
static java.lang.String FileChkDlg_LocalCopy_MenuItem_Default
          Display name of the option for the check box for the policy to handle the local copy of the file after checking in
static java.lang.String FileChkDlg_LocalCopy_MenuItem_Delete
          Display name of the option for the check box for the policy to handle the local copy of the file after checking in
static java.lang.String FileChkDlg_LocalCopy_MenuItem_Leave
          Display name of the option for the check box for the policy to handle the local copy of the file after checking in
static java.lang.String FileChkDlg_LocalCopy_MenuItem_Replace
          Display name of the option for the check box for the policy to handle the local copy of the file after checking in
static java.lang.String FileChkDlg_SetFileTime_MenuItem_CheckIn
          Display name of the option for the check box for the policy to set the time for the newly written file
static java.lang.String FileChkDlg_SetFileTime_MenuItem_Current
          Display name of the option for the check box for the policy to set the time for the newly written file
static java.lang.String FileChkDlg_SetFileTime_MenuItem_Modification
          Display name of the option for the check box for the policy to set the time for the newly written file
static int FileFlag_Read
          Flag used for making the file readable
static int FileFlag_Write
          Flag used for making the file writable
static java.lang.String FilePopupMenu_AddLabel
          Display string of popup menu for adding a label to the files
static java.lang.String FilePopupMenu_CheckInFile
          Display string of popup menu for checkin of the files
static java.lang.String FilePopupMenu_CheckOutFile
          Display string of popup menu for checking out the files
static java.lang.String FilePopupMenu_GetLatestFileVersion
          Display string of popup menu for getting the latest version of the files
static java.lang.String FilePopupMenu_History
          Display string of popup menu for seing the versions/labels of files
static java.lang.String FilePopupMenu_MapToDirectory
          Display string of popup menu for mapping the files to directories
static java.lang.String FilePopupMenu_RemoveFile
          Display string of popup menu for removing the files
static java.lang.String FilePopupMenu_RenameFile
          Display string of popup menu for renaming a file
static java.lang.String FilePopupMenu_UndoCheckOutFile
          Display string of popup menu for undoing checkout of the files
static java.lang.String[] FileTable_Header
          Heading/Header for the table showing the information of the files
static java.lang.String GuiMessage_CantDeleteRootProject
          GUI message to aanounce that the root project can be deleted
static java.lang.String GuiMessage_ConfirmDeleteFiles
          GUI message to confirm the deletion of files
static java.lang.String GuiMessage_ConfirmDeleteProject
          GUI message to confirm the deletion of the project
static java.lang.String GuiMessage_GiveAgainFileNameForRename
          GUI message to enter again a valid file name for renaming it
static java.lang.String GuiMessage_GiveAgainLabelName
          GUI message to enter again a valid label name
static java.lang.String GuiMessage_GiveAgainNewProjectName
          GUI message to enter again the name for the directory
static java.lang.String GuiMessage_GiveAgainProjectNameForRename
          GUI message to enter again the name for the directory to be renamed
static java.lang.String GuiMessage_GiveFileNameForRename
          GUI message to a valid file name for renaming it
static java.lang.String GuiMessage_GiveLabelName
          GUI message to enter a name for the label
static java.lang.String GuiMessage_GiveNewProjectName
          GUI message to enter the name for the directory
static java.lang.String GuiMessage_GiveProjectNameForRename
          GUI message to the name for the directory to be renamed
static java.lang.String[] HistoryTable_Header
          Heading/Header for the table showing the versions/labels of the files/directories
static int LabelHandlingDialog_Hieght
          Hieght of the Label Handling Dilog
static int LabelHandlingDialog_Width
          Width of the Label Handling Dilog
static java.lang.String Menu_ClientFrame_Edit
          Display string for the edit menu shown in the client frame
static java.lang.String Menu_ClientFrame_File
          Display string for the file menu shown in the client frame
static java.lang.String Menu_ClientFrame_Help
          Display string for the help menu shown in the client frame
static java.lang.String Menu_ClientFrame_Tools
          Display string for the tools menu shown in the client frame
static java.lang.String Menu_ClientFrame_Version
          Display string for the version menu shown in the client frame
static java.lang.String Menu_ClientFrame_View
          Display string for the view menu shown in the client frame
static java.lang.String MenuItem_ClientFrame_About
          Display string for the about menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_AddDirectories
          Display string for the add directories menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_AddFiles
          Display string for the add files menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_CancelSearch
          Display string for the cancel search menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_ChangePassword
          Display string for the change password menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_CheckIn
          Display string for the check in menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_CheckOut
          Display string for the check out menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Contents
          Display string for the contents menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Copy
          Display string for the copy menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_CreateProject
          Display string for the create project menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_CustomizeToolbar
          Display string for the customize toolbar menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Cut
          Display string for the cut menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_EditFile
          Display string for the edit file menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Exit
          Display string for the exit menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_FindInFiles
          Display string for the find in files menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Font
          Display string for the font menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_GetLatestVersion
          Display string for the get latest version menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_InvertSelection
          Display string for the invert selection menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Label
          Display string for the add label menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_OnTheWeb
          Display string for the on the web menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_OpenDB
          Display string for the open source database menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Options
          Display string for the options menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Paste
          Display string for the paste menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Properties
          Display string for the properties menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Refresh
          Display string for the refresh menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Remove
          Display string for the delete menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Rename
          Display string for the rename menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Search
          Display string for the search menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Select
          Display string for the select menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_SelectAll
          Display string for the select all menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_SetWorkingFolder
          Display string for the set working folder menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_ShowDifferences
          Display string for the show difference menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_ShowHistory
          Display string for the show history menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_Sort
          Display string for the sort menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_UndoCheckOut
          Display string for the undo check out menu item shown in the client frame
static java.lang.String MenuItem_ClientFrame_View
          Display string for the view menu item shown in the client frame
static java.lang.String NativeLib_FileSysHandler
          Name of the DLL invoked by JNI module for working with the native file system
static java.lang.String OpNotDone_FileNotFound
          Error Message string for file not found
static java.lang.String ProjectInfo_DirMappedTo
          String used to form the label showing the mapping information of the selected directory
static java.lang.String ProjectInfo_ProjectName
          String used to form the label showing the mapping information of the selected directory
static java.lang.String ProjectPopupMenu_AddLabel
          Display string of popup menu for adding a label to a directory
static java.lang.String ProjectPopupMenu_AddNewDirectory
          Display string of popup menu for adding a new directory
static java.lang.String ProjectPopupMenu_AddNewFile
          Display string of popup menu for adding a new file
static java.lang.String ProjectPopupMenu_AddNewProject
          Display string of popup menu for adding a new directory not associated with the file system directory
static java.lang.String ProjectPopupMenu_CheckInProject
          Display string of popup menu for checking in a directory
static java.lang.String ProjectPopupMenu_CheckOutProject
          Display string of popup menu for checking out a directory
static java.lang.String ProjectPopupMenu_GetLatestProjectVersion
          Display string of popup menu for getting a latest version of project
static java.lang.String ProjectPopupMenu_History
          Display string of popup menu for seing the versions/labels of a directory
static java.lang.String ProjectPopupMenu_MapToDirectory
          Display string of popup menu for mapping to a directory to a filesystem directory
static java.lang.String ProjectPopupMenu_RemoveProject
          Display string of popup menu for removing a directory
static java.lang.String ProjectPopupMenu_RenameProject
          Display string of popup menu for renaming a directory
static java.lang.String ProjectPopupMenu_UndoCheckOutProject
          Display string of popup menu for undoing a checkout of a file
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
GuiConstants()
           
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FileFlag_Read

public static final int FileFlag_Read
Flag used for making the file readable

FileFlag_Write

public static final int FileFlag_Write
Flag used for making the file writable

NativeLib_FileSysHandler

public static java.lang.String NativeLib_FileSysHandler
Name of the DLL invoked by JNI module for working with the native file system

LabelHandlingDialog_Width

public static final int LabelHandlingDialog_Width
Width of the Label Handling Dilog

LabelHandlingDialog_Hieght

public static final int LabelHandlingDialog_Hieght
Hieght of the Label Handling Dilog

OpNotDone_FileNotFound

public static final java.lang.String OpNotDone_FileNotFound
Error Message string for file not found

ProjectPopupMenu_AddNewProject

public static final java.lang.String ProjectPopupMenu_AddNewProject
Display string of popup menu for adding a new directory not associated with the file system directory

ProjectPopupMenu_RemoveProject

public static final java.lang.String ProjectPopupMenu_RemoveProject
Display string of popup menu for removing a directory

ProjectPopupMenu_RenameProject

public static final java.lang.String ProjectPopupMenu_RenameProject
Display string of popup menu for renaming a directory

ProjectPopupMenu_CheckInProject

public static final java.lang.String ProjectPopupMenu_CheckInProject
Display string of popup menu for checking in a directory

ProjectPopupMenu_CheckOutProject

public static final java.lang.String ProjectPopupMenu_CheckOutProject
Display string of popup menu for checking out a directory

ProjectPopupMenu_UndoCheckOutProject

public static final java.lang.String ProjectPopupMenu_UndoCheckOutProject
Display string of popup menu for undoing a checkout of a file

ProjectPopupMenu_GetLatestProjectVersion

public static final java.lang.String ProjectPopupMenu_GetLatestProjectVersion
Display string of popup menu for getting a latest version of project

ProjectPopupMenu_AddNewFile

public static final java.lang.String ProjectPopupMenu_AddNewFile
Display string of popup menu for adding a new file

ProjectPopupMenu_AddNewDirectory

public static final java.lang.String ProjectPopupMenu_AddNewDirectory
Display string of popup menu for adding a new directory

ProjectPopupMenu_MapToDirectory

public static final java.lang.String ProjectPopupMenu_MapToDirectory
Display string of popup menu for mapping to a directory to a filesystem directory

ProjectPopupMenu_History

public static final java.lang.String ProjectPopupMenu_History
Display string of popup menu for seing the versions/labels of a directory

ProjectPopupMenu_AddLabel

public static final java.lang.String ProjectPopupMenu_AddLabel
Display string of popup menu for adding a label to a directory

FilePopupMenu_RemoveFile

public static final java.lang.String FilePopupMenu_RemoveFile
Display string of popup menu for removing the files

FilePopupMenu_RenameFile

public static final java.lang.String FilePopupMenu_RenameFile
Display string of popup menu for renaming a file

FilePopupMenu_MapToDirectory

public static final java.lang.String FilePopupMenu_MapToDirectory
Display string of popup menu for mapping the files to directories

FilePopupMenu_CheckInFile

public static final java.lang.String FilePopupMenu_CheckInFile
Display string of popup menu for checkin of the files

FilePopupMenu_CheckOutFile

public static final java.lang.String FilePopupMenu_CheckOutFile
Display string of popup menu for checking out the files

FilePopupMenu_UndoCheckOutFile

public static final java.lang.String FilePopupMenu_UndoCheckOutFile
Display string of popup menu for undoing checkout of the files

FilePopupMenu_GetLatestFileVersion

public static final java.lang.String FilePopupMenu_GetLatestFileVersion
Display string of popup menu for getting the latest version of the files

FilePopupMenu_History

public static final java.lang.String FilePopupMenu_History
Display string of popup menu for seing the versions/labels of files

FilePopupMenu_AddLabel

public static final java.lang.String FilePopupMenu_AddLabel
Display string of popup menu for adding a label to the files

GuiMessage_GiveNewProjectName

public static final java.lang.String GuiMessage_GiveNewProjectName
GUI message to enter the name for the directory

GuiMessage_GiveAgainNewProjectName

public static final java.lang.String GuiMessage_GiveAgainNewProjectName
GUI message to enter again the name for the directory

GuiMessage_ConfirmDeleteProject

public static final java.lang.String GuiMessage_ConfirmDeleteProject
GUI message to confirm the deletion of the project

GuiMessage_CantDeleteRootProject

public static final java.lang.String GuiMessage_CantDeleteRootProject
GUI message to aanounce that the root project can be deleted

GuiMessage_GiveProjectNameForRename

public static final java.lang.String GuiMessage_GiveProjectNameForRename
GUI message to the name for the directory to be renamed

GuiMessage_GiveAgainProjectNameForRename

public static final java.lang.String GuiMessage_GiveAgainProjectNameForRename
GUI message to enter again the name for the directory to be renamed

GuiMessage_GiveLabelName

public static final java.lang.String GuiMessage_GiveLabelName
GUI message to enter a name for the label

GuiMessage_ConfirmDeleteFiles

public static final java.lang.String GuiMessage_ConfirmDeleteFiles
GUI message to confirm the deletion of files

GuiMessage_GiveFileNameForRename

public static final java.lang.String GuiMessage_GiveFileNameForRename
GUI message to a valid file name for renaming it

GuiMessage_GiveAgainFileNameForRename

public static final java.lang.String GuiMessage_GiveAgainFileNameForRename
GUI message to enter again a valid file name for renaming it

GuiMessage_GiveAgainLabelName

public static final java.lang.String GuiMessage_GiveAgainLabelName
GUI message to enter again a valid label name

FileTable_Header

public static final java.lang.String[] FileTable_Header
Heading/Header for the table showing the information of the files

ProjectInfo_ProjectName

public static final java.lang.String ProjectInfo_ProjectName
String used to form the label showing the mapping information of the selected directory

ProjectInfo_DirMappedTo

public static final java.lang.String ProjectInfo_DirMappedTo
String used to form the label showing the mapping information of the selected directory

HistoryTable_Header

public static final java.lang.String[] HistoryTable_Header
Heading/Header for the table showing the versions/labels of the files/directories

ClientFramePane_FilePane

public static final int ClientFramePane_FilePane
Integer value to represent that the current pane shown is for the file

ClientFramePane_ProjectPane

public static final int ClientFramePane_ProjectPane
Integer value to represent that the current pane shown is for the directory

Menu_ClientFrame_File

public static final java.lang.String Menu_ClientFrame_File
Display string for the file menu shown in the client frame

Menu_ClientFrame_Edit

public static final java.lang.String Menu_ClientFrame_Edit
Display string for the edit menu shown in the client frame

Menu_ClientFrame_View

public static final java.lang.String Menu_ClientFrame_View
Display string for the view menu shown in the client frame

Menu_ClientFrame_Version

public static final java.lang.String Menu_ClientFrame_Version
Display string for the version menu shown in the client frame

Menu_ClientFrame_Tools

public static final java.lang.String Menu_ClientFrame_Tools
Display string for the tools menu shown in the client frame

Menu_ClientFrame_Help

public static final java.lang.String Menu_ClientFrame_Help
Display string for the help menu shown in the client frame

MenuItem_ClientFrame_OpenDB

public static final java.lang.String MenuItem_ClientFrame_OpenDB
Display string for the open source database menu item shown in the client frame

MenuItem_ClientFrame_CreateProject

public static final java.lang.String MenuItem_ClientFrame_CreateProject
Display string for the create project menu item shown in the client frame

MenuItem_ClientFrame_AddFiles

public static final java.lang.String MenuItem_ClientFrame_AddFiles
Display string for the add files menu item shown in the client frame

MenuItem_ClientFrame_AddDirectories

public static final java.lang.String MenuItem_ClientFrame_AddDirectories
Display string for the add directories menu item shown in the client frame

MenuItem_ClientFrame_Remove

public static final java.lang.String MenuItem_ClientFrame_Remove
Display string for the delete menu item shown in the client frame

MenuItem_ClientFrame_Rename

public static final java.lang.String MenuItem_ClientFrame_Rename
Display string for the rename menu item shown in the client frame

MenuItem_ClientFrame_Properties

public static final java.lang.String MenuItem_ClientFrame_Properties
Display string for the properties menu item shown in the client frame

MenuItem_ClientFrame_SetWorkingFolder

public static final java.lang.String MenuItem_ClientFrame_SetWorkingFolder
Display string for the set working folder menu item shown in the client frame

MenuItem_ClientFrame_Label

public static final java.lang.String MenuItem_ClientFrame_Label
Display string for the add label menu item shown in the client frame

MenuItem_ClientFrame_Exit

public static final java.lang.String MenuItem_ClientFrame_Exit
Display string for the exit menu item shown in the client frame

MenuItem_ClientFrame_EditFile

public static final java.lang.String MenuItem_ClientFrame_EditFile
Display string for the edit file menu item shown in the client frame

MenuItem_ClientFrame_Cut

public static final java.lang.String MenuItem_ClientFrame_Cut
Display string for the cut menu item shown in the client frame

MenuItem_ClientFrame_Copy

public static final java.lang.String MenuItem_ClientFrame_Copy
Display string for the copy menu item shown in the client frame

MenuItem_ClientFrame_Paste

public static final java.lang.String MenuItem_ClientFrame_Paste
Display string for the paste menu item shown in the client frame

MenuItem_ClientFrame_Select

public static final java.lang.String MenuItem_ClientFrame_Select
Display string for the select menu item shown in the client frame

MenuItem_ClientFrame_SelectAll

public static final java.lang.String MenuItem_ClientFrame_SelectAll
Display string for the select all menu item shown in the client frame

MenuItem_ClientFrame_InvertSelection

public static final java.lang.String MenuItem_ClientFrame_InvertSelection
Display string for the invert selection menu item shown in the client frame

MenuItem_ClientFrame_View

public static final java.lang.String MenuItem_ClientFrame_View
Display string for the view menu item shown in the client frame

MenuItem_ClientFrame_Sort

public static final java.lang.String MenuItem_ClientFrame_Sort
Display string for the sort menu item shown in the client frame

MenuItem_ClientFrame_Search

public static final java.lang.String MenuItem_ClientFrame_Search
Display string for the search menu item shown in the client frame

MenuItem_ClientFrame_CancelSearch

public static final java.lang.String MenuItem_ClientFrame_CancelSearch
Display string for the cancel search menu item shown in the client frame

MenuItem_ClientFrame_Refresh

public static final java.lang.String MenuItem_ClientFrame_Refresh
Display string for the refresh menu item shown in the client frame

MenuItem_ClientFrame_GetLatestVersion

public static final java.lang.String MenuItem_ClientFrame_GetLatestVersion
Display string for the get latest version menu item shown in the client frame

MenuItem_ClientFrame_CheckIn

public static final java.lang.String MenuItem_ClientFrame_CheckIn
Display string for the check in menu item shown in the client frame

MenuItem_ClientFrame_CheckOut

public static final java.lang.String MenuItem_ClientFrame_CheckOut
Display string for the check out menu item shown in the client frame

MenuItem_ClientFrame_UndoCheckOut

public static final java.lang.String MenuItem_ClientFrame_UndoCheckOut
Display string for the undo check out menu item shown in the client frame

MenuItem_ClientFrame_ShowHistory

public static final java.lang.String MenuItem_ClientFrame_ShowHistory
Display string for the show history menu item shown in the client frame

MenuItem_ClientFrame_ShowDifferences

public static final java.lang.String MenuItem_ClientFrame_ShowDifferences
Display string for the show difference menu item shown in the client frame

MenuItem_ClientFrame_FindInFiles

public static final java.lang.String MenuItem_ClientFrame_FindInFiles
Display string for the find in files menu item shown in the client frame

MenuItem_ClientFrame_Options

public static final java.lang.String MenuItem_ClientFrame_Options
Display string for the options menu item shown in the client frame

MenuItem_ClientFrame_Font

public static final java.lang.String MenuItem_ClientFrame_Font
Display string for the font menu item shown in the client frame

MenuItem_ClientFrame_CustomizeToolbar

public static final java.lang.String MenuItem_ClientFrame_CustomizeToolbar
Display string for the customize toolbar menu item shown in the client frame

MenuItem_ClientFrame_ChangePassword

public static final java.lang.String MenuItem_ClientFrame_ChangePassword
Display string for the change password menu item shown in the client frame

MenuItem_ClientFrame_Contents

public static final java.lang.String MenuItem_ClientFrame_Contents
Display string for the contents menu item shown in the client frame

MenuItem_ClientFrame_OnTheWeb

public static final java.lang.String MenuItem_ClientFrame_OnTheWeb
Display string for the on the web menu item shown in the client frame

MenuItem_ClientFrame_About

public static final java.lang.String MenuItem_ClientFrame_About
Display string for the about menu item shown in the client frame

FileChkDlg_FileWritable_MenuItem_Ask

public static final java.lang.String FileChkDlg_FileWritable_MenuItem_Ask
Display name of the option for the check box for the policy to replace the file

FileChkDlg_FileWritable_MenuItem_Replace

public static final java.lang.String FileChkDlg_FileWritable_MenuItem_Replace
Display name of the option for the check box for the policy to replace the file

FileChkDlg_FileWritable_MenuItem_Skip

public static final java.lang.String FileChkDlg_FileWritable_MenuItem_Skip
Display name of the option for the check box for the policy to replace the file

FileChkDlg_SetFileTime_MenuItem_Current

public static final java.lang.String FileChkDlg_SetFileTime_MenuItem_Current
Display name of the option for the check box for the policy to set the time for the newly written file

FileChkDlg_SetFileTime_MenuItem_Modification

public static final java.lang.String FileChkDlg_SetFileTime_MenuItem_Modification
Display name of the option for the check box for the policy to set the time for the newly written file

FileChkDlg_SetFileTime_MenuItem_CheckIn

public static final java.lang.String FileChkDlg_SetFileTime_MenuItem_CheckIn
Display name of the option for the check box for the policy to set the time for the newly written file

FileChkDlg_LocalCopy_MenuItem_Replace

public static final java.lang.String FileChkDlg_LocalCopy_MenuItem_Replace
Display name of the option for the check box for the policy to handle the local copy of the file after checking in

FileChkDlg_LocalCopy_MenuItem_Leave

public static final java.lang.String FileChkDlg_LocalCopy_MenuItem_Leave
Display name of the option for the check box for the policy to handle the local copy of the file after checking in

FileChkDlg_LocalCopy_MenuItem_Delete

public static final java.lang.String FileChkDlg_LocalCopy_MenuItem_Delete
Display name of the option for the check box for the policy to handle the local copy of the file after checking in

FileChkDlg_LocalCopy_MenuItem_Default

public static final java.lang.String FileChkDlg_LocalCopy_MenuItem_Default
Display name of the option for the check box for the policy to handle the local copy of the file after checking in

FileChkDlg_ConfirmFileOverWrite

public static final java.lang.String FileChkDlg_ConfirmFileOverWrite
Message to confirm the overwriting the file when it is overwritten when checking out
Constructor Detail

GuiConstants

public GuiConstants()