|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSCell
org.rococoa.cocoa.appkit.NSActionCell
org.rococoa.cocoa.appkit.NSPathCell
public abstract class NSPathCell
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSPathCell._class_
|
static class |
NSPathCell._piFlags_struct
native declaration : NSPathCell.h:143 Conversion Error : /** * The NSPathCell properly respects the controlSize for the NSPathStyleStandard and NSPathStylePopUp styles. |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSOpenSavePanelDelegate |
---|
NSOpenSavePanelDelegate._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Constructor Summary | |
---|---|
NSPathCell()
|
Method Summary | |
---|---|
static NSPathCell |
alloc()
|
abstract NSArray |
allowedTypes()
Specifies the allowed types when the cell isEditable. |
abstract NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor native declaration : NSPathCell.h:132 |
abstract NSPathComponentCell |
clickedPathComponentCell()
Returns the clicked cell, or nil, if a no cell has been clicked. |
abstract NSPathCellDelegate |
delegate()
Get and set the delegate. |
abstract Selector |
doubleAction()
Allows you to set the selector that will be called when the user double clicks on a particular NSPathComponentCell. |
static NSPathCell._class_ |
getNSClass()
|
abstract void |
mouseEntered_withFrame_inView(NSEvent event,
NSRect.ByValue frame,
NSView view)
The NSPathCell will dynamically animate to display the component that the mouse is hovering over by using mouseEntered and mouseExited events. |
abstract void |
mouseExited_withFrame_inView(NSEvent event,
NSRect.ByValue frame,
NSView view)
Original signature : -(void)mouseExited:(NSEvent*) withFrame:(NSRect) inView:(NSView*) native declaration : NSPathCell.h:122 |
static NSPathCell |
new_()
|
static ObjCClass |
pathComponentCellClass()
Returns the class used to create pathComponentCells when automatically filling up the control. |
abstract NSArray |
pathComponentCells()
The array of NSPathComponentCells currently being displayed. |
abstract NSInteger |
pathStyle()
Get and set the mode. |
abstract NSAttributedString |
placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSPathCell.h:140 |
abstract NSString |
placeholderString()
Original signature : -(NSString*)placeholderString native declaration : NSPathCell.h:137 |
abstract NSRect.ByValue |
rectOfPathComponentCell_withFrame_inView(NSPathComponentCell cell,
NSRect.ByValue frame,
NSView view)
Returns the current rect being displayed for a particular NSPathComponentCell 'cell', with respect to the 'frame' in 'view'. |
abstract void |
setAllowedTypes(NSArray allowedTypes)
Original signature : -(void)setAllowedTypes:(NSArray*) native declaration : NSPathCell.h:88 |
abstract void |
setBackgroundColor(NSColor color)
The background color to be drawn. |
abstract void |
setDelegate(NSPathCellDelegate value)
Original signature : -(void)setDelegate:(id native declaration : NSPathCell.h:93 |
abstract void |
setDoubleAction(Selector action)
Original signature : -(void)setDoubleAction:(SEL) native declaration : NSPathCell.h:127 |
abstract void |
setObjectValue(NSCopying obj)
If setObjectValue is called with an NSURL, setURL is automatically called. |
abstract void |
setPathComponentCells(NSArray cells)
Allows you to set the NSPathComponentCells currently being displayed. |
abstract void |
setPathStyle(NSInteger style)
Original signature : -(void)setPathStyle:(NSPathStyle) native declaration : NSPathCell.h:74 |
abstract void |
setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSPathCell.h:139 |
abstract void |
setPlaceholderString(NSString string)
If there are no NSPathComponentCells in the NSPathCell, the placeholderAttributedString will be drawn if it is not nil. |
abstract void |
setURL(NSURL url)
Original signature : -(void)setURL:(NSURL*) native declaration : NSPathCell.h:79 |
abstract NSURL |
URL()
Gets and sets the path value displayed. |
Methods inherited from class org.rococoa.cocoa.appkit.NSActionCell |
---|
action, setAction, setTag, setTarget, tag, target |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Constructor Detail |
---|
public NSPathCell()
Method Detail |
---|
public abstract NSInteger pathStyle()
-(NSPathStyle)pathStyle
public abstract void setPathStyle(NSInteger style)
-(void)setPathStyle:(NSPathStyle)
public abstract NSURL URL()
-(NSURL*)URL
public abstract void setURL(NSURL url)
-(void)setURL:(NSURL*)
public abstract void setObjectValue(NSCopying obj)
-(void)setObjectValue:(id)
setObjectValue
in class NSCell
public abstract NSArray allowedTypes()
-(NSArray*)allowedTypes
public abstract void setAllowedTypes(NSArray allowedTypes)
-(void)setAllowedTypes:(NSArray*)
public abstract NSPathCellDelegate delegate()
-(id)delegate
public abstract void setDelegate(NSPathCellDelegate value)
-(void)setDelegate:(id)
public static ObjCClass pathComponentCellClass()
+(Class)pathComponentCellClass
public abstract NSArray pathComponentCells()
-(NSArray*)pathComponentCells
public abstract void setPathComponentCells(NSArray cells)
-(void)setPathComponentCells:(NSArray*)
public abstract NSRect.ByValue rectOfPathComponentCell_withFrame_inView(NSPathComponentCell cell, NSRect.ByValue frame, NSView view)
-(NSRect)rectOfPathComponentCell:(NSPathComponentCell*) withFrame:(NSRect) inView:(NSView*)
public abstract NSPathComponentCell clickedPathComponentCell()
-(NSPathComponentCell*)clickedPathComponentCell
public abstract void mouseEntered_withFrame_inView(NSEvent event, NSRect.ByValue frame, NSView view)
-(void)mouseEntered:(NSEvent*) withFrame:(NSRect) inView:(NSView*)
public abstract void mouseExited_withFrame_inView(NSEvent event, NSRect.ByValue frame, NSView view)
-(void)mouseExited:(NSEvent*) withFrame:(NSRect) inView:(NSView*)
public abstract Selector doubleAction()
-(SEL)doubleAction
public abstract void setDoubleAction(Selector action)
-(void)setDoubleAction:(SEL)
public abstract void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
public abstract NSColor backgroundColor()
-(NSColor*)backgroundColor
public abstract void setPlaceholderString(NSString string)
-(void)setPlaceholderString:(NSString*)
public abstract NSString placeholderString()
-(NSString*)placeholderString
public abstract void setPlaceholderAttributedString(NSAttributedString string)
-(void)setPlaceholderAttributedString:(NSAttributedString*)
public abstract NSAttributedString placeholderAttributedString()
-(NSAttributedString*)placeholderAttributedString
public static NSPathCell alloc()
public static NSPathCell new_()
public static NSPathCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |