|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface to organize various constants. If you are using the JWPXXX classes these are the constants you need. The other constant classes
in net.jqhome.jwps.data that start with WPS are taken from the actual header files for OS/2. These are used by the native methods and
are passed to calls in __JPWXXX objects.
If you are familiar with the WPS C API then you will not find a lot of those constants here. The reason is that they often times are either
weirdly named or overloaded (so they do different things at different times depending on the context).
| Field Summary | |
static int |
CCView
Property key for concurrent views |
static int |
ConfirmActions
|
static int |
ConfirmAssociationChange
|
static int |
ConfirmDelete
|
static int |
ConfirmExtensionChange
|
static int |
ConfirmFolderDelete
|
static int |
ConfirmNoDeletes
|
static int |
CopyAllowed
Property key for allowing copying of the object |
static int |
createFailIfExists
For object creation, fail to create a new object if one with the same name as the source exists |
static int |
createReplaceIfExists
For object creation, replace any object with the same name as the source |
static int |
createUpdateIfExists
For object creation, update any object with the same name as the source |
static int |
CustomIcon
Property key for |
static int |
defaultCodepage
Value that represents the default code page (character set encoding, as Java terms it) |
static int |
DefaultView
Property key for setting the default view |
static int |
DeleteAllowed
Property key for allowing the object to be deleted |
static int |
DESKTOP
For objects whose settings that refer to the desktop |
static int |
DragAllowed
Property key for allowing the object to be dragged |
static int |
DropAllowed
Property key for allowing the object to be dropped on other objects |
static int |
DropOnAllowed
Property key for allowing the object to be a drop target for other objects |
static int |
FALSE
An integer constant representing false which is used in setting various properties |
static int |
HelpLibrary
Property key for setting the help library |
static int |
HelpPanel
Property key for setting the help panel |
static int |
HIDE
For objects whose settings that refer to hiding |
static int |
IconFile
Property key for setting the icon of this object from a file |
static int |
IconPosition
Property key for setting the initial position of the objects icon in an icon view |
static java.lang.String |
idClock
Object ID for the system clock |
static java.lang.String |
idColorPalette
Object ID for the colar palette |
static java.lang.String |
idCommandPrompts
Object ID for the command prompts folder |
static java.lang.String |
idCommandReference
Object ID for the command reference |
static java.lang.String |
idCountry
Object ID for the country |
static java.lang.String |
idDesktop
Object ID for the desktop |
static java.lang.String |
idDrives
Object ID for drives object |
static java.lang.String |
idFontPalette
Object ID for the font palette |
static java.lang.String |
idGames
Object ID for the games folder |
static java.lang.String |
idGlossary
Object ID for the glossary |
static java.lang.String |
idInformationFolder
Object ID for the information folder |
static java.lang.String |
idKeyboard
Object ID for the keyboard |
static java.lang.String |
idLaunchpad
Object ID for the launchpad |
static java.lang.String |
idMasterHelpIndex
Object ID for the master help index |
static java.lang.String |
idMinimizedWindowViewer
Object ID for minimized window viewer |
static java.lang.String |
idMouse
Object ID for the mouse |
static java.lang.String |
idNetworkFolder
Object ID for network folder |
static java.lang.String |
idNowhere
Object ID for nowhere |
static java.lang.String |
idOS2System
Object ID for the OS/2 system folder |
static java.lang.String |
idProductivityFolder
Object ID for the productivity folder |
static java.lang.String |
idSchemePalette
Object ID for the scheme palette |
static java.lang.String |
idShredder
Object ID for the shredder |
static java.lang.String |
idSound
Object ID for sound object |
static java.lang.String |
idStartupFolder
Object ID for the startup folder |
static java.lang.String |
idSystem
Object ID for system folder |
static java.lang.String |
idSystemEditor
Object ID for system editor (usually e.exe) |
static java.lang.String |
idSystemSetup
Object ID for the system setup object |
static java.lang.String |
idTemplates
Object ID for templates folder |
static java.lang.String |
idTutorial
Object ID for the tutorial |
static int |
IsTemplate
Property key for setting the object to be a template |
static int |
IsVisible
Property key for allowing the object to be visible to the user |
static int |
LockedInPlace
Property key for locking the object in place in icon views |
static int |
MINIMIZE
For objects whose settings that refer to minimizing |
static int |
MinimizeButtonAppearance
Property key for determining the appearance of the minimize or frame control button |
static int |
MinimizeButtonBehavior
Property key for setting the behavior of the minimize button |
static int |
MoveAllowed
Property key for allowing the object to be moved |
static int |
ObjectID
Property key for setting the ID of the object |
static int |
PrintingAllowed
Property key for allowing the object to be printed |
static int |
RenameAllowed
Property key for allowing the user to rename the object |
static int |
SETTINGS
For objects whose settings that refer to their setting notebook |
static int |
SettingsAllowed
Property key for allowing the user to display the settings notebook for the object |
static int |
ShadowAllowed
Property key for allowing the user to make shadows of the object |
static int |
ShowActionProgress
|
static int |
SYSTEM_DEFAULT
For objects whose settings that refer to the system default |
static int |
Title
Property key for setting the title of the object |
static int |
TRUE
An integer constant representing true which is used in setting various properties |
static java.lang.String |
typeAssemblerCode
Association type for a file containing assembly language source code |
static java.lang.String |
typeBasicCode
Association type for a file containing Basci source code |
static java.lang.String |
typeBinaryData
Association type for binary data |
static java.lang.String |
typeBitmap
Association type for an OS/2 bitmap |
static java.lang.String |
typeCCode
Association type for a file containing C source code |
static java.lang.String |
typeCobolCode
Association type for a file containing COBOL source code |
static java.lang.String |
typeDosCommandFile
Association type for a DOS command file (.bat is usual extension) |
static java.lang.String |
typeDynamicLinkLibrary
Association type for a dynalic link library (DLL) |
static java.lang.String |
typeExecutable
Association type for and executable file |
static java.lang.String |
typeFortranCode
Association type for a file containing Fortrain source code |
static java.lang.String |
typeIcon
Association type for an OS/2 icon |
static java.lang.String |
typeJavaCode
Association type for a file containing Java source code |
static java.lang.String |
typeLibrary
Association type for a finle containing a library |
static java.lang.String |
typeMetafile
Association type for a metafile |
static java.lang.String |
typeObjectCode
Association type for a file containing object code |
static java.lang.String |
typeOS2CommandFile
Association type for an OS/2 command file (.cmd is usual extension) |
static java.lang.String |
typePascalCode
Association type for a file containing Pascal source code |
static java.lang.String |
typePlainText
Association type for plain text |
static java.lang.String |
typeResourceFile
Association type for a resource file |
static int |
VIEWER
For objects whose settings that refer to the minimized window viewer |
static int |
ViewOpenAndRun
Execute the JWPProgram or JWPProgramFile object. |
static int |
ViewOpenAuto
JWPDisk view setting: open the auto view |
static int |
ViewOpenDefault
JWPObject view setting: open the default view for the class |
static int |
ViewOpenDetails
JWPFolder view setting: open the details view |
static int |
ViewOpenHelp
JWPObject view setting: open the help view |
static int |
ViewOpenIcon
JWPFolder view setting: open the icon view |
static int |
ViewOpenPalette
JWPPalette view setting: open the palette |
static int |
ViewOpenPromptDialog
JWPPalette view setting: open the prompt dialog for the palette |
static int |
ViewOpenSettingsNotebook
JWPObject view setting: open the settings notebook |
static int |
ViewOpenTree
JWPFolder view setting: open the tree view |
static int |
ViewUserMinimum
This is the minimum value that a user defined view can have. |
| Field Detail |
public static final int FALSE
public static final int TRUE
public static final int DESKTOP
public static final int HIDE
public static final int MINIMIZE
public static final int SETTINGS
public static final int SYSTEM_DEFAULT
public static final int VIEWER
public static final int createFailIfExists
public static final int createReplaceIfExists
public static final int createUpdateIfExists
public static final int CCView
public static final int CopyAllowed
public static final int CustomIcon
public static final int DefaultView
public static final int DeleteAllowed
public static final int DragAllowed
public static final int DropAllowed
public static final int DropOnAllowed
public static final int HelpLibrary
public static final int HelpPanel
public static final int IconFile
public static final int IconPosition
public static final int IsVisible
public static final int IsTemplate
public static final int LockedInPlace
public static final int MinimizeButtonAppearance
public static final int MinimizeButtonBehavior
public static final int MoveAllowed
public static final int PrintingAllowed
public static final int RenameAllowed
public static final int SettingsAllowed
public static final int ShadowAllowed
public static final int Title
public static final int ConfirmNoDeletes
public static final int ConfirmDelete
public static final int ConfirmFolderDelete
public static final int ConfirmExtensionChange
public static final int ConfirmAssociationChange
public static final int ConfirmActions
public static final int ShowActionProgress
public static final int ObjectID
public static final java.lang.String idClock
public static final java.lang.String idColorPalette
public static final java.lang.String idCommandReference
public static final java.lang.String idCountry
public static final java.lang.String idDesktop
public static final java.lang.String idDrives
public static final java.lang.String idFontPalette
public static final java.lang.String idGames
public static final java.lang.String idGlossary
public static final java.lang.String idKeyboard
public static final java.lang.String idInformationFolder
public static final java.lang.String idLaunchpad
public static final java.lang.String idMasterHelpIndex
public static final java.lang.String idMouse
public static final java.lang.String idNetworkFolder
public static final java.lang.String idNowhere
public static final java.lang.String idOS2System
public static final java.lang.String idCommandPrompts
public static final java.lang.String idSchemePalette
public static final java.lang.String idShredder
public static final java.lang.String idSound
public static final java.lang.String idStartupFolder
public static final java.lang.String idSystem
public static final java.lang.String idSystemEditor
public static final java.lang.String idSystemSetup
public static final java.lang.String idTemplates
public static final java.lang.String idProductivityFolder
public static final java.lang.String idTutorial
public static final java.lang.String idMinimizedWindowViewer
public static final int ViewOpenSettingsNotebook
public static final int ViewOpenDefault
public static final int ViewOpenHelp
public static final int ViewOpenIcon
public static final int ViewOpenDetails
public static final int ViewOpenTree
public static final int ViewOpenAuto
public static final int ViewOpenPalette
public static final int ViewOpenPromptDialog
public static final int ViewOpenAndRun
public static final int ViewUserMinimum
public static final java.lang.String typePlainText
public static final java.lang.String typeOS2CommandFile
public static final java.lang.String typeDosCommandFile
public static final java.lang.String typeExecutable
public static final java.lang.String typeMetafile
public static final java.lang.String typeBitmap
public static final java.lang.String typeIcon
public static final java.lang.String typeBinaryData
public static final java.lang.String typeDynamicLinkLibrary
public static final java.lang.String typeCCode
public static final java.lang.String typeJavaCode
public static final java.lang.String typePascalCode
public static final java.lang.String typeBasicCode
public static final java.lang.String typeCobolCode
public static final java.lang.String typeFortranCode
public static final java.lang.String typeAssemblerCode
public static final java.lang.String typeLibrary
public static final java.lang.String typeResourceFile
public static final java.lang.String typeObjectCode
public static final int defaultCodepage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||