Codota Logo
CareWebShell.lock
Code IndexAdd Codota to your IDE (free)

How to use
lock
method
in
org.carewebframework.shell.CareWebShell

Best Java code snippets using org.carewebframework.shell.CareWebShell.lock (Showing top 2 results out of 315)

  • Common ways to obtain CareWebShell
private void myMethod () {
CareWebShell c =
  • Codota IconCareWebUtil.getShell()
  • Smart code suggestions by Codota
}
origin: org.carewebframework/org.carewebframework.ui.userheader

/**
 * Event handler for lock link
 */
public void onClick$lock() {
  CareWebUtil.getShell().lock();
}

origin: org.carewebframework/org.carewebframework.plugin.userheader

/**
 * Event handler for lock link
 */
@EventHandler(value = "click", target = "lock")
private void onClick$lock() {
  CareWebUtil.getShell().lock();
}
org.carewebframework.shellCareWebShelllock

Javadoc

Lock the desktop.

Popular methods of CareWebShell

  • <init>
    Create the shell instance.
  • logout
    Logout user after confirmation prompt.
  • getActivatedPlugin
  • getLoadedPlugin
    Locates a loaded plugin with the specified id.
  • getMessageWindow
    Returns the message window instance for managing slide-down messages.
  • setLayout
    Sets the layout to be loaded. If null, the layout specified by the configuration will be loaded.
  • setParent
  • addChild
  • addEventListener
  • addMenu
    Adds a menu.
  • addToolbarComponent
    Adds a component to the common tool bar.
  • afterCompose
  • addToolbarComponent,
  • afterCompose,
  • buildUI,
  • findStyleSheet,
  • getActivatedPlugins,
  • getAppProperty,
  • getApplicationName,
  • getDesktop,
  • getHelpViewer

Popular in Java

  • Making http requests using okhttp
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • getSharedPreferences (Context)
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • BoxLayout (javax.swing)
  • JCheckBox (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now