org.rococoa.cocoa.securityinterface.categories
Interface SFHostControl

All Known Implementing Classes:
SFAuthorizationPluginView

public interface SFHostControl


Nested Class Summary
static interface SFHostControl._static_
           
 
Method Summary
 void displayView()
           
 void setButton_enabled(int inButtonType, boolean inEnabled)
           
 void updateView()
           
 

Method Detail

displayView

void displayView()

setButton_enabled

void setButton_enabled(int inButtonType,
                       boolean inEnabled)
Parameters:
inButtonType - the type of the button
inEnabled - YES to enabled the button, NO to disable the button
Original signature : -(void)setButton:(SFButtonType) enabled:(BOOL)
inButtonType - @see org.rococoa.cocoa.securityinterface.SecurityInterfaceLibrary#SFButtonType

updateView

void updateView()