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

Quick Search    Search Deep

Uses of Class
com.aendvari.common.notices.Notice

Uses of Notice in com.aendvari.common.notices
 

Methods in com.aendvari.common.notices with parameters of type Notice
 java.lang.String ResourceNoticeTranslator.translate(Notice notice)
          Translates a single notice.
 java.lang.String[] ResourceNoticeTranslator.translate(Notice[] notices)
          Translates an array of notices.
 java.lang.String NoticeTranslator.translate(Notice notice)
          Translates a single notice.
 java.lang.String[] NoticeTranslator.translate(Notice[] notices)
          Translates an array of notices.
 void Notices.addNotice(java.lang.String path, java.lang.String name, Notice notice)
          Add a Notice object with the specified name at the given path.
 void Notices.addNotice(java.lang.String path, Notice notice)
          Add a Notice object at the given path.
 java.lang.String FormattedNoticeTranslator.translate(Notice notice)
          Translates a single notice.
 java.lang.String[] FormattedNoticeTranslator.translate(Notice[] notices)
          Translates an array of notices.