Class W3C.PICS.Service
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class W3C.PICS.Service
W3C.PICS.Service
  -  public class Service
 
Service is the data abstraction of a application/pics-service
machine readable.
  -  Author:
  
 -  Ching Law
    
 -  See Also:
    
 -  Category
 
  
  -  
	U_FILTER
   -  
  
 -  
	U_LABEL
   -  
 
  
  -  
	Service(InputStream)
   -   Constructs the Service object by parsing the input stream
 
  
  -  
	getCategorylist()
   -  
  
 -  
	getDescription()
   -  
  
 -  
	getFilter()
   -  Returns Filter according to the current selection of the User Interface
widgets.
  
 -  
	getIcon()
   -  
  
 -  
	getName()
   -  
  
 -  
	getRatingservice()
   -  
  
 -  
	getRatingsystem()
   -  
  
 -  
	getSingleLabel()
   -  Returns a SingleLabel according to the current selection of the User Interface
widgets.
  
 -  
	getUType()
   -  
  
 -  
	getVersion()
   -  
  
 -  
	main(String[])
   -  
  
 -  
	newInterface(Container, int, boolean, boolean)
   -     Put a set of User Interface widgets on the Container c.
  
 -  
	setFilter(Filter)
   -  Set the user interface according to filter fil.
  
 -  
	toString()
   -      Returns a string representation of the Service object.
 
  
U_LABEL
  public final static int U_LABEL
U_FILTER
  public final static int U_FILTER
  
Service
  public Service(InputStream ins) throws PICSException, IOException
  -  Constructs the Service object by parsing the input stream
 
  
newInterface
  public void newInterface(Container c,
                           int type,
                           boolean ListForLabels,
                           boolean SimpleFiltering)
  -  Put a set of User Interface widgets on the Container c. These widgets would be used
   to select the values of the categories of the Label to be created.
 
getSingleLabel
  public SingleLabel getSingleLabel()
  -  Returns a SingleLabel according to the current selection of the User Interface
widgets.
  
    -  See Also:
    
 -  SingleLabel
  
 
 
getFilter
  public Filter getFilter()
  -  Returns Filter according to the current selection of the User Interface
widgets.
  
    -  See Also:
    
 -  Filter
  
 
 
setFilter
  public void setFilter(Filter fil)
  -  Set the user interface according to filter fil.
 
getVersion
  public String getVersion()
getRatingsystem
  public String getRatingsystem()
getRatingservice
  public String getRatingservice()
getIcon
  public String getIcon()
getName
  public String getName()
getDescription
  public String getDescription()
getCategorylist
  public Vector getCategorylist()
main
  public static void main(String args[])
toString
  public String toString()
  -  Returns a string representation of the Service object.
 
getUType
  public int getUType()
All Packages  Class Hierarchy  This Package  Previous  Next  Index