aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentFilterController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContentFilterController.h')
-rw-r--r--Source/SPTableContentFilterController.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPTableContentFilterController.h b/Source/SPTableContentFilterController.h
index 3d4029d6..32aeec00 100644
--- a/Source/SPTableContentFilterController.h
+++ b/Source/SPTableContentFilterController.h
@@ -57,6 +57,13 @@ NSString * const SPTableContentFilterHeightChangedNotification;
}
/**
+ * Returns the rule editor view that is managed by this object
+ *
+ * SHOULD be called on the UI thread, or results may be inconsistent!
+ */
+- (NSRuleEditor *)view;
+
+/**
* Makes the first NSTextField found in the rule editor the first responder
*
* MUST BE CALLED ON THE UI THREAD!