Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C E F J L N S

A

actions - Variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
A Map containing all the actions for this plugin.

C

CLASS_NAME - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
The name of this class.
ClearCasePlugin - class com.klavergne.jext.plugins.clearcase.ClearCasePlugin.
The ClearCasePlugin is a plugin for Jext, the Java Text Editor.
ClearCasePlugin() - Constructor for class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
 
clearCaseAvailable - Variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
A boolean indicating if ClearCase is available on the current machine.
com.klavergne.jext.plugins.clearcase - package com.klavergne.jext.plugins.clearcase
 
createMenuItems(JextFrame, Vector, Vector) - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
This method, defined in the Plugin interface, is called by Jext to create any menu items that are required by this plugin.
createOptionPanes(OptionsDialog) - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
This method, defined in the Plugin interface, is called by Jext to create any option panes that are required by this plugin.

E

ENABLED_WHEN_ALWAYS - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value in property file defining that an Action should always be enabled.
ENABLED_WHEN_CHECKED_IN - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value in property file defining that an Action should be enabled when the current file is checked in.
ENABLED_WHEN_CHECKED_OUT - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value in property file defining that an Action should be enabled when the current file is checked out.
ENABLED_WHEN_CONTROLLED - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value in property file defining that an Action should be enabled when the current file is under source control.
ENABLED_WHEN_NOT_CONTROLLED - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value in property file defining that an Action should be enabled when the current file is not under source control.
enableActions(int) - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Enables or disables all the actions for this plugin depending on the status of the current file and the enabled property in the XML properties file.

F

FILE_STATUS_CHECKED_IN - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value for the file status flag that states that the current file is checked in.
FILE_STATUS_CHECKED_OUT - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value for the file status flag that states that the current file is checked out.
FILE_STATUS_IN_VOB - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value for the file status flag that states that the current file is in a directory that is in a ClearCase VOB.
FILE_STATUS_NOT_CONTROLLED - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value for the file status flag that states that the current file is not under source control.
FILE_STATUS_NOT_IN_VOB - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Value for the file status flag that states that the current file is not in a directory that is in a ClearCase VOB.

J

jextEventFired(JextEvent) - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Called by Jext whenever a JextEvent is fired.

L

loadActionLabel(Action) - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Looks up the action's name in the XML properties file to find the label for the action.

N

NEW_ACTION_PARAM_TYPES - Static variable in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Used to instantiate a new Action.

S

start() - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Called by Jext to start this plugin.
stop() - Method in class com.klavergne.jext.plugins.clearcase.ClearCasePlugin
Called by Jext to stop this plugin.

A C E F J L N S