com.bluemarsh.jswat.breakpoint.ui
Interface ConditionUI

All Superinterfaces:
UIAdapter
All Known Implementing Classes:
ValueConditionUI

public interface ConditionUI
extends UIAdapter

Interface ConditionUI defines the methods necessary for a condition UI adapter implementation.

Author:
Nathan Fiedler

Method Summary
 java.lang.String descriptor()
          Generates a string descriptor of this condition.
 Condition getCondition()
          Returns the Condition object this ui adapter represents.
 
Methods inherited from interface com.bluemarsh.jswat.breakpoint.ui.UIAdapter
commit, getUI, undo
 

Method Detail

descriptor

public java.lang.String descriptor()
Generates a string descriptor of this condition.
Returns:
description.

getCondition

public Condition getCondition()
Returns the Condition object this ui adapter represents.
Returns:
Condition object.