- isDefault() - Method in class org.netbeans.spi.debugger.ui.BreakpointType
-
Should return true of this breakpoint type should be default one in
the current context.
- isInStep() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Test if this thread is performing a step operation right now.
- isMinimized() - Method in class org.netbeans.spi.debugger.ui.EngineComponentsProvider.ComponentInfo
-
Test if the component is to be opened in a minimized state when the
debugger engine starts.
- isOpened() - Method in class org.netbeans.spi.debugger.ui.EngineComponentsProvider.ComponentInfo
-
Test if the component is to be opened when the debugger engine starts.
- isSelected() - Method in class org.netbeans.spi.debugger.ui.DebuggingView.DVFilter
-
Test if the filter is selected.
- isSuspended() - Method in interface org.netbeans.spi.debugger.ui.DebuggingView.DVThread
-
Test if this thread is currently suspended by debugger.
- isUIActive() - Method in class org.netbeans.spi.debugger.ui.MethodChooser
-
Can be used to check whether the selection mode is activated.
- isValid() - Method in interface org.netbeans.spi.debugger.ui.Controller
-
Return true
whether value of this customizer
is valid (and OK button can be enabled).