com.bluemarsh.jswat.breakpoint.ui
Class BasicBreakpointUI.GroupNamePair
java.lang.Object
|
+--com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI.GroupNamePair
- Enclosing class:
- BasicBreakpointUI
- protected static class BasicBreakpointUI.GroupNamePair
- extends java.lang.Object
Class GroupNamePair represents a breakpoint group/composite name pair.
This is used in the combo box that displays the breakpoint groups.
- Author:
- Nathan Fiedler
Method Summary |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
breakpointGroup
public BreakpointGroup breakpointGroup
- Breakpoint group.
compositeName
public java.lang.String compositeName
- Group's composite name.
BasicBreakpointUI.GroupNamePair
public BasicBreakpointUI.GroupNamePair(BreakpointGroup group,
java.lang.String name)
- Constructs a GroupNamePair object.
- Parameters:
group
- breakpoint group.name
- composite name.
toString
public java.lang.String toString()
- Returns the string representation of this object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- string of this object.