ThemeToggle.java


current inspection = 2009-09-03 21:56:13 (id #1)


Filter Options
Annotation Kind:
pre
presumption
post
unanalyzed
test_vector


  • void com.dmdirc.addons.ui_swing.components.themepanel.ThemeToggle(Theme)

  • Kind Annotation Text
    pretheme != null
    postinit'ed(this.enable)
    postthis.theme != null
    postthis.theme == theme

  • com.dmdirc.addons.ui_swing.components.themepanel.ThemeToggle__static_init

  • Kind Annotation Text

  • bool getState()

  • Kind Annotation Text
    preinit'ed(this.enable)
    postinit'ed(return_value)
    postreturn_value == this.enable

  • Theme getTheme()

  • Kind Annotation Text
    postinit'ed(return_value)
    postreturn_value == this.theme

  • void toggle()

  • Kind Annotation Text
    preinit'ed(this.enable)
    postinit'ed(this.enable)