Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.ui.search
Class SearchCategory

java.lang.Object
  extended by oracle.javatools.ui.search.SearchCategory

public class SearchCategory
extends java.lang.Object

A search category.

Since:
11.0

Constructor Summary
SearchCategory(java.lang.String label)
          Creates a search category with the specified label.
 
Method Summary
 java.lang.String getLabel()
          Returns a label for the category.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchCategory

public SearchCategory(java.lang.String label)
Creates a search category with the specified label.

Parameters:
label - a label for the search category. Must not be null.
Method Detail

getLabel

public java.lang.String getLabel()
Returns a label for the category.

Returns:
the label for the category. Must not be null.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.