Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.notationmanager
Class NotationManagerImpl.LanguageLocaleFilterImpl  view NotationManagerImpl.LanguageLocaleFilterImpl download NotationManagerImpl.LanguageLocaleFilterImpl.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.notationmanager.NotationManagerImpl.LanguageLocaleFilterImpl
All Implemented Interfaces:
LocaleFilter
Enclosing class:
NotationManagerImpl

private static class NotationManagerImpl.LanguageLocaleFilterImpl
extends java.lang.Object
implements LocaleFilter


Field Summary
private  java.util.Locale language_
           
 
Constructor Summary
(package private) NotationManagerImpl.LanguageLocaleFilterImpl(java.util.Locale language)
           
 
Method Summary
 boolean isLocaleRelevant(java.util.Locale locale)
          Is the given Locale relevant?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language_

private java.util.Locale language_
Constructor Detail

NotationManagerImpl.LanguageLocaleFilterImpl

NotationManagerImpl.LanguageLocaleFilterImpl(java.util.Locale language)
Method Detail

isLocaleRelevant

public boolean isLocaleRelevant(java.util.Locale locale)
Description copied from interface: LocaleFilter
Is the given Locale relevant?

Specified by:
isLocaleRelevant in interface LocaleFilter