Class NSButtonCell

Direct Known Subclasses:
SWTButtonCell

public class NSButtonCell extends NSActionCell
  • Constructor Details

    • NSButtonCell

      public NSButtonCell()
    • NSButtonCell

      public NSButtonCell(long id)
    • NSButtonCell

      public NSButtonCell(id id)
  • Method Details

    • backgroundColor

      public NSColor backgroundColor()
    • drawBezelWithFrame

      public void drawBezelWithFrame(NSRect frame, NSView controlView)
    • drawImage

      public void drawImage(NSImage image, NSRect frame, NSView controlView)
    • drawTitle

      public NSRect drawTitle(NSAttributedString title, NSRect frame, NSView controlView)
    • setBackgroundColor

      public void setBackgroundColor(NSColor backgroundColor)
    • setButtonType

      public void setButtonType(long aType)
    • setHighlightsBy

      public void setHighlightsBy(long highlightsBy)
    • setImagePosition

      public void setImagePosition(long imagePosition)
    • title

      public NSString title()
      Overrides:
      title in class NSCell