Tabnine Logo
NSFont.monospacedDigitSystemFontOfSize
Code IndexAdd Tabnine to your IDE (free)

How to use
monospacedDigitSystemFontOfSize
method
in
ch.cyberduck.binding.application.NSFont

Best Java code snippets using ch.cyberduck.binding.application.NSFont.monospacedDigitSystemFontOfSize (Showing top 2 results out of 315)

origin: iterate-ch/cyberduck

@Action
public void setStatusLabel(NSTextField statusLabel) {
  this.statusLabel = statusLabel;
  this.statusLabel.setFont(NSFont.monospacedDigitSystemFontOfSize(NSFont.smallSystemFontSize()));
}
origin: iterate-ch/cyberduck

public void setProgressField(final NSTextField f) {
  this.progressField = f;
  this.progressField.setEditable(false);
  this.progressField.setSelectable(false);
  this.progressField.setTextColor(NSColor.controlTextColor());
  this.progressField.setFont(NSFont.monospacedDigitSystemFontOfSize(NSFont.smallSystemFontSize()));
}
ch.cyberduck.binding.applicationNSFontmonospacedDigitSystemFontOfSize

Popular methods of NSFont

  • smallSystemFontSize
  • systemFontOfSize
    UI font settings Original signature : NSFont* systemFontOfSize(CGFloat) Aqua System font native decl
  • userFixedPitchFontOfSize
    Original signature : NSFont* userFixedPitchFontOfSize(CGFloat) Aqua fixed-pitch font native declarat

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • onRequestPermissionsResult (Fragment)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now