Ontimize 5.2072EN

com.ontimize.report
Class SelectableItem

java.lang.Object
  extended bycom.ontimize.report.TranslatedItem
      extended bycom.ontimize.report.SelectableItem
All Implemented Interfaces:
Internationalization

public class SelectableItem
extends TranslatedItem
implements Internationalization


Field Summary
protected  boolean selected
           
 
Fields inherited from class com.ontimize.report.TranslatedItem
res, text, translatedText
 
Fields inherited from interface com.ontimize.gui.i18n.Internationalization
DEBUG_LANGUAGE
 
Constructor Summary
SelectableItem(java.lang.String text, java.util.ResourceBundle res)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean isSelected()
           
 void setResourceBundle(java.util.ResourceBundle res)
          Sets the language resource bundle.
 void setSelected(boolean sel)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ontimize.report.TranslatedItem
getText, getTextsToTranslate, hashCode, setComponentLocale
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ontimize.gui.i18n.Internationalization
getTextsToTranslate, setComponentLocale
 

Field Detail

selected

protected boolean selected
Constructor Detail

SelectableItem

public SelectableItem(java.lang.String text,
                      java.util.ResourceBundle res)
Method Detail

isSelected

public boolean isSelected()

setResourceBundle

public void setResourceBundle(java.util.ResourceBundle res)
Description copied from interface: Internationalization
Sets the language resource bundle. When the application changes the configured language, for all the objects that implement this interface this method must be called with the new file.
The method must translate all the elements that have texts in the GUI

Specified by:
setResourceBundle in interface Internationalization
Overrides:
setResourceBundle in class TranslatedItem

setSelected

public void setSelected(boolean sel)

toString

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

equals

public boolean equals(java.lang.Object o)

Ontimize