Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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