SYMBOL INDEX (33212 symbols across 2427 files) FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/Activator.java class Activator (line 36) | public class Activator extends AbstractUIPlugin { method Activator (line 47) | public Activator() { method start (line 54) | public void start(BundleContext context) throws Exception { method stop (line 63) | public void stop(BundleContext context) throws Exception { method getDefault (line 73) | public static Activator getDefault() { method getImageDescriptor (line 84) | public static ImageDescriptor getImageDescriptor(String path) { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/api/VisualVMHelper.java class VisualVMHelper (line 42) | public final class VisualVMHelper { class SpecVersion (line 46) | private static class SpecVersion { method SpecVersion (line 49) | public SpecVersion(String specString) { method getNextID (line 60) | public static long getNextID() { method getJvmArgs (line 64) | public static String[] getJvmArgs(long id) { method openInVisualVM (line 68) | public static void openInVisualVM(long id) throws IOException { method logException (line 91) | public static void logException(Exception ex) { method getJavaVersion (line 96) | private static SpecVersion getJavaVersion() { method getJavaVersion (line 117) | private static String getJavaVersion(InputStream is) throws IOException { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/preferences/LocationPreferencePage.java class LocationPreferencePage (line 49) | public class LocationPreferencePage method LocationPreferencePage (line 53) | public LocationPreferencePage() { method createFieldEditors (line 65) | public void createFieldEditors() { method init (line 112) | public void init(IWorkbench workbench) { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/preferences/PreferenceConstants.java class PreferenceConstants (line 30) | public class PreferenceConstants { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/preferences/PreferenceInitializer.java class PreferenceInitializer (line 37) | public class PreferenceInitializer extends AbstractPreferenceInitializer { method initializeDefaultPreferences (line 44) | public void initializeDefaultPreferences() { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/resources/LauncherMessages.java class LauncherMessages (line 29) | public class LauncherMessages extends NLS { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.common/src/org/eclipse/visualvm/launcher/resources/PreferencesMessages.java class PreferencesMessages (line 29) | public class PreferencesMessages extends NLS { method PreferencesMessages (line 41) | private PreferencesMessages() { FILE: integrations/eclipse/org.eclipse.visualvm.launcher.java/src/org/eclipse/visualvm/launcher/java/VisualVMAppletDelegate.java class VisualVMAppletDelegate (line 37) | @SuppressWarnings("restriction") method launch (line 45) | public synchronized void launch(ILaunchConfiguration configuration, St... method getVMArguments (line 54) | public String getVMArguments(ILaunchConfiguration configuration) throw... method getVMRunner (line 62) | @Override FILE: integrations/eclipse/org.eclipse.visualvm.launcher.java/src/org/eclipse/visualvm/launcher/java/VisualVMJUnitDelegate.java class VisualVMJUnitDelegate (line 13) | public class VisualVMJUnitDelegate extends JUnitLaunchConfigurationDeleg... method launch (line 16) | @Override method getVMArguments (line 23) | @Override method getVMRunner (line 33) | @Override FILE: integrations/eclipse/org.eclipse.visualvm.launcher.java/src/org/eclipse/visualvm/launcher/java/VisualVMJavaDelegate.java class VisualVMJavaDelegate (line 37) | public class VisualVMJavaDelegate extends JavaLaunchDelegate { method launch (line 40) | @Override method getVMArguments (line 47) | @Override method getVMRunner (line 57) | @Override FILE: integrations/eclipse/org.eclipse.visualvm.launcher.pde/src/org/eclipse/visualvm/launcher/pde/VisualVMJUnitPluginDelegate.java class VisualVMJUnitPluginDelegate (line 13) | public class VisualVMJUnitPluginDelegate extends JUnitLaunchConfiguratio... method launch (line 16) | @Override method getVMArguments (line 23) | @Override method getVMRunner (line 33) | @Override FILE: integrations/eclipse/org.eclipse.visualvm.launcher.pde/src/org/eclipse/visualvm/launcher/pde/VisualVMPDEDelegate.java class VisualVMPDEDelegate (line 37) | public class VisualVMPDEDelegate extends EclipseApplicationLaunchConfigu... method launch (line 40) | @Override method getVMArguments (line 47) | @Override method getVMRunner (line 58) | @Override FILE: integrations/vscode/fixtures/test projects/demo/oci/src/main/java/com/example/Application.java class Application (line 25) | public class Application { class Configurer (line 27) | @ContextConfigurer method configure (line 29) | @Override method main (line 34) | public static void main(String[] args) { FILE: integrations/vscode/fixtures/test projects/demo/oci/src/test/java/com/example/OciTest.java class OciTest (line 26) | @MicronautTest method testItWorks (line 32) | @Test FILE: integrations/vscode/src/commands.ts constant COMMAND_DOWNLOAD_LATEST_VISUALVM (line 26) | const COMMAND_DOWNLOAD_LATEST_VISUALVM = 'visualvm.downloadVisualVM'; constant COMMAND_SELECT_INSTALLATION (line 27) | const COMMAND_SELECT_INSTALLATION = 'visualvm.selectInstallation'; constant COMMAND_SELECT_INSTALLATION_NAME (line 28) | const COMMAND_SELECT_INSTALLATION_NAME = 'Select Local VisualVM Installa... constant COMMAND_START_VISUALVM (line 29) | const COMMAND_START_VISUALVM = 'visualvm.start'; constant COMMAND_MOVE_VIEW (line 30) | const COMMAND_MOVE_VIEW = 'visualvm.moveView'; constant COMMAND_MOVE_VIEW_NAME (line 31) | const COMMAND_MOVE_VIEW_NAME = 'Move VisualVM View'; constant COMMAND_SELECT_PROCESS_GLOBAL (line 32) | const COMMAND_SELECT_PROCESS_GLOBAL = 'visualvm.selectProcessGlobal'; constant COMMAND_SELECT_PROCESS (line 33) | const COMMAND_SELECT_PROCESS = 'visualvm.selectProcess'; constant COMMAND_CLEAR_PROCESS (line 34) | const COMMAND_CLEAR_PROCESS = 'visualvm.clearProcess'; constant COMMAND_CONFIGURE_SETTING (line 35) | const COMMAND_CONFIGURE_SETTING = 'visualvm.configureSetting'; constant COMMAND_OPEN_PROCESS (line 36) | const COMMAND_OPEN_PROCESS = 'visualvm.showProcess'; constant COMMAND_THREADDUMP_TAKE (line 37) | const COMMAND_THREADDUMP_TAKE = 'visualvm.threadDumpTake'; constant COMMAND_HEAPDUMP_TAKE (line 38) | const COMMAND_HEAPDUMP_TAKE = 'visualvm.heapDumpTake'; constant COMMAND_CPU_SAMPLER_START (line 39) | const COMMAND_CPU_SAMPLER_START = 'visualvm.cpuSamplerStart'; constant COMMAND_CPU_SAMPLER_SNAPSHOT (line 40) | const COMMAND_CPU_SAMPLER_SNAPSHOT = 'visualvm.cpuSamplerSnapshot'; constant COMMAND_CPU_SAMPLER_STOP (line 41) | const COMMAND_CPU_SAMPLER_STOP = 'visualvm.cpuSamplerStop'; constant COMMAND_MEMORY_SAMPLER_START (line 42) | const COMMAND_MEMORY_SAMPLER_START = 'visualvm.memorySamplerStart'; constant COMMAND_MEMORY_SAMPLER_SNAPSHOT (line 43) | const COMMAND_MEMORY_SAMPLER_SNAPSHOT = 'visualvm.memorySamplerSnapshot'; constant COMMAND_MEMORY_SAMPLER_STOP (line 44) | const COMMAND_MEMORY_SAMPLER_STOP = 'visualvm.memorySamplerStop'; constant COMMAND_JFR_START (line 45) | const COMMAND_JFR_START = 'visualvm.jfrStart'; constant COMMAND_JFR_DUMP (line 46) | const COMMAND_JFR_DUMP = 'visualvm.jfrDump'; constant COMMAND_JFR_STOP (line 47) | const COMMAND_JFR_STOP = 'visualvm.jfrStop'; FILE: integrations/vscode/src/download.ts constant VISUALVM_URL (line 38) | const VISUALVM_URL: string = 'https://api.github.com'; constant VISUALVM_RELEASES_URL (line 39) | const VISUALVM_RELEASES_URL: string = VISUALVM_URL + '/repos/oracle/visu... constant EXT_ID (line 41) | const EXT_ID = 'oracle-labs-graalvm.visualvm-vscode'; constant VSCODE_AGENT (line 42) | const VSCODE_AGENT = `VSCode/${vscode.version}`; constant SYSTEM_INFO (line 43) | const SYSTEM_INFO = `${process.platform} ${process.arch}`; constant EXT_AGENT (line 44) | const EXT_AGENT = `${EXT_ID}/${vscode.extensions.getExtension(EXT_ID)?.p... constant USER_AGENT (line 45) | const USER_AGENT = `${VSCODE_AGENT} (${SYSTEM_INFO}) ${EXT_AGENT}`; function initialize (line 47) | function initialize(context: vscode.ExtensionContext) { function downloadLatestVisualVM (line 53) | async function downloadLatestVisualVM(predefinedPath?: string) { function selectFolder (line 130) | async function selectFolder(): Promise { function getReleaseMetadata (line 142) | async function getReleaseMetadata(): Promise { function getReleaseAsset (line 170) | function getReleaseAsset(releaseMetadata: any): any | undefined { function getWithOptions (line 197) | async function getWithOptions(url: string, options: https.RequestOptions... function download (line 224) | async function download(url: string, file: string, name: string): Promis... function uniquePath (line 300) | function uniquePath(folder: string, name: string) { FILE: integrations/vscode/src/extension.ts function activate (line 36) | function activate(context: vscode.ExtensionContext) { FILE: integrations/vscode/src/install.ts function installZipArchive (line 35) | async function installZipArchive(zipFile: string, targetDir: string, nam... function touchFile (line 75) | function touchFile(path: string): boolean { function installDiskImage (line 87) | async function installDiskImage(dmgFile: string, name: string, _deleteDm... FILE: integrations/vscode/src/jdk.ts constant VISUALVM_JDK_PATH_KEY (line 35) | const VISUALVM_JDK_PATH_KEY = 'visualvm.java.jdkPath'; constant NETBEANS_JDK_PATH_KEY (line 36) | const NETBEANS_JDK_PATH_KEY = 'netbeans.jdkhome'; constant JDT_JS_JDK_PATH_KEY (line 37) | const JDT_JS_JDK_PATH_KEY = 'java.jdt.ls.java.home'; constant JDK_JDK_PATH_KEY (line 38) | const JDK_JDK_PATH_KEY = 'java.home'; constant GRAALVM_PATH_KEY (line 39) | const GRAALVM_PATH_KEY = 'graalvm.home'; constant JDK_KEYS (line 40) | const JDK_KEYS = [ VISUALVM_JDK_PATH_KEY, NETBEANS_JDK_PATH_KEY, JDT_JS_... constant JDK_HOME_ENV_VAR (line 43) | const JDK_HOME_ENV_VAR = 'JDK_HOME'; constant JAVA_HOME_ENV_VAR (line 44) | const JAVA_HOME_ENV_VAR = 'JAVA_HOME'; constant JDK_ENV_VARS (line 45) | const JDK_ENV_VARS = [ JDK_HOME_ENV_VAR, JAVA_HOME_ENV_VAR ]; function getPath (line 47) | async function getPath(interactive: boolean = true): Promise { function isSupportedJDK (line 115) | function isSupportedJDK(jdkPath: string): boolean { function getJpsPath (line 119) | function getJpsPath(jdkPath: string): string | undefined { function getPackages (line 132) | function getPackages(): string { function getSources (line 143) | async function getSources(jdkPath: string): Promise<{ path: string; modu... FILE: integrations/vscode/src/logUtils.ts constant LOG_OUTPUT (line 28) | let LOG_OUTPUT: vscode.LogOutputChannel; function registerExtensionForLogging (line 29) | function registerExtensionForLogging(context: vscode.ExtensionContext) { function logTrace (line 35) | function logTrace(record: string) { function logDebug (line 40) | function logDebug(record: string) { function logInfo (line 45) | function logInfo(record: string) { function logWarning (line 50) | function logWarning(record: string) { function logError (line 55) | function logError(record: string) { function logAndThrow (line 60) | function logAndThrow(record: string, errFnc?: (err: Error) => Error) { FILE: integrations/vscode/src/monitoredProcesses.ts constant AUTO_SELECT_PROJECT_PROCESS_KEY (line 34) | const AUTO_SELECT_PROJECT_PROCESS_KEY = 'visualvm.integration.automatica... constant CUSTOMIZE_PROJECT_PROCESS_DISPLAYNAME_KEY (line 35) | const CUSTOMIZE_PROJECT_PROCESS_DISPLAYNAME_KEY = 'visualvm.integration.... type OnChanged (line 37) | type OnChanged = (added: MonitoredProcess | undefined, removed: Monitore... type OnPidChanged (line 38) | type OnPidChanged = () => void; constant ON_CHANGED_LISTENERS (line 40) | const ON_CHANGED_LISTENERS: OnChanged[] = []; function onChanged (line 41) | function onChanged(listener: OnChanged) { function notifyChanged (line 44) | function notifyChanged(added: MonitoredProcess | undefined, removed: Mon... function initialize (line 50) | function initialize(context: vscode.ExtensionContext) { constant MONITORED_PROCESSES (line 62) | const MONITORED_PROCESSES: MonitoredProcess[] = []; function add (line 64) | function add(running: runningProcesses.RunningProcess, target?: any): Mo... function addMonitored (line 76) | function addMonitored(monitored: MonitoredProcess, target?: any): Monito... function remove (line 83) | function remove(monitored: MonitoredProcess, target?: any): MonitoredPro... function getPids (line 98) | function getPids(): number[] { function debugSessionStarted (line 109) | function debugSessionStarted(session: vscode.DebugSession) { function debugSessionTerminated (line 123) | function debugSessionTerminated(session: vscode.DebugSession) { class MonitoredProcess (line 133) | class MonitoredProcess { method constructor (line 144) | constructor(id: string, displayName: string, workspaceFolder?: vscode.... method isSession (line 152) | isSession(session: vscode.DebugSession) { method sessionStarted (line 156) | sessionStarted(session: vscode.DebugSession) { method getPid (line 172) | getPid(interactive: boolean = true): number | undefined | null { // un... method release (line 189) | release() { method onPidChanged (line 203) | onPidChanged(listener: OnPidChanged) { method notifyPidChanged (line 206) | private notifyPidChanged() { function displayName (line 214) | function displayName(displayName: string | undefined): string { class ConfigurationProvider (line 218) | class ConfigurationProvider implements vscode.DebugConfigurationProvider { method resolveDebugConfiguration (line 220) | resolveDebugConfiguration/*WithSubstitutedVariables?*/(folder: vscode.... FILE: integrations/vscode/src/nodes.ts constant CONFIGURABLE_NODES_KEY (line 36) | const CONFIGURABLE_NODES_KEY = 'visualvm.configurableNodes'; constant INVOKABLE_NODES_KEY (line 37) | const INVOKABLE_NODES_KEY = 'visualvm.invokableNodes'; function initialize (line 39) | function initialize(context: vscode.ExtensionContext) { function findProcess (line 218) | async function findProcess(node: BaseNode): Promise void; class BaseNode (line 243) | class BaseNode extends vscode.TreeItem { method constructor (line 248) | constructor(label: string, description: string | undefined, contextVal... method setChildren (line 262) | public setChildren(children: BaseNode[] | undefined | null) { method getChildren (line 276) | public getChildren(): BaseNode[] | undefined { method removeFromParent (line 280) | public removeFromParent(treeChanged?: TreeChanged): boolean { method removeChild (line 294) | removeChild(child: BaseNode): boolean { class ChangeableNode (line 307) | class ChangeableNode extends BaseNode { method constructor (line 311) | constructor(treeChanged: TreeChanged, label: string, description: stri... method constructor (line 327) | constructor(presets: presets.Presets, treeChanged: TreeChanged, label: s... method setConfigurable (line 335) | setConfigurable(configurable: boolean) { method configure (line 340) | configure(actionName?: string) { method getPresetValue (line 345) | protected getPresetValue(): string { method updateFromPresets (line 349) | private updateFromPresets() { method constructor (line 362) | constructor(label: string, description: string | undefined, contextBase:... method setInvokable (line 367) | setInvokable(invokable: boolean) { class WhenStartedNode (line 374) | class WhenStartedNode extends ConfigurableNode { method constructor (line 378) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { class ThreadDumpNode (line 385) | class ThreadDumpNode extends InvokableNode { method constructor (line 389) | constructor() { class HeapDumpNode (line 396) | class HeapDumpNode extends InvokableNode { method constructor (line 400) | constructor() { class CpuSamplerNode (line 407) | class CpuSamplerNode extends InvokableNode { method constructor (line 411) | constructor(presets: presets.Presets[], treeChanged: TreeChanged) { method createNodes (line 416) | private static createNodes(presets: presets.Presets[], treeChanged: Tr... class CpuSamplerFilterNode (line 425) | class CpuSamplerFilterNode extends ConfigurableNode { method constructor (line 429) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { class CpuSamplerSamplingRateNode (line 436) | class CpuSamplerSamplingRateNode extends ConfigurableNode { method constructor (line 440) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { class MemorySamplerNode (line 447) | class MemorySamplerNode extends InvokableNode { method constructor (line 451) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { method createNodes (line 456) | private static createNodes(presets: presets.Presets, treeChanged: Tree... class MemorySamplerSamplingRateNode (line 464) | class MemorySamplerSamplingRateNode extends ConfigurableNode { method constructor (line 468) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { class JfrNode (line 475) | class JfrNode extends InvokableNode { method constructor (line 479) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { method createNodes (line 484) | private static createNodes(presets: presets.Presets, treeChanged: Tree... class JfrSettingsNode (line 492) | class JfrSettingsNode extends ConfigurableNode { method constructor (line 496) | constructor(presets: presets.Presets, treeChanged: TreeChanged) { class ProcessNode (line 503) | class ProcessNode extends ChangeableNode { method constructor (line 523) | constructor(treeChanged: TreeChanged, process?: monitoredProcesses.Mon... method getProcess (line 547) | getProcess(): monitoredProcesses.MonitoredProcess | undefined { method setProcess (line 551) | setProcess(process: monitoredProcesses.MonitoredProcess | undefined) { method autoSelectProcessChanged (line 558) | autoSelectProcessChanged(isAutoSelectProcess: boolean) { method updateWhenStartedAvailable (line 567) | private updateWhenStartedAvailable(): boolean { method updateProcess (line 590) | private updateProcess(initialUpdate: boolean = false) { method descriptionHint (line 621) | private descriptionHint(): string { method whenStartedNode (line 625) | private whenStartedNode(): WhenStartedNode | undefined { method handleWhenStarted (line 629) | private handleWhenStarted() { method updateInvokables (line 639) | private updateInvokables(invokable: boolean) { class Provider (line 651) | class Provider implements vscode.TreeDataProvider { method processesChanged (line 672) | processesChanged(added: monitoredProcesses.MonitoredProcess | undefine... method autoSelectProjectProcessChanged (line 709) | autoSelectProjectProcessChanged(isAutoSelectProcess: boolean) { method removeProcessContainer (line 717) | removeProcessContainer(root: ProcessNode) { method refresh (line 725) | refresh(element?: vscode.TreeItem) { method getTreeItem (line 729) | getTreeItem(element: vscode.TreeItem): vscode.TreeItem { method getChildren (line 733) | getChildren(element?: vscode.TreeItem): vscode.TreeItem[] { method getParent (line 743) | getParent?(element: vscode.TreeItem): vscode.TreeItem | undefined { method setVisible (line 747) | setVisible(visible: boolean) { constant PROVIDER (line 755) | let PROVIDER: Provider | undefined; function provider (line 756) | function provider(): Provider { FILE: integrations/vscode/src/parameters.ts constant CPU_SAMPLER_FILTER_INCLUSIVE (line 36) | const CPU_SAMPLER_FILTER_INCLUSIVE = 'include-classes'; constant CPU_SAMPLER_FILTER_EXCLUSIVE (line 37) | const CPU_SAMPLER_FILTER_EXCLUSIVE = 'exclude-classes'; constant ENABLE_GO_TO_SOURCE_KEY (line 39) | const ENABLE_GO_TO_SOURCE_KEY = 'visualvm.integration.enableGoToSource'; constant VSCODE_PARAMETERS_KEY (line 40) | const VSCODE_PARAMETERS_KEY = 'visualvm.integration.visualStudioCodePara... constant USE_JDK_PATH_FOR_STARTUP_KEY (line 42) | const USE_JDK_PATH_FOR_STARTUP_KEY = 'visualvm.startup.useJdkPathForVisu... constant STARTUP_PARAMETERS_KEY (line 43) | const STARTUP_PARAMETERS_KEY = 'visualvm.startup.visualvmParameters'; constant WINDOW_TO_FRONT_KEY (line 44) | const WINDOW_TO_FRONT_KEY = 'visualvm.behavior.visualvmWindowToFront'; constant PRESELECT_VIEW_KEY (line 45) | const PRESELECT_VIEW_KEY = 'visualvm.behavior.preselectProcessView'; function executable (line 47) | function executable(executable: string): string { function perfMaxStringConstLength (line 51) | function perfMaxStringConstLength(): string { function jdkHome (line 55) | async function jdkHome(predefinedJdk?: string): Promise { function openPid (line 139) | function openPid(pid: number): string { function threadDump (line 155) | function threadDump(pid: number): string { function heapDump (line 159) | function heapDump(pid: number): string { function cpuSamplerStart (line 163) | async function cpuSamplerStart(pid: number, samplingFilter?: string, sam... function resolveSamplingFilter (line 189) | async function resolveSamplingFilter(samplingFilter?: string, workspaceF... function memorySamplerStart (line 225) | function memorySamplerStart(pid: number, samplingRate?: number | string)... function samplerSnapshot (line 236) | function samplerSnapshot(pid: number): string { function samplerStop (line 240) | function samplerStop(pid: number): string { function jfrRecordingStart (line 244) | function jfrRecordingStart(pid: number, displayName: string, settingsNam... function jfrRecordingDump (line 254) | function jfrRecordingDump(pid: number) { function jfrRecordingStop (line 258) | function jfrRecordingStop(pid: number) { function vmArgId (line 264) | function vmArgId(id: string): string { function vmArgDisplayName (line 268) | function vmArgDisplayName(displayName: string, includePid: boolean = tru... function encode (line 274) | function encode(text: string | undefined): string { function writeProperties (line 285) | async function writeProperties(filename: string, ...records: string[]): ... function getTmpDir (line 306) | function getTmpDir(): string { FILE: integrations/vscode/src/presets.ts function initialize (line 31) | function initialize(context: vscode.ExtensionContext) { type OnChanged (line 39) | type OnChanged = () => void; method constructor (line 53) | protected constructor(name: string, presets: string[][], initialPreset: ... method doInitializePersistent (line 61) | protected doInitializePersistent(storage: vscode.Memento, persistenceKey... method select (line 71) | async select(actionName?: string): Promise { method getSelectedString (line 92) | getSelectedString(): string { method getSelectedValue (line 96) | getSelectedValue(): string { method getSelectedPreset (line 100) | protected getSelectedPreset(): number { method setSelected (line 104) | protected async setSelected(preset: number, forceSelected: boolean = fal... method savePersistent (line 115) | protected async savePersistent(key: string | undefined, value: any): Pro... method onChanged (line 123) | onChanged(listener: OnChanged) { method notifyChanged (line 127) | private notifyChanged() { class WhenStartedPresets (line 135) | class WhenStartedPresets extends Presets { method constructor (line 152) | constructor() { method initializePersistent (line 156) | initializePersistent(context: vscode.ExtensionContext) { method getSelectedString (line 160) | getSelectedString(): string { class CpuSamplerFilterPresets (line 166) | class CpuSamplerFilterPresets extends Presets { method constructor (line 188) | constructor() { method initializePersistent (line 192) | initializePersistent(context: vscode.ExtensionContext) { method setSelected (line 198) | protected async setSelected(preset: number): Promise { FILE: integrations/vscode/src/test/suite/utils.ts function setupSelectEnvironment (line 35) | async function setupSelectEnvironment() { function clean (line 67) | async function clean(yourPath: string) { function installExtensions (line 77) | async function installExtensions(): Promise { function waitForExtensionsToFinish (line 103) | async function waitForExtensionsToFinish(): Promise { function duplicate (line 118) | function duplicate(sourceFolder: string, targetFolder: string) { function buildJavaProject (line 139) | async function buildJavaProject (pathToProject: string) { FILE: integrations/vscode/src/view.ts constant VISUALVM_VIEW_ID (line 33) | const VISUALVM_VIEW_ID = 'visualvm-visualvm'; constant EXPLORER_TOOLS_VIEW_ID (line 34) | const EXPLORER_TOOLS_VIEW_ID = 'explorer-visualvm'; constant DEBUG_TOOLS_VIEW_ID (line 35) | const DEBUG_TOOLS_VIEW_ID = 'debug-visualvm'; constant PREDEFINED_VIEW_IDS (line 36) | const PREDEFINED_VIEW_IDS = [ VISUALVM_VIEW_ID, EXPLORER_TOOLS_VIEW_ID, ... constant MICRONAUT_TOOLS_VIEW (line 39) | const MICRONAUT_TOOLS_VIEW: ExternalView = { constant EXTERNAL_VIEWS (line 49) | const EXTERNAL_VIEWS = [ MICRONAUT_TOOLS_VIEW ]; constant EXTERNAL_VIEW_IDS (line 50) | const EXTERNAL_VIEW_IDS = EXTERNAL_VIEWS.map(view => view.view_id); constant ALL_VIEW_IDS (line 53) | const ALL_VIEW_IDS = [ ...PREDEFINED_VIEW_IDS, ...EXTERNAL_VIEW_IDS ]; type ExternalView (line 55) | type ExternalView = { constant VIEW_KEY (line 61) | const VIEW_KEY = 'visualvm.view'; constant ALL_VIEWS_KEY (line 64) | const ALL_VIEWS_KEY = 'visualvm.views'; constant CREATED_VIEWS (line 66) | const CREATED_VIEWS: any = {}; function initialize (line 70) | function initialize(context: vscode.ExtensionContext) { function move (line 137) | async function move(viewId?: string): Promise { function hideNodes (line 173) | function hideNodes() { function showNodes (line 177) | function showNodes() { function getViewId (line 181) | function getViewId(): string { function selectViewContainer (line 185) | async function selectViewContainer(actionName?: string): Promise, fol... function invoke (line 249) | async function invoke(params?: string, folder?: vscode.WorkspaceFolder, ... FILE: integrations/vscode/src/vscodeUtils.ts function findLauncher (line 31) | function findLauncher(): string | undefined { FILE: plugins/buffermonitor/src/org/graalvm/visualvm/modules/buffermonitor/BufferMonitorView.java class BufferMonitorView (line 58) | class BufferMonitorView extends DataSourceView implements DataRemovedLis... method BufferMonitorView (line 67) | public BufferMonitorView(Application application) { method removed (line 72) | @Override method createComponent (line 77) | protected DataViewComponent createComponent() { method dataRemoved (line 123) | public void dataRemoved(Application app) { class MasterViewSupport (line 127) | private static class MasterViewSupport extends JPanel { method MasterViewSupport (line 129) | public MasterViewSupport(Application app) { method getMasterView (line 134) | public DataViewComponent.MasterView getMasterView() { method initComponents (line 139) | private void initComponents(Application app) { method getGeneralInfo (line 144) | String getGeneralInfo(Application app) { class BufferMonitorViewSupport (line 149) | private static class BufferMonitorViewSupport extends JPanel { method BufferMonitorViewSupport (line 160) | public BufferMonitorViewSupport(JmxModel jmx, String title, String b... method getDetailsView (line 175) | public DataViewComponent.DetailsView getDetailsView() { method refresh (line 179) | public void refresh(long time) { method initModels (line 210) | private void initModels(int chartCache) { method initComponents (line 220) | private void initComponents() { FILE: plugins/buffermonitor/src/org/graalvm/visualvm/modules/buffermonitor/BufferMonitorViewProvider.java class BufferMonitorViewProvider (line 43) | public class BufferMonitorViewProvider extends DataSourceViewProvider sources) { FILE: plugins/consumervisualvm/src/org/netbeans/modules/consumervisualvm/api/PluginInfo.java class PluginInfo (line 36) | public final class PluginInfo { method PluginInfo (line 42) | private PluginInfo (String codeName, URL pluginLayer) { method create (line 47) | private static PluginInfo create (String codeName, URL pluginLayer) { method create (line 51) | static PluginInfo create (FileObject fo) { method getCodeName (line 62) | @Override method getPluginLayer (line 67) | @Override method getInternal (line 72) | @Override FILE: plugins/consumervisualvm/src/org/netbeans/modules/consumervisualvm/engine/FindComponentModules.java class FindComponentModules (line 52) | public final class FindComponentModules { method FindComponentModules (line 56) | public FindComponentModules (String... components) { method getFindingTask (line 72) | public RequestProcessor.Task getFindingTask () { method createFindingTask (line 76) | public RequestProcessor.Task createFindingTask () { method getModulesForInstall (line 82) | public Collection getModulesForInstall () { method getProblemDescription (line 87) | public String getProblemDescription () { method clearModulesForInstall (line 91) | public void clearModulesForInstall () { method writeEnableLater (line 97) | public void writeEnableLater (Collection modules) { method getModulesForEnable (line 114) | public Collection getModulesForEnable () { method readEnableLater (line 119) | private Collection readEnableLater () { method getVisibleUpdateElements (line 136) | public static Collection getVisibleUpdateElements (Coll... method getPreferences (line 146) | public static Preferences getPreferences () { method run (line 151) | public void run() { method findComponentModules (line 160) | private void findComponentModules () { method getMissingModules (line 177) | private Collection getMissingModules (Collection getAllForInstall (Collection getDisabledModules (Collection getAllForEnable (Collection modules) { method getEnableTask (line 58) | public RequestProcessor.Task getEnableTask () { method createEnableTask (line 65) | private RequestProcessor.Task createEnableTask () { method run (line 72) | public void run() { method enableModules (line 78) | private void enableModules () { method doEnableModules (line 86) | private void doEnableModules () throws OperationException { method presentUpdateElements (line 112) | public static String presentUpdateElements (Collection ... method getBundle (line 120) | private static String getBundle (String key, Object... params) { FILE: plugins/consumervisualvm/src/org/netbeans/modules/consumervisualvm/engine/ModulesInstaller.java class ModulesInstaller (line 59) | public class ModulesInstaller { method ModulesInstaller (line 65) | public ModulesInstaller (Collection modules) { method getInstallTask (line 72) | public RequestProcessor.Task getInstallTask () { method createInstallTask (line 79) | private RequestProcessor.Task createInstallTask () { method run (line 86) | public void run() { method installMissingModules (line 92) | private void installMissingModules () { method getErrorNotifyPanel (line 127) | private JComponent getErrorNotifyPanel (Exception x) { method doInstallMissingModules (line 139) | private void doInstallMissingModules () throws OperationException { method presentUpdateElements (line 191) | public static String presentUpdateElements (Collection ... method continueCreating (line 199) | private static void continueCreating () { method getBundle (line 203) | private static String getBundle (String key, Object... params) { FILE: plugins/consumervisualvm/src/org/netbeans/modules/consumervisualvm/engine/RestartNotifier.java class RestartNotifier (line 38) | public final class RestartNotifier implements StatusLineElementProvider { method getStatusLineElement (line 40) | public Component getStatusLineElement () { method getUpdatesVisualizer (line 56) | private static Component getUpdatesVisualizer () { method getFlasher (line 65) | public static RestartIcon getFlasher (Runnable whatRunOnMouseClick) { class RestartIcon (line 70) | public static class RestartIcon extends FlashingIcon { method RestartIcon (line 71) | public RestartIcon (Icon img1) { method onMouseClick (line 81) | protected void onMouseClick () { method timeout (line 91) | protected void timeout () {} FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/ApplicationType.java class ApplicationType (line 43) | public class ApplicationType extends org.graalvm.visualvm.application.ty... method ApplicationType (line 69) | ApplicationType(String mainClass, String name, String version, String ... method loadIcon (line 78) | void loadIcon() { method getDescription (line 102) | @Override method setDescription (line 107) | public void setDescription(String description) { method getIconURL (line 113) | public URL getIconURL() { method setIconURL (line 117) | public void setIconURL(URL iconUrl) { method getInfoURL (line 122) | public URL getInfoURL() { method setInfoUrl (line 126) | public void setInfoUrl(URL infoUrl) { method getMainClass (line 133) | public String getMainClass() { method setMainClass (line 137) | public void setMainClass(String mainClass) { method getName (line 143) | @Override method setName (line 148) | public void setName(String name) { method getVersion (line 154) | @Override method setVersion (line 159) | public void setVersion(String version) { method getIcon (line 165) | @Override method setIcon (line 174) | private void setIcon(BufferedImage icon) { method getDefName (line 180) | String getDefName() { method setDefName (line 184) | void setDefName(String defName) { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/ApplicationTypeFactory.java class ApplicationTypeFactory (line 37) | public class ApplicationTypeFactory extends org.graalvm.visualvm.applica... class Singleton (line 40) | final private static class Singleton { method getDefault (line 44) | final public static ApplicationTypeFactory getDefault() { method ApplicationTypeFactory (line 50) | private ApplicationTypeFactory() { method initialize (line 54) | final public static void initialize() { method shutdown (line 58) | final public static void shutdown() { method createApplicationTypeFor (line 62) | @Override method findType (line 76) | private ApplicationType findType(String mainClass) { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/ApplicationTypeManager.java class ApplicationTypeManager (line 54) | public class ApplicationTypeManager { method createEntry (line 60) | @Override class Singleton (line 97) | final private static class Singleton { method getDefault (line 102) | final public static ApplicationTypeManager getDefault() { method ApplicationTypeManager (line 106) | private ApplicationTypeManager() { method newType (line 110) | public ApplicationType newType(String mainClass) { method findType (line 114) | public ApplicationType findType(String mainClass) { method removeType (line 118) | public boolean removeType(ApplicationType type) { method listTypes (line 131) | public Set listTypes() { method storeType (line 152) | public void storeType(final ApplicationType type) throws IOException { method calculateDefName (line 200) | private String calculateDefName(ApplicationType type) { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/Installer.java class Installer (line 33) | public class Installer extends ModuleInstall { method restored (line 35) | @Override method uninstalled (line 40) | @Override FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/actions/EditApplicationTypeAction.java class EditApplicationTypeAction (line 47) | public class EditApplicationTypeAction extends DataSourceAction { method FileImagePersistor (line 47) | public FileImagePersistor() throws InstantiationException { method retrieve (line 62) | @Override method store (line 85) | @Override method entryFileName (line 108) | private static String entryFileName(URL url) { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/icons/IconCache.java class IconCache (line 40) | public class IconCache extends Cache { class Singleton (line 44) | final private static class Singleton { method getDefault (line 49) | final public static IconCache getDefault() { method IconCache (line 53) | private IconCache() { method getTTL (line 74) | @Override method invalidateObject (line 79) | @Override method retrieveObject (line 84) | @Override method setTTL (line 89) | @Override FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/icons/IconResolver.java class IconResolver (line 42) | class IconResolver { method resolveIcon (line 48) | BufferedImage resolveIcon(URL url) { method resolveFromLink (line 71) | private synchronized BufferedImage resolveFromLink(URL url) { method readIndex (line 107) | private String readIndex(InputStream is) throws IOException { method isSupported (line 127) | private boolean isSupported(String imagePath) { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/icons/ImageUtils.java class ImageUtils (line 38) | public class ImageUtils { method resizeImage (line 39) | final public static BufferedImage resizeImage(BufferedImage img, int w... FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/options/ApplicationTypeOptionsCategory.java class ApplicationTypeOptionsCategory (line 38) | public class ApplicationTypeOptionsCategory extends OptionsCategory { method instance (line 39) | final public static ApplicationTypeOptionsCategory instance() { method create (line 42) | @Override method getCategoryName (line 47) | @Override method getTitle (line 52) | @Override method getIcon (line 57) | @Override FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/options/ApplicationTypeOptionsPanel.java class ApplicationTypeOptionsPanel (line 52) | public class ApplicationTypeOptionsPanel extends javax.swing.JPanel { class AppTypeTableMode (line 54) | private static class AppTypeTableMode extends AbstractTableModel { method getColumnCount (line 58) | @Override method getRowCount (line 63) | @Override method getValueAt (line 70) | @Override method getTypeAt (line 87) | ApplicationType getTypeAt(int selectedIndex) { method update (line 93) | void update() { method ApplicationTypeOptionsPanel (line 104) | public ApplicationTypeOptionsPanel() { method initComponents (line 123) | @SuppressWarnings("unchecked") method editApplicationType (line 204) | private void editApplicationType(java.awt.event.ActionEvent evt) {//GE... method menuNewActionPerformed (line 233) | private void menuNewActionPerformed(java.awt.event.ActionEvent evt) {/... method deleteApptype (line 263) | private void deleteApptype(java.awt.event.ActionEvent evt) {//GEN-FIRS... method load (line 280) | void load() { method store (line 284) | void store() { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/options/ApplicationTypesOptionsPanelController.java class ApplicationTypesOptionsPanelController (line 39) | public class ApplicationTypesOptionsPanelController extends OptionsPanel... method addPropertyChangeListener (line 43) | @Override method applyChanges (line 48) | @Override method cancel (line 53) | @Override method getComponent (line 58) | @Override method getHelpCtx (line 63) | @Override method isChanged (line 68) | @Override method isValid (line 73) | @Override method removePropertyChangeListener (line 78) | @Override method update (line 83) | @Override method getPanel (line 88) | synchronized private ApplicationTypeOptionsPanel getPanel() { FILE: plugins/extapptypes/src/org/graalvm/visualvm/modules/customtype/ui/ApplicationTypeForm.java class ApplicationTypeForm (line 53) | public class ApplicationTypeForm extends javax.swing.JPanel { method isValid (line 63) | @Override method ApplicationTypeForm (line 70) | public ApplicationTypeForm(ApplicationType appType) { method initComponents (line 98) | @SuppressWarnings("unchecked") method appTypeNameFocusGained (line 273) | private void appTypeNameFocusGained(java.awt.event.FocusEvent evt) {//... method appTypeNameFocusLost (line 278) | private void appTypeNameFocusLost(java.awt.event.FocusEvent evt) {//GE... method appTypeDescriptionFocusGained (line 282) | private void appTypeDescriptionFocusGained(java.awt.event.FocusEvent e... method appTypeDescriptionFocusLost (line 287) | private void appTypeDescriptionFocusLost(java.awt.event.FocusEvent evt... method appTypeUrlFocusGained (line 291) | private void appTypeUrlFocusGained(java.awt.event.FocusEvent evt) {//G... method appTypeUrlFocusLost (line 296) | private void appTypeUrlFocusLost(java.awt.event.FocusEvent evt) {//GEN... method appTypeNameKeyTyped (line 300) | private void appTypeNameKeyTyped(java.awt.event.KeyEvent evt) {//GEN-F... method appTypeIconActionPerformed (line 304) | private void appTypeIconActionPerformed(java.awt.event.ActionEvent evt... method resetIconActionPerformed (line 329) | private void resetIconActionPerformed(java.awt.event.ActionEvent evt) ... method loadData (line 353) | private void loadData() { method storeData (line 375) | public boolean storeData() { method getValidationSupport (line 413) | public ValidationSupport getValidationSupport() { FILE: plugins/extensions/src/org/graalvm/visualvm/modules/extensions/DiabloJvmJvmstatModelProvider.java class DiabloJvmJvmstatModelProvider (line 40) | public class DiabloJvmJvmstatModelProvider extends AbstractModelProvider... method createModelFor (line 42) | public JvmJvmstatModel createModelFor(Application app) { FILE: plugins/extensions/src/org/graalvm/visualvm/modules/extensions/ExtendedJvmJvmstatModel.java class ExtendedJvmJvmstatModel (line 37) | class ExtendedJvmJvmstatModel extends JvmJvmstatModel { method ExtendedJvmJvmstatModel (line 40) | ExtendedJvmJvmstatModel(Application app,JvmstatModel stat) { method initMonitoredValues (line 45) | private void initMonitoredValues() { method getPermGenPrefix (line 63) | protected String getPermGenPrefix() { FILE: plugins/extensions/src/org/graalvm/visualvm/modules/extensions/Installer.java class Installer (line 34) | public class Installer extends ModuleInstall { method restored (line 35) | @Override FILE: plugins/extensions/src/org/graalvm/visualvm/modules/extensions/SapJvmJvmstatModelProvider.java class SapJvmJvmstatModelProvider (line 38) | public class SapJvmJvmstatModelProvider extends AbstractModelProvider getHTTPPorts(HTTPServiceConfig config) { method getIIOPPorts (line 127) | private Collection getIIOPPorts(IIOPServiceConfig config) { method getDomain (line 141) | private String getDomain() { method buildInfo (line 147) | private String buildInfo() { method resolveToken (line 206) | private String resolveToken(String pn) { method cycleLevel (line 227) | private static String cycleLevel(String level) { method setMonitoringLevel (line 237) | private static void setMonitoringLevel(ModuleMonitoringLevelsConfig ... method createView (line 264) | @Override method GlassFishOverviewPlugin (line 277) | public GlassFishOverviewPlugin(Application app) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/GlassFishOverviewPluginProvider.java class GlassFishOverviewPluginProvider (line 39) | public class GlassFishOverviewPluginProvider extends DataSourceViewPlugi... class InstanceProvider (line 40) | private final static class InstanceProvider { method createPlugin (line 44) | @Override method supportsPluginFor (line 49) | @Override method initialize (line 54) | public static void initialize() { method shutdown (line 59) | public static void shutdown() { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/Installer.java class Installer (line 43) | public class Installer extends ModuleInstall { method restored (line 50) | @Override method uninstalled (line 63) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishApplication.java class GlassFishApplication (line 32) | public abstract class GlassFishApplication extends GlassFishDataSource { method GlassFishApplication (line 37) | public GlassFishApplication(String name, String objName, GlassFishMode... method getGlassFishRoot (line 44) | public GlassFishModel getGlassFishRoot() { method getName (line 48) | public String getName() { method getObjectName (line 52) | public String getObjectName() { method generateContents (line 56) | abstract public void generateContents(); method equals (line 58) | @Override method hashCode (line 76) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishApplicationProvider.java class GlassFishApplicationProvider (line 62) | public class GlassFishApplicationProvider implements DataChangeListener<... class LazyLoadingSource (line 67) | private static class LazyLoadingSource extends GlassFishDataSource { method LazyLoadingSource (line 70) | public LazyLoadingSource(String message, GlassFishModel parent) { method getDescriptor (line 75) | @Override method equals (line 91) | @Override method hashCode (line 109) | @Override class DiscoveryTask (line 118) | private class DiscoveryTask implements SchedulerTask { method DiscoveryTask (line 125) | public DiscoveryTask(GlassFishModel model) { method onSchedule (line 129) | public void onSchedule(long timeStamp) { method dataChanged (line 214) | public void dataChanged(DataChangeEvent event) { method addModels (line 223) | private void addModels(Set models) { method removeModels (line 232) | private void removeModels(Set models) { method dataRemoved (line 242) | public void dataRemoved(GlassFishModel model) { method initialize (line 250) | public static void initialize() { method shutdown (line 255) | public static void shutdown() { method dataSourceCollapsed (line 260) | public void dataSourceCollapsed(DataSource source) { method dataSourceExpanded (line 264) | public void dataSourceExpanded(DataSource source) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishDataSource.java class GlassFishDataSource (line 35) | public abstract class GlassFishDataSource extends DataSource { method GlassFishDataSource (line 36) | public GlassFishDataSource() { method GlassFishDataSource (line 40) | public GlassFishDataSource(DataSource master) { method getDescriptor (line 44) | abstract public DataSourceDescriptor getDescriptor(); FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishDataSourceDescriptorProvider.java class GlassFishDataSourceDescriptorProvider (line 37) | public class GlassFishDataSourceDescriptorProvider extends AbstractModel... method GlassFishDataSourceDescriptorProvider (line 40) | private GlassFishDataSourceDescriptorProvider() {} method createModelFor (line 42) | @Override method initialize (line 50) | public static void initialize() { method shutdown (line 54) | public static void shutdown() { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishModel.java class GlassFishModel (line 36) | public class GlassFishModel extends GlassFishDataSource { method getIcon (line 41) | @Override method getName (line 46) | @Override method getDescription (line 51) | @Override method getAutoExpansionPolicy (line 56) | @Override method GlassFishModel (line 62) | public GlassFishModel(Application app) { method getApplication (line 67) | public Application getApplication() { method getDescriptor (line 71) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishModelProvider.java class GlassFishModelProvider (line 42) | public class GlassFishModelProvider implements DataChangeListener event) { method initialize (line 74) | public static void initialize() { method shutdown (line 78) | public static void shutdown() { method dataRemoved (line 82) | public void dataRemoved(Application application) { method processFinishedApplication (line 86) | private void processFinishedApplication(Application app) { method processNewApplication (line 92) | private void processNewApplication(final Application app) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishServlet.java class GlassFishServlet (line 37) | public class GlassFishServlet extends GlassFishDataSource { method getIcon (line 45) | @Override method getName (line 50) | @Override method getDescription (line 55) | @Override method GlassFishServlet (line 67) | public GlassFishServlet(String name, GlassFishWebModule master, Servle... method getMonitor (line 73) | public ServletMonitor getMonitor() { method getDescriptor (line 77) | @Override method getName (line 82) | public String getName() { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishServletProvider.java class GlassFishServletProvider (line 40) | public class GlassFishServletProvider implements DataChangeListener event) { method initialize (line 66) | public static void initialize() { method shutdown (line 70) | public static void shutdown() { method dataRemoved (line 74) | public void dataRemoved(GlassFishWebModule module) { method processFinishedModule (line 78) | private void processFinishedModule(GlassFishWebModule module) { method processNewWebModule (line 84) | private void processNewWebModule(final GlassFishWebModule module) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/datasource/GlassFishWebModule.java class GlassFishWebModule (line 39) | public class GlassFishWebModule extends GlassFishApplication { method getIcon (line 46) | @Override method getName (line 51) | @Override method getDescription (line 56) | @Override method getAutoExpansionPolicy (line 61) | @Override method GlassFishWebModule (line 67) | public GlassFishWebModule(String name, String objName, WebModuleVirtua... method getMonitor (line 73) | public WebModuleVirtualServerMonitor getMonitor() { method generateContents (line 77) | @Override method getDescriptor (line 85) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/AbstractStatsTableModel.java class AbstractStatsTableModel (line 51) | public abstract class AbstractStatsTableModel getMonitorMap(); method getStats (line 91) | abstract protected S getStats(M monitor); method isDisplayable (line 92) | abstract protected boolean isDisplayable(S stats); method setColumnModel (line 94) | private void setColumnModel(M monitor) { method getColumnCount (line 100) | public int getColumnCount() { method getRowCount (line 108) | public int getRowCount() { method getValueAt (line 114) | public Object getValueAt(int rowIndex, int columnIndex) { method getColumnName (line 139) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/GlassFishApplicationViewProvider.java class GlassFishApplicationViewProvider (line 52) | public class GlassFishApplicationViewProvider extends DataSourceViewProv... method GlassFishApplicationViewProvider (line 59) | private GlassFishApplicationViewProvider() { method createView (line 62) | @Override method supportsViewFor (line 91) | @Override method getHTTPServiceView (line 171) | private HTTPServiceView getHTTPServiceView(Application app, HTTPServic... method getTransactionServiceView (line 183) | private TransactionServiceView getTransactionServiceView(Application a... method initialize (line 195) | public static void initialize() { method shutdown (line 199) | public static void shutdown() { method supportsViewsFor (line 205) | public boolean supportsViewsFor(Application dataSource) { method saveViews (line 209) | public void saveViews(Application app, Snapshot snapshot) { method supportsSaveViewsFor (line 213) | public boolean supportsSaveViewsFor(Application app) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/GlassFishServletViewProvider.java class GlassFishServletViewProvider (line 56) | public class GlassFishServletViewProvider extends DataSourceViewProvider... class GlassfishServletView (line 62) | private static class GlassfishServletView extends DataSourceView { method GlassfishServletView (line 79) | public GlassfishServletView(GlassFishServlet servlet) { method createComponent (line 134) | @Override method refreshData (line 139) | private void refreshData(long sampleTime) { method GlassFishServletViewProvider (line 153) | private GlassFishServletViewProvider() {} method createView (line 155) | @Override method supportsViewFor (line 160) | @Override method initialize (line 167) | public static void initialize() { method shutdown (line 171) | public static void shutdown() { method supportsViewsFor (line 176) | public boolean supportsViewsFor(GlassFishServlet dataSource) { method saveViews (line 180) | public void saveViews(GlassFishServlet servlet, Snapshot snapshot) { method supportsSaveViewsFor (line 184) | public boolean supportsSaveViewsFor(GlassFishServlet servlet) { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/GlassFishWebModuleViewProvider.java class GlassFishWebModuleViewProvider (line 78) | public class GlassFishWebModuleViewProvider extends DataSourceViewProvid... class GlassfishWebModuleView (line 84) | private static class GlassfishWebModuleView extends DataSourceView { method GlassfishWebModuleView (line 103) | public GlassfishWebModuleView(GlassFishWebModule webModule) { method createComponent (line 202) | @Override method buildInfo (line 209) | private String buildInfo() { method refreshData (line 241) | private void refreshData(long sampleTime) { method GlassFishWebModuleViewProvider (line 263) | private GlassFishWebModuleViewProvider() {} method initialize (line 266) | public static void initialize() { method shutdown (line 270) | public static void shutdown() { method createView (line 275) | @Override method supportsViewFor (line 280) | @Override FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/HTTPServiceView.java class HTTPServiceView (line 26) | class HTTPServiceView extends DataSourceView { method HTTPServiceView (line 36) | public HTTPServiceView(Application app, HTTPServiceMonitor monitor) { method createComponent (line 42) | @Override method configureConnectionQueueVisualizer (line 49) | private void configureConnectionQueueVisualizer() { method configureFileCacheVisualizer (line 148) | private void configureFileCacheVisualizer() { method configureHttpServiceVisualizer (line 241) | private void configureHttpServiceVisualizer() { method configureKeepAliveVisualizer (line 249) | private void configureKeepAliveVisualizer() { method initComponents (line 278) | private void initComponents() { FILE: plugins/glassfish/src/net/java/visualvm/modules/glassfish/dataview/ServletTableModel.java class ServletTableModel (line 9) | class ServletTableModel extends AbstractStatsTableModel { method Touple (line 36) | public Touple(X aX, Y aY) { method getX (line 41) | public X getX() { method getY (line 45) | public Y getY() { FILE: plugins/jconsole/src/com/sun/tools/jconsole/JConsoleContext.java type JConsoleContext (line 46) | public interface JConsoleContext { type ConnectionState (line 56) | public enum ConnectionState { method getMBeanServerConnection (line 81) | public MBeanServerConnection getMBeanServerConnection(); method getConnectionState (line 87) | public ConnectionState getConnectionState(); method addPropertyChangeListener (line 100) | public void addPropertyChangeListener(PropertyChangeListener listener); method removePropertyChangeListener (line 113) | public void removePropertyChangeListener(PropertyChangeListener listen... FILE: plugins/jconsole/src/com/sun/tools/jconsole/JConsolePlugin.java class JConsolePlugin (line 75) | public abstract class JConsolePlugin { method JConsolePlugin (line 82) | protected JConsolePlugin() { method setContext (line 95) | public final synchronized void setContext(JConsoleContext context) { method getContext (line 114) | public final JConsoleContext getContext() { method getTabs (line 133) | public abstract java.util.Map getTabs(); method newSwingWorker (line 167) | public abstract SwingWorker newSwingWorker(); method dispose (line 177) | public void dispose() { method addContextPropertyChangeListener (line 199) | public final void addContextPropertyChangeListener(PropertyChangeListe... method removeContextPropertyChangeListener (line 232) | public final void removeContextPropertyChangeListener(PropertyChangeLi... FILE: plugins/jconsole/src/org/graalvm/visualvm/modules/jconsole/Install.java class Install (line 36) | public class Install extends ModuleInstall { method restored (line 37) | @Override FILE: plugins/jconsole/src/org/graalvm/visualvm/modules/jconsole/JConsolePluginWrapper.java class JConsolePluginWrapper (line 76) | class JConsolePluginWrapper { method JConsolePluginWrapper (line 83) | JConsolePluginWrapper(Application application) { method getView (line 164) | JComponent getView() { method releasePlugins (line 167) | void releasePlugins() { method getPlugins (line 174) | synchronized List getPlugins() { method initPluginService (line 190) | private void initPluginService(String pluginPath) { method initEmptyPlugin (line 217) | private void initEmptyPlugin() { method pathToURLs (line 229) | private static URL[] pathToURLs(String path) throws MalformedURLExcept... method fileToURL (line 248) | private static URL fileToURL(File file) throws MalformedURLException { class ProxyClient (line 266) | class ProxyClient implements JConsoleContext, PropertyChangeListener { method ProxyClient (line 277) | ProxyClient(JmxModel jmxModel) { method setConnectionState (line 281) | private void setConnectionState(ConnectionState state) { method getConnectionState (line 288) | public ConnectionState getConnectionState() { method connect (line 292) | void connect() { method tryConnect (line 303) | private void tryConnect() throws IOException { method getMBeanServerConnection (line 309) | public MBeanServerConnection getMBeanServerConnection() { method disconnect (line 313) | synchronized void disconnect() { method isDead (line 322) | boolean isDead() { method isConnected (line 326) | boolean isConnected() { method addPropertyChangeListener (line 330) | public void addPropertyChangeListener(PropertyChangeListener listene... method removePropertyChangeListener (line 334) | public void removePropertyChangeListener(PropertyChangeListener list... method propertyChange (line 338) | public void propertyChange(PropertyChangeEvent evt) { class VMPanel (line 347) | class VMPanel extends JTabbedPane implements PropertyChangeListener { method VMPanel (line 360) | VMPanel(Application application, JConsolePluginWrapper wrapper, Prox... method isConnected (line 373) | boolean isConnected() { method connect (line 378) | void connect() { method disconnect (line 390) | void disconnect() { method propertyChange (line 406) | public void propertyChange(PropertyChangeEvent ev) { method startUpdateTimer (line 425) | private void startUpdateTimer() { method update (line 447) | private void update() { method createPluginTabs (line 476) | private void createPluginTabs() { method disposePlugins (line 502) | private void disposePlugins(Set pluginSet) { FILE: plugins/jconsole/src/org/graalvm/visualvm/modules/jconsole/JConsoleView.java class JConsoleView (line 39) | class JConsoleView extends DataSourceView { method JConsoleView (line 46) | public JConsoleView(Application application) { method removed (line 51) | @Override method createComponent (line 56) | protected DataViewComponent createComponent() { FILE: plugins/jconsole/src/org/graalvm/visualvm/modules/jconsole/JConsoleViewProvider.java class JConsoleViewProvider (line 38) | public class JConsoleViewProvider extends DataSourceViewProvider action) { method onFlush (line 83) | public void onFlush(Runnable action) { method startAsync (line 87) | public void startAsync() { class JFREventSettings (line 91) | public class JFREventSettings { method JFREventSettings (line 96) | private JFREventSettings(String eventName, EventSettings s) { method withStackTrace (line 101) | public JFREventSettings withStackTrace() { method withoutStackTrace (line 105) | public JFREventSettings withoutStackTrace() { method withoutThreshold (line 109) | public JFREventSettings withoutThreshold() { method withPeriod (line 113) | public JFREventSettings withPeriod(Duration duration) { method withThreshold (line 117) | public JFREventSettings withThreshold(Duration duration) { method with (line 121) | public JFREventSettings with(String name, String value) { method getString (line 126) | private static String getString(Duration duration) { method isJavaVersion (line 134) | private static final boolean isJavaVersion(String javaVersionProperty,... FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/network/NetworkModel.java class NetworkModel (line 44) | final class NetworkModel { method create (line 59) | static NetworkModel create(Host host, JFRStream rs) { method getSource (line 63) | DataSource getSource() { method isLive (line 67) | boolean isLive() { method getTimestamp (line 71) | long getTimestamp() { method getChartCache (line 75) | int getChartCache() { method getReadRate (line 79) | long getReadRate() { method getWriteRate (line 83) | long getWriteRate() { method initialize (line 87) | synchronized void initialize() { method cleanup (line 95) | synchronized void cleanup() { method addChangeListener (line 104) | void addChangeListener(ChangeListener listener) { method removeChangeListener (line 110) | void removeChangeListener(ChangeListener listener) { method initialize (line 116) | private void initialize(Host host) { method jfrFlush (line 127) | private void jfrFlush() { method networkEvent (line 134) | private void networkEvent(final RecordedEvent ev) { method getData (line 153) | private Long[] getData(RecordedEvent ev) { method fireChange (line 163) | private void fireChange() { method NetworkModel (line 174) | private NetworkModel() { method NetworkModel (line 179) | private NetworkModel(Host src, JFRStream rs) { FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/network/NetworkViewComponent.java class NetworkViewComponent (line 43) | class NetworkViewComponent extends JPanel { method NetworkViewComponent (line 53) | NetworkViewComponent(NetworkModel model) { method getDetailsView (line 58) | DataViewComponent.DetailsView getDetailsView() { method refresh (line 62) | private void refresh(NetworkModel model) { method formatKpbs (line 75) | private String formatKpbs(long value) { method initModels (line 82) | private void initModels(final NetworkModel model) { method initComponents (line 109) | private void initComponents() { FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/network/NetworkViewPlugin.java class NetworkViewPlugin (line 35) | public class NetworkViewPlugin extends DataSourceViewPlugin { method createView (line 40) | @Override method willBeAdded (line 51) | @Override method removed (line 56) | @Override method getModel (line 61) | NetworkModel getModel() { method NetworkViewPlugin (line 65) | NetworkViewPlugin(DataSource dataSource, NetworkModel model) { FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/network/NetworkViewPluginProvider.java class NetworkViewPluginProvider (line 41) | public class NetworkViewPluginProvider extends DataSourceViewPluginProvi... method createPlugin (line 46) | @Override method supportsPluginFor (line 51) | @Override method NetworkViewPluginProvider (line 64) | private NetworkViewPluginProvider() { method initialize (line 67) | public static void initialize() { FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/threads/JFRThreadDataProvider.java class JFRThreadDataProvider (line 46) | public class JFRThreadDataProvider implements ApplicationThreadsResponse... method JFRThreadDataProvider (line 54) | JFRThreadDataProvider(JFRStream rs, ThreadMXBean tb) { method createThreadMonitoredDataResponse (line 62) | @Override method threadStart (line 122) | Consumer threadStart() { method threadEnd (line 129) | Consumer threadEnd() { method javaMonitorWait (line 135) | Consumer javaMonitorWait() { method javaMonitorEnter (line 141) | Consumer javaMonitorEnter() { method threadPark (line 147) | Consumer threadPark() { method threadSleep (line 153) | Consumer threadSleep() { method cleanup (line 159) | public void cleanup() { method addThreadEnd (line 163) | private void addThreadEnd(long id, Instant startTime) { method addThreadStart (line 167) | private void addThreadStart(Instant startTime, long javaThreadId, Stri... method addWaitEvent (line 173) | private void addWaitEvent(byte status, RecordedEvent e) { method addWaitEvent (line 177) | private void addWaitEvent(byte status, long threadId, Instant startTim... method addEvent (line 182) | private void addEvent(long threadId, byte status, long toEpochMilli) { method fillInThreadData (line 188) | private Set fillInThreadData(JFRNumbersResponse rp) { method getState (line 224) | byte getState(ThreadInfo threadInfo) { method isSleeping (line 251) | boolean isSleeping(StackTraceElement element) { method isParked (line 256) | boolean isParked(StackTraceElement element) { class JFREvent (line 265) | private class JFREvent { method JFREvent (line 271) | private JFREvent(long id, byte st, long time) { class JFRThread (line 278) | private class JFRThread { method JFRThread (line 283) | private JFRThread(long id, String n) { class JFRNumbersResponse (line 289) | class JFRNumbersResponse extends MonitoredNumbersResponse { method JFRNumbersResponse (line 293) | JFRNumbersResponse() { FILE: plugins/jfr.streaming/src/org/graalvm/visualvm/jfr/streaming/threads/ThreadMonitoringProvider.java class ThreadMonitoringProvider (line 40) | @ServiceProvider(service = ApplicationThreadsResponseProvider.class) method getMonitoredDataResponseProvider (line 50) | @Override FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/CompoundUndoManager.java class CompoundUndoManager (line 29) | public class CompoundUndoManager extends UndoManager { method CompoundUndoManager (line 41) | public CompoundUndoManager() { method addEdit (line 44) | @Override method canRedo (line 60) | @Override method canUndo (line 66) | @Override method discardAllEdits (line 72) | @Override method redo (line 78) | @Override method undo (line 84) | @Override method commitCompound (line 90) | private void commitCompound() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/DefaultLexer.java class DefaultLexer (line 22) | public abstract class DefaultLexer implements Lexer { method token (line 36) | protected Token token(TokenType type, int tStart, int tLength, method getTokenSrring (line 49) | protected CharSequence getTokenSrring() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/DefaultSyntaxKit.java class DefaultSyntaxKit (line 53) | public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFa... method DefaultSyntaxKit (line 77) | public DefaultSyntaxKit(Lexer lexer) { method getViewFactory (line 82) | @Override method create (line 87) | @Override method install (line 99) | @Override method deinstall (line 131) | @Override method addSyntaxActions (line 144) | public void addSyntaxActions(Keymap map, String prefix) { method createAction (line 176) | private SyntaxAction createAction(String actionClassName) { method createDefaultDocument (line 205) | @Override method initKit (line 218) | public static void initKit() { method registerContentType (line 251) | public static void registerContentType(String type, String classname) { method getContentTypes (line 261) | public static String[] getContentTypes() { method getConfig (line 271) | public static Configuration getConfig() { method setConfig (line 283) | public static void setConfig(Properties config) { method setProperty (line 293) | public static void setProperty(String key, String value) { method getProperty (line 307) | public static String getProperty(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/Lexer.java type Lexer (line 25) | public interface Lexer { method yyreset (line 32) | public void yyreset(Reader reader); method yylex (line 39) | public Token yylex() throws java.io.IOException; method yycharat (line 52) | public char yycharat(int pos); method yylength (line 57) | public int yylength(); method yytext (line 62) | public String yytext(); FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/SyntaxDocument.java class SyntaxDocument (line 43) | public class SyntaxDocument extends PlainDocument { method SyntaxDocument (line 49) | public SyntaxDocument(Lexer lexer) { method parse (line 71) | private void parse() { method fireChangedUpdate (line 103) | @Override method fireInsertUpdate (line 109) | @Override method fireRemoveUpdate (line 115) | @Override method fireUndoableEditUpdate (line 121) | @Override method replaceToken (line 132) | public void replaceToken(Token token, String replacement) { class TokenIterator (line 144) | class TokenIterator implements ListIterator { method TokenIterator (line 150) | @SuppressWarnings("unchecked") method hasNext (line 172) | @Override method next (line 187) | @Override method remove (line 192) | @Override method hasPrevious (line 197) | public boolean hasPrevious() { method previous (line 211) | @Override method nextIndex (line 216) | @Override method previousIndex (line 221) | @Override method set (line 226) | @Override method add (line 231) | @Override method getTokens (line 243) | public Iterator getTokens(int start, int end) { method getTokenAt (line 253) | public Token getTokenAt(int pos) { method getPairFor (line 285) | public Token getPairFor(Token t) { method doUndo (line 318) | public void doUndo() { method doRedo (line 328) | public void doRedo() { method getIndexOf (line 343) | @Deprecated method getIndexOf (line 358) | @Deprecated method getMatcher (line 384) | public Matcher getMatcher(Pattern pattern) { method getMatcher (line 398) | public Matcher getMatcher(Pattern pattern, int start) { method getMatcher (line 414) | public Matcher getMatcher(Pattern pattern, int start, int length) { method clearUndos (line 432) | public void clearUndos() { method getLineAt (line 443) | public String getLineAt(int pos) throws BadLocationException { method removeLineAt (line 459) | public void removeLineAt(int pos) method replaceLineAt (line 472) | public void replaceLineAt(int pos, String newLines) method getElementLength (line 484) | private int getElementLength(Element e) { method getUncommentedText (line 499) | public synchronized String getUncommentedText(int aStart, int anEnd) { method getLineStartOffset (line 518) | public int getLineStartOffset(int pos) { method getLineEndOffset (line 529) | public int getLineEndOffset(int pos) { method getLineCount (line 542) | public int getLineCount() { method getLineNumberAt (line 553) | public int getLineNumberAt(int pos) { method toString (line 558) | @Override FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/SyntaxStyle.java class SyntaxStyle (line 24) | public final class SyntaxStyle { method SyntaxStyle (line 29) | public SyntaxStyle() { method SyntaxStyle (line 33) | public SyntaxStyle(Color color, boolean bold, boolean italic) { method SyntaxStyle (line 40) | public SyntaxStyle(Color color, int fontStyle) { method SyntaxStyle (line 46) | SyntaxStyle(String str) { method isBold (line 55) | public boolean isBold() { method setBold (line 59) | public void setBold(Boolean bold) { method getColorString (line 68) | public String getColorString() { method setColorString (line 72) | public void setColorString(String color) { method isItalic (line 76) | public Boolean isItalic() { method setItalic (line 80) | public void setItalic(Boolean italic) { method getFontStyle (line 88) | public int getFontStyle() { method getColor (line 92) | public Color getColor() { method drawText (line 108) | public int drawText(Segment segment, int x, int y, FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/SyntaxStyles.java class SyntaxStyles (line 35) | public class SyntaxStyles { method mergeStyles (line 43) | public void mergeStyles(Properties styles) { method SyntaxStyles (line 61) | private SyntaxStyles() { method createInstance (line 68) | private static SyntaxStyles createInstance() { method getInstance (line 75) | public static SyntaxStyles getInstance() { method put (line 79) | public void put(TokenType type, SyntaxStyle style) { method setGraphicsStyle (line 92) | @Deprecated method getStyle (line 110) | public SyntaxStyle getStyle(TokenType type) { method drawText (line 130) | public int drawText(Segment segment, int x, int y, FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/SyntaxTester.java class SyntaxTester (line 22) | public class SyntaxTester extends javax.swing.JFrame { method SyntaxTester (line 25) | public SyntaxTester() { method initComponents (line 40) | private void initComponents() { method jEdtTestCaretUpdate (line 105) | private void jEdtTestCaretUpdate(javax.swing.event.CaretEvent evt) {//... method jCmbLangsItemStateChanged (line 126) | private void jCmbLangsItemStateChanged(java.awt.event.ItemEvent evt) {... method main (line 152) | public static void main(String args[]) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/SyntaxView.java class SyntaxView (line 34) | public class SyntaxView extends PlainView { method SyntaxView (line 55) | public SyntaxView(Element element, Configuration config, String prefix) { method drawUnselectedText (line 67) | @Override method drawSelectedText (line 132) | @Override method updateDamage (line 148) | @Override FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/Token.java class Token (line 22) | public class Token implements Serializable, Comparable { method Token (line 44) | public Token(TokenType type, int start, int length) { method Token (line 58) | public Token(TokenType type, int start, int length, byte pairValue) { method equals (line 65) | @Override method hashCode (line 77) | @Override method toString (line 82) | @Override method compareTo (line 87) | @Override method end (line 103) | public int end() { method getText (line 112) | public String getText(Document doc) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/TokenType.java type TokenType (line 21) | public enum TokenType { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/ActionUtils.java class ActionUtils (line 39) | public class ActionUtils { method getIndent (line 48) | public static String getIndent(String line) { method getSelectedLines (line 69) | public static String[] getSelectedLines(JTextComponent target) { method getLine (line 97) | public static String getLine(JTextComponent target) { method getLineAt (line 108) | public static String getLineAt(JTextComponent target, int pos) { method getFrameFor (line 133) | public static Frame getFrameFor(Component comp) { method getTokenStringAt (line 148) | public static String getTokenStringAt( method getSyntaxDocument (line 169) | public static SyntaxDocument getSyntaxDocument(JTextComponent componen... method getLineNumber (line 189) | public static int getLineNumber(JTextComponent editor, int pos) method getColumnNumber (line 208) | public static int getColumnNumber(JTextComponent editor, int pos) method getDocumentPosition (line 225) | public static int getDocumentPosition(JTextComponent editor, int line, method getLineCount (line 236) | public static int getLineCount(JTextComponent pane) { method insertIntoCombo (line 260) | public static void insertIntoCombo(JComboBox combo, Object item) { method repeatString (line 284) | public static String repeatString(String source, int repeat) { method isEmptyOrBlanks (line 304) | public static boolean isEmptyOrBlanks(String string) { method getTabSize (line 323) | public static int getTabSize(JTextComponent text) { method insertMagicString (line 341) | public static void insertMagicString(JTextComponent target, int dot, S... FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/CaretMonitor.java class CaretMonitor (line 31) | public class CaretMonitor implements CaretListener { method CaretMonitor (line 36) | public CaretMonitor(JTextComponent text, JLabel label) { method caretUpdate (line 42) | public void caretUpdate(CaretEvent evt) { method finalize (line 71) | @Override FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/ComboCompletionAction.java class ComboCompletionAction (line 41) | public class ComboCompletionAction extends TextAction implements SyntaxA... method ComboCompletionAction (line 55) | public ComboCompletionAction() { method actionPerformed (line 59) | public void actionPerformed(ActionEvent e) { method config (line 119) | public void config(Configuration config, String prefix, String name) { method getAction (line 125) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/ComboCompletionDialog.java class ComboCompletionDialog (line 26) | public class ComboCompletionDialog extends javax.swing.JDialog { method ComboCompletionDialog (line 43) | public ComboCompletionDialog(java.awt.Frame parent, boolean modal, method setFonts (line 67) | public void setFonts(Font font) { method setText (line 73) | public void setText(String abbrev) { method refilterList (line 77) | private void refilterList() { method trimPrefix (line 94) | private String trimPrefix(String item) { method initComponents (line 108) | @SuppressWarnings("unchecked") method jTxtItemKeyPressed (line 149) | private void jTxtItemKeyPressed(java.awt.event.KeyEvent evt) {//GEN-FI... method getResult (line 193) | public String getResult() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/DeleteLinesAction.java class DeleteLinesAction (line 30) | public class DeleteLinesAction extends TextAction implements SyntaxAction { method DeleteLinesAction (line 32) | public DeleteLinesAction() { method actionPerformed (line 38) | public void actionPerformed(ActionEvent e) { method config (line 52) | public void config(Configuration config, String prefix, String name) { method getAction (line 55) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/DuplicateLinesAction.java class DuplicateLinesAction (line 30) | public class DuplicateLinesAction extends TextAction implements SyntaxAc... method DuplicateLinesAction (line 32) | public DuplicateLinesAction() { method actionPerformed (line 36) | public void actionPerformed(ActionEvent e) { method config (line 51) | public void config(Configuration config, String prefix, String name) { method getAction (line 54) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/FindReplaceActions.java class FindReplaceActions (line 35) | public class FindReplaceActions implements SyntaxAction { method FindReplaceActions (line 43) | public FindReplaceActions() { method getFindDialogAction (line 46) | public TextAction getFindDialogAction() { method getFindNextAction (line 50) | public TextAction getFindNextAction() { method config (line 54) | public void config(Configuration config, String prefix, String name) { method getAction (line 57) | public TextAction getAction(String key) { class FindDialogAction (line 73) | class FindDialogAction extends TextAction { method FindDialogAction (line 75) | public FindDialogAction() { method actionPerformed (line 79) | public void actionPerformed(ActionEvent e) { class FindNextAction (line 90) | class FindNextAction extends TextAction { method FindNextAction (line 92) | public FindNextAction() { method actionPerformed (line 96) | public void actionPerformed(ActionEvent e) { method msgNotFound (line 109) | public void msgNotFound() { method showDialog (line 121) | private void showDialog(JTextComponent target) { method doFindNext (line 133) | public void doFindNext(JTextComponent target) { method replaceAll (line 173) | public void replaceAll(JTextComponent target, String replacement) { method getPattern (line 184) | public Pattern getPattern() { method setPattern (line 188) | public void setPattern(Pattern pattern) { method isWrap (line 192) | public boolean isWrap() { method setWrap (line 196) | public void setWrap(boolean wrap) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/GotoLineAction.java class GotoLineAction (line 25) | public class GotoLineAction extends TextAction implements SyntaxAction { method GotoLineAction (line 30) | public GotoLineAction() { method actionPerformed (line 34) | public void actionPerformed(ActionEvent e) { method config (line 44) | public void config(Configuration config, String prefix, String name) { method getAction (line 47) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/GotoLineDialog.java class GotoLineDialog (line 23) | public class GotoLineDialog extends javax.swing.JDialog { method GotoLineDialog (line 31) | public GotoLineDialog(JTextComponent text) { method initComponents (line 43) | @SuppressWarnings("unchecked") method jBtnOkActionPerformed (line 93) | private void jBtnOkActionPerformed(java.awt.event.ActionEvent evt) {//... method setTextPos (line 97) | private void setTextPos() { method jCmbLineNumbersActionPerformed (line 113) | private void jCmbLineNumbersActionPerformed(java.awt.event.ActionEvent... FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/IndentAction.java class IndentAction (line 28) | public class IndentAction extends DefaultEditorKit.InsertTabAction method IndentAction (line 31) | public IndentAction() { method actionPerformed (line 35) | @Override method config (line 62) | public void config(Configuration config, String prefix, String name) { method getAction (line 65) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/JIndentAction.java class JIndentAction (line 22) | public class JIndentAction extends TextAction implements SyntaxAction { method JIndentAction (line 28) | public JIndentAction() { method actionPerformed (line 36) | @Override method config (line 61) | public void config(Configuration config, String prefix, String name) { method getAction (line 64) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/JUnindentAction.java class JUnindentAction (line 24) | public class JUnindentAction extends TextAction implements SyntaxAction { method JUnindentAction (line 30) | public JUnindentAction() { method actionPerformed (line 37) | @Override method config (line 63) | public void config(Configuration config, String prefix, String name) { method getAction (line 66) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/JavaIndentAction.java class JavaIndentAction (line 34) | public class JavaIndentAction extends TextAction implements SyntaxAction { method JavaIndentAction (line 36) | public JavaIndentAction() { method actionPerformed (line 40) | public void actionPerformed(ActionEvent e) { method config (line 72) | public void config(Configuration config, String prefix, String name) { method getAction (line 75) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/MapCompletionAction.java class MapCompletionAction (line 29) | public class MapCompletionAction extends TextAction implements SyntaxAct... method MapCompletionAction (line 33) | public MapCompletionAction() { method actionPerformed (line 37) | public void actionPerformed(ActionEvent e) { method config (line 67) | public void config(Configuration config, String prefix, String name) { method getAction (line 74) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/PairAction.java class PairAction (line 29) | public class PairAction extends TextAction implements SyntaxAction { method PairAction (line 31) | public PairAction() { method actionPerformed (line 35) | public void actionPerformed(ActionEvent e) { method config (line 50) | public void config(Configuration config, String prefix, String name) { method getAction (line 53) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/RedoAction.java class RedoAction (line 25) | public class RedoAction extends TextAction implements SyntaxAction { method RedoAction (line 27) | public RedoAction() { method actionPerformed (line 31) | public void actionPerformed(ActionEvent e) { method config (line 41) | public void config(Configuration config, String prefix, String name) { method getAction (line 44) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/ReplaceDialog.java class ReplaceDialog (line 39) | public class ReplaceDialog extends javax.swing.JDialog implements CaretL... method ReplaceDialog (line 46) | public ReplaceDialog(JTextComponent text, method updateHighlights (line 61) | public void updateHighlights() { method showRegexpError (line 68) | private void showRegexpError(PatternSyntaxException ex) throws Headles... method updateFinder (line 77) | private void updateFinder() { method initComponents (line 103) | @SuppressWarnings("unchecked") method jBtnNextActionPerformed (line 228) | private void jBtnNextActionPerformed(java.awt.event.ActionEvent evt) {... method jBtnReplaceAllActionPerformed (line 238) | private void jBtnReplaceAllActionPerformed(java.awt.event.ActionEvent ... method jTglHighlightActionPerformed (line 250) | private void jTglHighlightActionPerformed(java.awt.event.ActionEvent e... method caretUpdate (line 269) | public void caretUpdate(CaretEvent e) { method keyTyped (line 273) | public void keyTyped(KeyEvent arg0) { method keyPressed (line 277) | public void keyPressed(KeyEvent e) { method keyReleased (line 283) | public void keyReleased(KeyEvent arg0) { method componentAdded (line 287) | public void componentAdded(ContainerEvent e) { method componentRemoved (line 291) | public void componentRemoved(ContainerEvent e) { method registerKeyAction (line 295) | private void registerKeyAction(Component c) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/SmartIndent.java class SmartIndent (line 25) | public class SmartIndent extends TextAction { method SmartIndent (line 27) | public SmartIndent() { method actionPerformed (line 31) | public void actionPerformed(ActionEvent e) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/SyntaxAction.java type SyntaxAction (line 33) | public interface SyntaxAction { method config (line 42) | public void config(Configuration config, String prefix, String name); method getAction (line 50) | public TextAction getAction(String name); FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/ToggleCommentsAction.java class ToggleCommentsAction (line 31) | public class ToggleCommentsAction extends TextAction implements SyntaxAc... method ToggleCommentsAction (line 40) | public ToggleCommentsAction() { method actionPerformed (line 48) | @Override method config (line 68) | public void config(Configuration config, String prefix, String name) { method getAction (line 75) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/UndoAction.java class UndoAction (line 25) | public class UndoAction extends TextAction implements SyntaxAction { method UndoAction (line 27) | public UndoAction() { method actionPerformed (line 31) | public void actionPerformed(ActionEvent e) { method config (line 41) | public void config(Configuration config, String prefix, String name) { method getAction (line 44) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/actions/UnindentAction.java class UnindentAction (line 27) | public class UnindentAction extends TextAction implements SyntaxAction { method UnindentAction (line 29) | public UnindentAction() { method actionPerformed (line 33) | public void actionPerformed(ActionEvent e) { method config (line 56) | public void config(Configuration config, String prefix, String name) { method getAction (line 59) | public TextAction getAction(String key) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/components/LineNumbersRuler.java class LineNumbersRuler (line 36) | public class LineNumbersRuler extends JComponent type Status (line 59) | static enum Status { method LineNumbersRuler (line 65) | public LineNumbersRuler() { method paintComponent (line 69) | @Override method updateSize (line 94) | private void updateSize() { method getScrollPane (line 119) | public JScrollPane getScrollPane(JTextComponent editorPane) { method config (line 130) | public void config(Configuration config, String prefix) { method install (line 145) | public void install(JEditorPane editor) { method deinstall (line 172) | public void deinstall(JEditorPane editor) { method propertyChange (line 182) | public void propertyChange(PropertyChangeEvent evt) { method insertUpdate (line 198) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 202) | public void removeUpdate(DocumentEvent e) { method changedUpdate (line 206) | public void changedUpdate(DocumentEvent e) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/components/Markers.java class Markers (line 35) | public class Markers { class SimpleMarker (line 38) | public static class SimpleMarker extends DefaultHighlighter.DefaultHig... method SimpleMarker (line 40) | public SimpleMarker(Color color) { method removeMarkers (line 53) | public static void removeMarkers(JTextComponent component, SimpleMarke... method removeMarkers (line 71) | public static void removeMarkers(JTextComponent editorPane) { method markToken (line 81) | public static void markToken(JTextComponent pane, Token token, SimpleM... method markText (line 92) | public static void markText(JTextComponent pane, int start, int end, S... method markAll (line 123) | public static void markAll(JTextComponent pane, Pattern pattern, Simpl... FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/components/PairsMarker.java class PairsMarker (line 32) | public class PairsMarker implements CaretListener, SyntaxComponent { method PairsMarker (line 38) | public PairsMarker() { method caretUpdate (line 41) | @Override method removeMarkers (line 60) | public void removeMarkers() { method config (line 64) | public void config(Configuration config, String prefix) { method install (line 71) | public void install(JEditorPane editor) { method deinstall (line 76) | public void deinstall(JEditorPane editor) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/components/SyntaxComponent.java type SyntaxComponent (line 25) | public interface SyntaxComponent { method config (line 33) | public void config(Configuration config, String prefix); method install (line 39) | public void install(JEditorPane editor); method deinstall (line 45) | public void deinstall(JEditorPane editor); FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/components/TokenMarker.java class TokenMarker (line 36) | public class TokenMarker implements SyntaxComponent, CaretListener { method TokenMarker (line 49) | public TokenMarker() { method caretUpdate (line 52) | @Override method removeMarkers (line 66) | public void removeMarkers() { method addMarkers (line 74) | void addMarkers(Token tok) { method config (line 88) | @Override method install (line 107) | @Override method deinstall (line 113) | @Override FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/BashSyntaxKit.java class BashSyntaxKit (line 23) | public class BashSyntaxKit extends DefaultSyntaxKit { method BashSyntaxKit (line 25) | public BashSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/CSyntaxKit.java class CSyntaxKit (line 24) | public class CSyntaxKit extends DefaultSyntaxKit { method CSyntaxKit (line 26) | public CSyntaxKit() { method CSyntaxKit (line 35) | CSyntaxKit(Lexer lexer) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/ClojureSyntaxKit.java class ClojureSyntaxKit (line 24) | public class ClojureSyntaxKit extends DefaultSyntaxKit { method ClojureSyntaxKit (line 26) | public ClojureSyntaxKit() { method ClojureSyntaxKit (line 30) | public ClojureSyntaxKit(Lexer lexer) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/CppSyntaxKit.java class CppSyntaxKit (line 22) | public class CppSyntaxKit extends CSyntaxKit { method CppSyntaxKit (line 24) | public CppSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/DOSBatchSyntaxKit.java class DOSBatchSyntaxKit (line 23) | public class DOSBatchSyntaxKit extends DefaultSyntaxKit { method DOSBatchSyntaxKit (line 25) | public DOSBatchSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/GroovySyntaxKit.java class GroovySyntaxKit (line 22) | public class GroovySyntaxKit extends JavaSyntaxKit { method GroovySyntaxKit (line 24) | public GroovySyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/JFlexSyntaxKit.java class JFlexSyntaxKit (line 22) | public class JFlexSyntaxKit extends JavaSyntaxKit { method JFlexSyntaxKit (line 24) | public JFlexSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/JavaScriptSyntaxKit.java class JavaScriptSyntaxKit (line 23) | public class JavaScriptSyntaxKit extends DefaultSyntaxKit { method JavaScriptSyntaxKit (line 25) | public JavaScriptSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/JavaSyntaxKit.java class JavaSyntaxKit (line 24) | public class JavaSyntaxKit extends DefaultSyntaxKit { method JavaSyntaxKit (line 26) | public JavaSyntaxKit() { method JavaSyntaxKit (line 30) | JavaSyntaxKit(Lexer lexer) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/PropertiesSyntaxKit.java class PropertiesSyntaxKit (line 23) | public class PropertiesSyntaxKit extends DefaultSyntaxKit { method PropertiesSyntaxKit (line 25) | public PropertiesSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/PythonSyntaxKit.java class PythonSyntaxKit (line 23) | public class PythonSyntaxKit extends DefaultSyntaxKit { method PythonSyntaxKit (line 25) | public PythonSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/RubySyntaxKit.java class RubySyntaxKit (line 23) | public class RubySyntaxKit extends DefaultSyntaxKit { method RubySyntaxKit (line 25) | public RubySyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/ScalaSyntaxKit.java class ScalaSyntaxKit (line 24) | public class ScalaSyntaxKit extends DefaultSyntaxKit { method ScalaSyntaxKit (line 26) | public ScalaSyntaxKit() { method ScalaSyntaxKit (line 30) | public ScalaSyntaxKit(Lexer lexer) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/SqlSyntaxKit.java class SqlSyntaxKit (line 23) | public class SqlSyntaxKit extends DefaultSyntaxKit { method SqlSyntaxKit (line 25) | public SqlSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/TALSyntaxKit.java class TALSyntaxKit (line 23) | public class TALSyntaxKit extends DefaultSyntaxKit { method TALSyntaxKit (line 25) | public TALSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/syntaxkits/XmlSyntaxKit.java class XmlSyntaxKit (line 23) | public class XmlSyntaxKit extends DefaultSyntaxKit { method XmlSyntaxKit (line 25) | public XmlSyntaxKit() { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/util/Configuration.java class Configuration (line 31) | public class Configuration extends Properties { method Configuration (line 34) | public Configuration(Properties defaults) { method Configuration (line 38) | private Configuration() { method getPrefixProperty (line 49) | public String getPrefixProperty(String prefix, String key, String Defa... method getPrefixInteger (line 66) | public int getPrefixInteger(String prefix, String key, int Default) { method getPrefixPropertyList (line 90) | public String[] getPrefixPropertyList(String prefix, String key) { method getPrefixBoolean (line 108) | public boolean getPrefixBoolean(String prefix, String key, boolean Def... method getPrefixColor (line 124) | public Color getPrefixColor(String prefix, String key, Color Default) { method subConfig (line 145) | public Configuration subConfig(String prefix, String keyPrefix) { method addToSubConf (line 151) | private void addToSubConf(Configuration subConf, String prefix) { method getValueSeparator (line 160) | public Pattern getValueSeparator(String prefix) { FILE: plugins/jsyntaxpane-lib/external/jsyntaxpane/src/main/java/jsyntaxpane/util/JarServiceProvider.java class JarServiceProvider (line 35) | public class JarServiceProvider { method JarServiceProvider (line 44) | private JarServiceProvider() { method loadClass (line 47) | public static Class loadClass(String className) throws ClassNotFoundEx... method getServiceProviders (line 57) | public static List getServiceProviders(Class cls) throws IOExc... method readProperties (line 104) | public static Properties readProperties(Class clazz) { method readProperties (line 115) | public static Properties readProperties(String name) { method readStringsMap (line 162) | public static Map readStringsMap(String name) { method setGlobalLoader (line 173) | public static void setGlobalLoader(ClassLoader loader) { FILE: plugins/jsyntaxpane-lib/src/jsyntaxpane/lib/Installer.java class Installer (line 36) | public class Installer extends ModuleInstall { method restored (line 38) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/BorderedComponent.java class BorderedComponent (line 41) | @SuppressWarnings("serial") method getImage (line 54) | private static Image getImage(String name) { method BorderedComponent (line 60) | public BorderedComponent(String text) { method BorderedComponent (line 64) | public BorderedComponent(String text, JComponent comp) { method BorderedComponent (line 68) | public BorderedComponent(String text, JComponent comp, boolean collaps... method setComponent (line 114) | public void setComponent(JComponent comp) { method setValueLabel (line 130) | public void setValueLabel(String str) { method actionPerformed (line 137) | public void actionPerformed(ActionEvent ev) { method getMinimumSize (line 166) | public Dimension getMinimumSize() { method doLayout (line 183) | public void doLayout() { class ArrowIcon (line 211) | private static class ArrowIcon implements Icon { method ArrowIcon (line 215) | public ArrowIcon(int direction, JLabel textLabel) { method paintIcon (line 220) | public void paintIcon(Component c, Graphics g, int x, int y) { method getIconWidth (line 240) | public int getIconWidth() { method getIconHeight (line 244) | public int getIconHeight() { class LabeledBorder (line 273) | protected static class LabeledBorder extends TitledBorder { method LabeledBorder (line 283) | public LabeledBorder(JComponent label) { method LabeledBorder (line 293) | public LabeledBorder(Border border) { method LabeledBorder (line 304) | public LabeledBorder(Border border, JComponent label) { method paintBorder (line 327) | public void paintBorder(Component c, Graphics g, int x, int y, int w... method getBorderInsets (line 435) | public Insets getBorderInsets(Component c, Insets insets) { method getLabel (line 472) | public JComponent getLabel() { method setLabel (line 481) | public void setLabel(JComponent label) { method getMinimumSize (line 492) | public Dimension getMinimumSize(Component c) { method computeIntersection (line 502) | private static boolean computeIntersection(Rectangle dest, class FocusBorder (line 521) | protected static class FocusBorder extends AbstractBorder implements F... method FocusBorder (line 526) | public FocusBorder(Component comp) { method paintBorder (line 535) | public void paintBorder(Component c, Graphics g, int x, int y, int w... method getBorderInsets (line 544) | public Insets getBorderInsets(Component c, Insets insets) { method focusGained (line 550) | public void focusGained(FocusEvent e) { method focusLost (line 554) | public void focusLost(FocusEvent e) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/Formatter.java class Formatter (line 33) | class Formatter { method formatTime (line 47) | static String formatTime(long t) { method formatNanoTime (line 73) | static String formatNanoTime(long t) { method formatClockTime (line 79) | static String formatClockTime(long time) { method formatDate (line 83) | static String formatDate(long time) { method formatDateTime (line 87) | static String formatDateTime(long time) { method getDateTimeFormat (line 91) | static DateFormat getDateTimeFormat(String key) { method toExcelTime (line 125) | static double toExcelTime(long time) { method formatKByteStrings (line 147) | static String[] formatKByteStrings(long... bytes) { method formatKBytes (line 161) | static String formatKBytes(long bytes) { method formatBytes (line 171) | static String formatBytes(long v, boolean html) { method formatBytes (line 175) | static String formatBytes(long v, long vMax) { method formatBytes (line 179) | static String formatBytes(long v, long vMax, boolean html) { method trimDouble (line 204) | private static String trimDouble(double d) { method formatLong (line 212) | static String formatLong(long value) { method formatLongs (line 216) | static String[] formatLongs(long... longs) { method justify (line 232) | static String justify(long value, int size) { method justify (line 236) | static String justify(String str, int size) { method newRow (line 248) | static String newRow(String label, String value) { method newRow (line 252) | static String newRow(String label, String value, int columnPerRow) { method newRow (line 264) | static String newRow(String label1, String value1, FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/IconManager.java class IconManager (line 33) | class IconManager { method getImage (line 42) | private static ImageIcon getImage(String img) { method getSmallIcon (line 46) | private static ImageIcon getSmallIcon(ImageIcon icon) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/Install.java class Install (line 37) | public class Install extends ModuleInstall { method restored (line 38) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansAttributesView.java class MBeansAttributesView (line 37) | class MBeansAttributesView extends JPanel { method MBeansAttributesView (line 41) | public MBeansAttributesView(MBeansTab mbeansTab) { method initComponents (line 46) | private void initComponents() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansMetadataView.java class MBeansMetadataView (line 37) | class MBeansMetadataView extends JPanel { method MBeansMetadataView (line 41) | public MBeansMetadataView(MBeansTab mbeansTab) { method initComponents (line 46) | private void initComponents() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansNotificationsView.java class MBeansNotificationsView (line 37) | class MBeansNotificationsView extends JPanel { method MBeansNotificationsView (line 41) | public MBeansNotificationsView(MBeansTab mbeansTab) { method initComponents (line 46) | private void initComponents() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansOperationsView.java class MBeansOperationsView (line 37) | class MBeansOperationsView extends JPanel { method MBeansOperationsView (line 41) | public MBeansOperationsView(MBeansTab mbeansTab) { method initComponents (line 46) | private void initComponents() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansTab.java class MBeansTab (line 49) | class MBeansTab extends JPanel implements method getTabName (line 62) | public static String getTabName() { method MBeansTab (line 66) | public MBeansTab(Application application) { method getRequestProcessor (line 72) | public RequestProcessor getRequestProcessor() { method getDataViewer (line 76) | public XDataViewer getDataViewer() { method getTree (line 80) | public XTree getTree() { method getSheet (line 84) | public XSheet getSheet() { method getAttributesPanel (line 88) | public JPanel getAttributesPanel() { method getOperationsPanel (line 92) | public JPanel getOperationsPanel() { method getNotificationsPanel (line 96) | public JPanel getNotificationsPanel() { method getMetadataPanel (line 100) | public JPanel getMetadataPanel() { method getView (line 104) | public DataViewComponent getView() { method setView (line 108) | public void setView(DataViewComponent view) { method getButtonAt (line 112) | public JButton getButtonAt(int position) { method dispose (line 125) | public void dispose() { method getUpdateInterval (line 132) | public int getUpdateInterval() { method buildMBeanServerView (line 136) | public void buildMBeanServerView() { method getMBeanServerConnection (line 194) | public MBeanServerConnection getMBeanServerConnection() { method getCachedMBeanServerConnection (line 199) | public CachedMBeanServerConnection getCachedMBeanServerConnection() { method setupTab (line 208) | private void setupTab() { method handleNotification (line 239) | public void handleNotification( method propertyChange (line 259) | public void propertyChange(PropertyChangeEvent evt) { method valueChanged (line 274) | public void valueChanged(TreeSelectionEvent e) { method treeWillExpand (line 281) | public void treeWillExpand(TreeExpansionEvent e) method treeWillCollapse (line 296) | public void treeWillCollapse(TreeExpansionEvent e) FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansTreeView.java class MBeansTreeView (line 43) | class MBeansTreeView extends JPanel implements PropertyChangeListener { method MBeansTreeView (line 47) | public MBeansTreeView(MBeansTab mbeansTab) { method dispose (line 52) | public void dispose() { method propertyChange (line 59) | public void propertyChange(PropertyChangeEvent evt) { method initComponents (line 71) | private void initComponents() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansView.java class MBeansView (line 45) | class MBeansView extends DataSourceView { method MBeansView (line 52) | public MBeansView(Application application) { method removed (line 57) | @Override method createComponent (line 67) | protected DataViewComponent createComponent() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/MBeansViewProvider.java class MBeansViewProvider (line 38) | public class MBeansViewProvider extends DataSourceViewProvider getClass(String className) method isUniformCollection (line 136) | public static boolean isUniformCollection(Collection c, Class e) { method canBeRenderedAsArray (line 158) | public static boolean canBeRenderedAsArray(Object elem) { method isSupportedArray (line 190) | public static boolean isSupportedArray(Object elem) { method getArrayClassName (line 212) | public static String getArrayClassName(String name) { method getReadableClassName (line 241) | public static String getReadableClassName(String name) { method isEditableType (line 256) | public static boolean isEditableType(String type) { method getDefaultValue (line 265) | public static String getDefaultValue(String type) { method newStringConstructor (line 285) | public static Object newStringConstructor(String type, String param) method createNumberFromStringValue (line 303) | private static Number createNumberFromStringValue(String type, String ... method createObjectFromString (line 345) | public static Object createObjectFromString(String type, String value) method getParameters (line 381) | public static Object[] getParameters(XTextField[] inputs, String[] par... method getActualException (line 402) | public static Throwable getActualException(Throwable e) { class ReadOnlyTableCellEditor (line 415) | @SuppressWarnings("serial") method ReadOnlyTableCellEditor (line 418) | public ReadOnlyTableCellEditor(JTextField tf) { class EditFocusAdapter (line 425) | public static class EditFocusAdapter extends FocusAdapter { method EditFocusAdapter (line 427) | public EditFocusAdapter(CellEditor editor) { method focusLost (line 430) | @Override class CopyKeyAdapter (line 436) | public static class CopyKeyAdapter extends KeyAdapter { method keyPressed (line 441) | @Override method keyTyped (line 460) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/VariableGridLayout.java class VariableGridLayout (line 32) | @SuppressWarnings("serial") method VariableGridLayout (line 37) | public VariableGridLayout(int rows, int cols, method setFillRow (line 46) | public void setFillRow(JComponent c, boolean b) { method setFillColumn (line 50) | public void setFillColumn(JComponent c, boolean b) { method getFillRow (line 54) | public boolean getFillRow(JComponent c) { method getFillColumn (line 59) | public boolean getFillColumn(JComponent c) { method layoutContainer (line 64) | @Override method preferredLayoutSize (line 198) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XArrayDataViewer.java class XArrayDataViewer (line 36) | class XArrayDataViewer { method XArrayDataViewer (line 38) | private XArrayDataViewer() {} method isViewableValue (line 40) | public static boolean isViewableValue(Object value) { method loadArray (line 44) | public static Component loadArray(Object value) { method htmlize (line 110) | private static String htmlize(String value) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XDataViewer.java class XDataViewer (line 36) | class XDataViewer { method XDataViewer (line 44) | public XDataViewer(MBeansTab tab) { method registerForMouseEvent (line 48) | public static void registerForMouseEvent(Component comp, method dispose (line 70) | public static void dispose(MBeansTab tab) { method isViewableValue (line 74) | public static boolean isViewableValue(Object value) { method getViewerType (line 86) | public static int getViewerType(Object data) { method getActionLabel (line 97) | public static String getActionLabel(int type) { method createOperationViewer (line 106) | public Component createOperationViewer(Object value, method createNotificationViewer (line 113) | public static Component createNotificationViewer(Object value) { method createAttributeViewer (line 127) | public Component createAttributeViewer(Object value, FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XMBean.java class XMBean (line 35) | class XMBean { method XMBean (line 46) | public XMBean(ObjectName objectName, MBeansTab mbeansTab) { method getMBeanServerConnection (line 59) | MBeanServerConnection getMBeanServerConnection() { method getCachedMBeanServerConnection (line 63) | CachedMBeanServerConnection getCachedMBeanServerConnection() { method isBroadcaster (line 67) | public Boolean isBroadcaster() { method invoke (line 84) | public Object invoke(String operationName) throws Exception { method invoke (line 90) | public Object invoke(String operationName, Object params[], String sig[]) method setAttribute (line 97) | public void setAttribute(Attribute attribute) method getAttribute (line 104) | public Object getAttribute(String attributeName) method getAttributes (line 111) | public AttributeList getAttributes(String attributeNames[]) method getAttributes (line 118) | public AttributeList getAttributes(MBeanAttributeInfo attributeNames[]) method getObjectName (line 128) | public ObjectName getObjectName() { method getMBeanInfo (line 132) | public MBeanInfo getMBeanInfo() throws InstanceNotFoundException, method equals (line 142) | @Override method hashCode (line 151) | @Override method getText (line 156) | public String getText() { method setText (line 160) | public void setText(String text) { method getIcon (line 164) | public Icon getIcon() { method setIcon (line 168) | public void setIcon(Icon icon) { method toString (line 172) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XMBeanAttributes.java class XMBeanAttributes (line 55) | class XMBeanAttributes extends XTable { method XMBeanAttributes (line 79) | public XMBeanAttributes(MBeansTab mbeansTab) { method prepareRenderer (line 93) | @Override method updateRowHeight (line 105) | void updateRowHeight(Object obj, int row) { method getCellRenderer (line 119) | @Override method setColumnEditors (line 152) | private void setColumnEditors() { method cancelCellEditing (line 164) | public void cancelCellEditing() { method stopCellEditing (line 174) | public void stopCellEditing() { method editCellAt (line 184) | @Override method isCellEditable (line 201) | @Override method setValueAt (line 216) | @Override method isTableEditable (line 230) | public boolean isTableEditable() { method setTableValue (line 234) | public void setTableValue(Object value, int row) { method isColumnEditable (line 237) | public boolean isColumnEditable(int column) { method getClassName (line 246) | public String getClassName(int row) { method getValueName (line 257) | public String getValueName(int row) { method getValue (line 267) | public Object getValue(int row) { method getToolTip (line 274) | @Override method isWritable (line 301) | public synchronized boolean isWritable(int row) { method getRowCount (line 315) | @Override method isReadable (line 320) | public synchronized boolean isReadable(int row) { method isCellError (line 330) | public synchronized boolean isCellError(int row, int col) { method isAttributeViewable (line 335) | public synchronized boolean isAttributeViewable(int row, int col) { method loadAttributes (line 347) | public void loadAttributes(final XMBean mbean, final MBeanInfo mbeanIn... method doLoadAttributes (line 380) | private Runnable doLoadAttributes(final XMBean mbean, MBeanInfo infoOr... method collapse (line 511) | void collapse(String attributeName, final Component c) { method updateZoomedCell (line 527) | ZoomedCell updateZoomedCell(int row, method refreshAttributes (line 575) | public void refreshAttributes() { method refreshAttributes (line 589) | private void refreshAttributes(final boolean stopCellEditing) { method columnMarginChanged (line 621) | @Override method sortRequested (line 630) | @Override method emptyTable (line 637) | @Override method emptyTable (line 643) | private void emptyTable(DefaultTableModel model) { method isViewable (line 648) | private boolean isViewable(Attribute attribute) { method removeAttributes (line 654) | synchronized void removeAttributes() { method getZoomedCell (line 667) | private ZoomedCell getZoomedCell(XMBean mbean, String attribute, Objec... method addTableData (line 698) | protected void addTableData(DefaultTableModel tableModel, method updateColumnWidth (line 741) | private void updateColumnWidth(int col1Width, int col2Width) { class AttributesMouseListener (line 755) | class AttributesMouseListener extends MouseAdapter { method mousePressed (line 757) | @Override class ValueCellEditor (line 773) | @SuppressWarnings("serial") method getTableCellEditorComponent (line 776) | @Override method stopCellEditing (line 810) | @Override class MaximizedCellRenderer (line 828) | @SuppressWarnings("serial") method MaximizedCellRenderer (line 831) | MaximizedCellRenderer(Component comp) { method getTableCellRendererComponent (line 838) | @Override method getComponent (line 847) | public Component getComponent() { class ZoomedCell (line 852) | class ZoomedCell { method ZoomedCell (line 860) | ZoomedCell(Object value) { method isInited (line 865) | boolean isInited() { method getValue (line 869) | Object getValue() { method setValue (line 873) | void setValue(Object value) { method init (line 877) | void init(TableCellRenderer minRenderer, method getType (line 887) | int getType() { method reset (line 891) | void reset() { method switchState (line 896) | void switchState() { method isMaximized (line 899) | boolean isMaximized() { method minimize (line 902) | void minimize() { method maximize (line 906) | void maximize() { method getHeight (line 910) | int getHeight() { method getMinHeight (line 917) | int getMinHeight() { method toString (line 921) | @Override method getRenderer (line 940) | TableCellRenderer getRenderer() { method getMinRenderer (line 945) | TableCellRenderer getMinRenderer() { class AttributesListener (line 950) | class AttributesListener implements TableModelListener { method AttributesListener (line 954) | public AttributesListener(Component component) { method tableChanged (line 959) | public void tableChanged(final TableModelEvent e) { method setAttribute (line 991) | private void setAttribute(final Attribute attribute, final String me... method popupAndLog (line 1019) | private void popupAndLog(Throwable ex, String method, String key) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XMBeanInfo.java class XMBeanInfo (line 39) | @SuppressWarnings("serial") class ReadOnlyDefaultTableModel (line 55) | private static class ReadOnlyDefaultTableModel extends DefaultTableMod... method setValueAt (line 56) | @Override class TableRowDivider (line 61) | private static class TableRowDivider { method TableRowDivider (line 66) | public TableRowDivider( method toString (line 72) | @Override class MBeanInfoTableCellRenderer (line 81) | private static class MBeanInfoTableCellRenderer method getTableCellRendererComponent (line 83) | @Override class MBeanInfoTableCellEditor (line 105) | private static class MBeanInfoTableCellEditor method MBeanInfoTableCellEditor (line 107) | public MBeanInfoTableCellEditor(JTextField tf) { method getTableCellEditorComponent (line 110) | @Override method XMBeanInfo (line 129) | public XMBeanInfo() { method emptyInfoTable (line 150) | public void emptyInfoTable() { method addDescriptor (line 158) | private void addDescriptor(Descriptor desc, String text) { method addMBeanInfo (line 197) | private void addMBeanInfo(XMBean mbean, MBeanInfo mbeanInfo) { method addMBeanAttributeInfo (line 238) | private void addMBeanAttributeInfo(MBeanAttributeInfo mbai) { method addMBeanOperationInfo (line 272) | private void addMBeanOperationInfo(MBeanOperationInfo mboi) { method addMBeanNotificationInfo (line 320) | private void addMBeanNotificationInfo(MBeanNotificationInfo mbni) { method addMBeanConstructorInfo (line 345) | private void addMBeanConstructorInfo(MBeanConstructorInfo mbci, String... method addMBeanParameterInfo (line 362) | private void addMBeanParameterInfo(MBeanParameterInfo mbpi, String tex... method loadMBeanInfo (line 382) | public void loadMBeanInfo(XMBean mbean, MBeanInfo mbeanInfo) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XMBeanNotifications.java class XMBeanNotifications (line 50) | class XMBeanNotifications extends JTable implements NotificationListener { method XMBeanNotifications (line 79) | public XMBeanNotifications() { method cancelCellEditing (line 102) | public void cancelCellEditing() { method stopCellEditing (line 110) | public void stopCellEditing() { method isCellEditable (line 118) | @Override method setValueAt (line 128) | @Override method prepareRenderer (line 133) | @Override method getCellRenderer (line 164) | @Override method getUserDataCell (line 198) | private UserDataCell getUserDataCell(int row, int column) { method dispose (line 204) | synchronized void dispose() { method getReceivedNotifications (line 208) | public long getReceivedNotifications(XMBean mbean) { method clearCurrentNotifications (line 217) | public synchronized boolean clearCurrentNotifications() { method unregisterListener (line 226) | public synchronized boolean unregisterListener(DefaultMutableTreeNode ... method registerListener (line 231) | public synchronized void registerListener(DefaultMutableTreeNode node) method handleNotification (line 259) | public synchronized void handleNotification( method disableNotifications (line 274) | public synchronized void disableNotifications() { method unregister (line 280) | private synchronized boolean unregister(ObjectName mbean) { method addNotificationsListener (line 289) | public void addNotificationsListener(NotificationListener nl) { method removeNotificationsListener (line 293) | public void removeNotificationsListener(NotificationListener nl) { method fireNotificationReceived (line 298) | void fireNotificationReceived( method updateModel (line 316) | private void updateModel(List data) { method isListenerRegistered (line 323) | public synchronized boolean isListenerRegistered(XMBean mbean) { method loadNotifications (line 331) | public synchronized void loadNotifications(XMBean mbean) { method setColumnEditors (line 347) | private void setColumnEditors() { method isTableEditable (line 360) | public boolean isTableEditable() { method emptyTable (line 365) | public synchronized void emptyTable() { method updateUserDataCell (line 374) | synchronized void updateUserDataCell(int row, int col) { class UserDataCellRenderer (line 398) | class UserDataCellRenderer extends DefaultTableCellRenderer { method UserDataCellRenderer (line 400) | UserDataCellRenderer(Component comp) { method getTableCellRendererComponent (line 408) | @Override method getComponent (line 419) | public Component getComponent() { class UserDataCell (line 425) | class UserDataCell { method UserDataCell (line 432) | UserDataCell(Object userData, Component max) { method toString (line 438) | @Override method isInited (line 455) | boolean isInited() { method init (line 459) | void init(TableCellRenderer minRenderer, int minHeight) { method switchState (line 465) | void switchState() { method isMaximized (line 468) | boolean isMaximized() { method minimize (line 471) | void minimize() { method maximize (line 475) | void maximize() { method getHeight (line 479) | int getHeight() { method getRenderer (line 486) | TableCellRenderer getRenderer() { class NotifMouseListener (line 492) | class NotifMouseListener extends MouseAdapter { method mousePressed (line 494) | @Override class UserDataCellEditor (line 509) | class UserDataCellEditor extends XTextFieldEditor { method getTableCellEditorComponent (line 511) | @Override method stopCellEditing (line 542) | @Override class XMBeanNotificationsListener (line 560) | class XMBeanNotificationsListener implements NotificationListener { method XMBeanNotificationsListener (line 570) | public XMBeanNotificationsListener( method getData (line 582) | public synchronized List getData() { method clear (line 586) | public synchronized void clear() { method isRegistered (line 591) | public synchronized boolean isRegistered() { method unregister (line 595) | public synchronized void unregister() { method getReceivedNotifications (line 605) | public synchronized long getReceivedNotifications() { method register (line 609) | public synchronized void register(DefaultMutableTreeNode node) { method handleNotification (line 621) | public synchronized void handleNotification( FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XMBeanOperations.java class XMBeanOperations (line 41) | class XMBeanOperations extends JPanel implements ActionListener { method XMBeanOperations (line 54) | public XMBeanOperations(MBeansTab mbeansTab) { method removeOperations (line 65) | public void removeOperations() { method loadOperations (line 70) | public void loadOperations(XMBean mbean,MBeanInfo mbeanInfo) { method isCallable (line 147) | private boolean isCallable(MBeanParameterInfo[] signature) { method actionPerformed (line 156) | public void actionPerformed(final ActionEvent e) { method performInvokeRequest (line 160) | void performInvokeRequest(final JButton button) { method addOperationsListener (line 211) | public void addOperationsListener(NotificationListener nl) { method removeOperationsListener (line 215) | public void removeOperationsListener(NotificationListener nl) { method fireChangedNotification (line 220) | private void fireChangedNotification( FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XNodeInfo.java class XNodeInfo (line 38) | class XNodeInfo { type Type (line 40) | public static enum Type { method XNodeInfo (line 46) | public XNodeInfo(Type type, Object data, String label, String tooltip) { method getType (line 53) | public Type getType() { method getData (line 57) | public Object getData() { method getLabel (line 61) | public String getLabel() { method getToolTipText (line 65) | public String getToolTipText() { method toString (line 69) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XObject.java class XObject (line 42) | @SuppressWarnings("serial") method XObject (line 50) | public XObject (Object object, Icon icon) { method XObject (line 55) | public XObject (Object object) { method equals (line 60) | @Override method getObject (line 74) | public Object getObject() { method useHashCodeRepresentation (line 79) | public static void method hashCodeRepresentation (line 84) | public static boolean hashCodeRepresentation() { method setObject (line 88) | public void setObject(Object object) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XOpenTypeViewer.java class XOpenTypeViewer (line 45) | class XOpenTypeViewer extends JPanel implements ActionListener { class XOpenTypeDataListener (line 62) | class XOpenTypeDataListener extends MouseAdapter { method XOpenTypeDataListener (line 63) | XOpenTypeDataListener() { method mousePressed (line 66) | @Override method getSelectedViewedOpenType (line 83) | private XOpenTypeData getSelectedViewedOpenType() { type Navigatable (line 95) | static interface Navigatable { method incrElement (line 96) | public void incrElement(); method decrElement (line 97) | public void decrElement(); method canDecrement (line 98) | public boolean canDecrement(); method canIncrement (line 99) | public boolean canIncrement(); method getElementCount (line 100) | public int getElementCount(); method getSelectedElementIndex (line 101) | public int getSelectedElementIndex(); type XViewedTabularData (line 104) | static interface XViewedTabularData extends Navigatable { type XViewedArrayData (line 107) | static interface XViewedArrayData extends Navigatable { class XOpenTypeData (line 110) | static abstract class XOpenTypeData extends JTable { method XOpenTypeData (line 117) | protected XOpenTypeData(XOpenTypeData parent) { method getViewedParent (line 121) | public XOpenTypeData getViewedParent() { method getToolTip (line 125) | public String getToolTip(int row, int col) { method getCellRenderer (line 139) | @Override method renderKey (line 147) | public void renderKey(String key, Component comp) { method prepareRenderer (line 151) | @Override method isClickableElement (line 176) | protected boolean isClickableElement(Object obj) { method updateColumnWidth (line 187) | protected void updateColumnWidth() { method viewed (line 216) | public abstract void viewed(XOpenTypeViewer viewer) throws Exception; method initTable (line 218) | protected void initTable(String[] columnNames) { method emptyTable (line 233) | protected void emptyTable() { method setValueAt (line 240) | @Override class TabularDataComparator (line 245) | static class TabularDataComparator implements Comparator { method TabularDataComparator (line 249) | public TabularDataComparator(TabularType type) { method compare (line 253) | @SuppressWarnings("unchecked") class XTabularData (line 268) | static class XTabularData extends XCompositeData method XTabularData (line 278) | @SuppressWarnings("unchecked") method accessFirstElement (line 296) | private static CompositeData accessFirstElement(TabularData tabular) { method renderKey (line 301) | @Override method getElementCount (line 313) | public int getElementCount() { method getSelectedElementIndex (line 317) | public int getSelectedElementIndex() { method incrElement (line 321) | public void incrElement() { method decrElement (line 326) | public void decrElement() { method canDecrement (line 331) | public boolean canDecrement() { method canIncrement (line 338) | public boolean canIncrement(){ method toString (line 346) | @Override class XCompositeData (line 352) | static class XCompositeData extends XOpenTypeData { method XCompositeData (line 358) | public XCompositeData() { method XCompositeData (line 364) | public XCompositeData(XOpenTypeData parent) { method XCompositeData (line 368) | public XCompositeData(XOpenTypeData parent, method viewed (line 378) | public void viewed(XOpenTypeViewer viewer) throws Exception { method toString (line 383) | @Override method formatKey (line 389) | protected Object formatKey(String key) { method getToolTip (line 393) | public String getToolTip(int row, int col) { method load (line 402) | private void load(CompositeData data) { method loadCompositeData (line 445) | protected void loadCompositeData(CompositeData data) { class XArrayData (line 454) | static class XArrayData extends XCompositeData method XArrayData (line 468) | XArrayData(XOpenTypeData parent, ArrayType type, Object val) { method XArrayData (line 472) | XArrayData(XOpenTypeData parent, int dimension, method viewed (line 490) | @Override method getElementCount (line 500) | public int getElementCount() { method getSelectedElementIndex (line 504) | public int getSelectedElementIndex() { method renderKey (line 508) | @Override method incrElement (line 519) | public void incrElement() { method decrElement (line 524) | public void decrElement() { method canDecrement (line 529) | public boolean canDecrement() { method canIncrement (line 536) | public boolean canIncrement() { method loadArray (line 543) | private void loadArray() { method load (line 555) | private void load() { method toString (line 570) | @Override method isViewableValue (line 587) | public static boolean isViewableValue(Object value) { method loadOpenType (line 616) | public static Component loadOpenType(Object value) { method XOpenTypeViewer (line 626) | private XOpenTypeViewer(Object value) { method setOpenType (line 668) | void setOpenType(XOpenTypeData data) { method actionPerformed (line 736) | public void actionPerformed(ActionEvent event) { method setupDisplay (line 778) | private void setupDisplay(XOpenTypeData data) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XPlotter.java class XPlotter (line 30) | @SuppressWarnings("serial") method XPlotter (line 33) | public XPlotter(JTable table, method addValues (line 38) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XPlottingViewer.java class XPlottingViewer (line 44) | @SuppressWarnings("serial") method XPlottingViewer (line 65) | private XPlottingViewer(String key, method dispose (line 80) | static void dispose(MBeansTab tab) { method isViewableValue (line 100) | public static boolean isViewableValue(Object value) { method loadPlotting (line 105) | public static Component loadPlotting( method actionPerformed (line 124) | @Override method createPlotter (line 133) | public Plotter createPlotter(final XMBean xmbean, method intervalElapsed (line 163) | void intervalElapsed(final Plotter p) { method setupDisplay (line 188) | private void setupDisplay(Plotter p) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XSheet.java class XSheet (line 40) | @SuppressWarnings("serial") method XSheet (line 77) | public XSheet(MBeansTab mbeansTab) { method getAttributes (line 82) | public JPanel getAttributes() { method getOperations (line 86) | public JPanel getOperations() { method getNotifications (line 90) | public JPanel getNotifications() { method getMetadata (line 94) | public JPanel getMetadata() { method dispose (line 98) | public void dispose() { method setupScreen (line 106) | private void setupScreen() { method isSelectedNode (line 157) | private boolean isSelectedNode(DefaultMutableTreeNode n, DefaultMutabl... method showErrorDialog (line 162) | private void showErrorDialog(Object message, String title) { method isMBeanNode (line 166) | public boolean isMBeanNode(DefaultMutableTreeNode node) { method displayNode (line 176) | public synchronized void displayNode(DefaultMutableTreeNode node) { method displayMBeanMetadataNode (line 207) | private void displayMBeanMetadataNode(final DefaultMutableTreeNode nod... method displayMBeanAttributesNode (line 253) | private void displayMBeanAttributesNode(final DefaultMutableTreeNode n... method displayMBeanOperationsNode (line 309) | private void displayMBeanOperationsNode(final DefaultMutableTreeNode n... method displayMBeanNotificationsNode (line 359) | private void displayMBeanNotificationsNode(final DefaultMutableTreeNod... method displayEmptyNode (line 417) | private void displayEmptyNode() { method registerListener (line 446) | private void registerListener() { method unregisterListener (line 475) | private void unregisterListener() { method refreshAttributes (line 502) | private void refreshAttributes() { method updateNotifications (line 507) | private void updateNotifications() { method updateReceivedNotifications (line 520) | private void updateReceivedNotifications( method clearNotifications (line 530) | private void clearNotifications() { method clearNotifications0 (line 539) | private void clearNotifications0() { method updateNotificationsNodeLabel (line 548) | private void updateNotificationsNodeLabel( method clearCurrentNotifications (line 566) | private void clearCurrentNotifications() { method clear (line 586) | private void clear() { method handleNotification (line 604) | public void handleNotification(Notification e, Object handback) { method actionPerformed (line 658) | public void actionPerformed(ActionEvent e) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XTable.java class XTable (line 33) | abstract class XTable extends JTable { method XTable (line 39) | public XTable () { method getDefaultColor (line 50) | Color getDefaultColor() { method getEditableColor (line 54) | Color getEditableColor() { method sortRequested (line 62) | void sortRequested(int column) { method getSelectedIndex (line 69) | public int getSelectedIndex() { method convertRowToIndex (line 76) | public int convertRowToIndex(int row) { method emptyTable (line 85) | public void emptyTable() { method isTableEditable (line 91) | public abstract boolean isTableEditable(); method isColumnEditable (line 92) | public abstract boolean isColumnEditable(int column); method isReadable (line 93) | public abstract boolean isReadable(int row); method isWritable (line 94) | public abstract boolean isWritable(int row); method isCellError (line 95) | public abstract boolean isCellError(int row, int col); method isAttributeViewable (line 96) | public abstract boolean isAttributeViewable(int row, int col); method setTableValue (line 97) | public abstract void setTableValue(Object value,int row); method getValue (line 98) | public abstract Object getValue(int row); method getClassName (line 99) | public abstract String getClassName(int row); method getValueName (line 100) | public abstract String getValueName(int row); method isReadWrite (line 102) | public boolean isReadWrite(int row) { method isCellEditable (line 109) | @Override method isCellDroppable (line 117) | public boolean isCellDroppable(int row, int col) { method getToolTip (line 123) | public String getToolTip(int row, int column) { method getCellRenderer (line 131) | @Override method prepareRenderer (line 159) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XTextField.java class XTextField (line 42) | @SuppressWarnings("serial") method XTextField (line 62) | public XTextField() { method XTextField (line 69) | public XTextField(Object value) { method XTextField (line 73) | public XTextField(Object value, int colWidth) { method XTextField (line 77) | public XTextField(Object value, method setNullSelectionAllowed (line 102) | public static void setNullSelectionAllowed(boolean allowNullSelection) { method getNullSelectionAllowed (line 106) | public static boolean getNullSelectionAllowed() { method init (line 110) | protected void init(Object value, Class expectedClass) { method setObject (line 141) | private synchronized void setObject(XObject object) { method clearObject (line 150) | private synchronized void clearObject() { method setSelectedColors (line 156) | private synchronized void setSelectedColors() { method setDefaultColors (line 164) | private synchronized void setDefaultColors() { method setHorizontalAlignment (line 169) | public void setHorizontalAlignment(int h) { method buildJMenuItem (line 174) | protected JMenuItem buildJMenuItem(XObject xobject, int valueType) { method buildEditPopupMenu (line 189) | private JPopupMenu buildEditPopupMenu() { method actionPerformed (line 196) | public void actionPerformed(ActionEvent e) { method getValue (line 207) | public Object getValue() { method changedUpdate (line 222) | public void changedUpdate(DocumentEvent e) { method removeUpdate (line 228) | public void removeUpdate(DocumentEvent e) { method insertUpdate (line 234) | public void insertUpdate(DocumentEvent e) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XTextFieldEditor.java class XTextFieldEditor (line 35) | @SuppressWarnings("serial") method focusLost (line 42) | @Override method XTextFieldEditor (line 49) | public XTextFieldEditor() { method actionPerformed (line 55) | @Override method dropSuccess (line 65) | protected void dropSuccess() { method addCellEditorListener (line 71) | public void addCellEditorListener(CellEditorListener listener) { method removeCellEditorListener (line 75) | public void removeCellEditorListener(CellEditorListener listener) { method fireEditingStopped (line 79) | protected void fireEditingStopped() { method fireEditingCanceled (line 90) | protected void fireEditingCanceled() { method cancelCellEditing (line 101) | public void cancelCellEditing() { method stopCellEditing (line 105) | public boolean stopCellEditing() { method isCellEditable (line 110) | public boolean isCellEditable(EventObject event) { method shouldSelectCell (line 114) | public boolean shouldSelectCell(EventObject event) { method getCellEditorValue (line 118) | public Object getCellEditorValue() { method getTableCellEditorComponent (line 129) | public Component getTableCellEditorComponent(JTable table, FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XTree.java class XTree (line 35) | @SuppressWarnings("serial") method XTree (line 43) | public XTree(MBeansTab mbeansTab) { method removeChildNode (line 56) | private synchronized void removeChildNode(DefaultMutableTreeNode child) { method addChildNode (line 66) | private synchronized void addChildNode( method addChildNode (line 88) | private synchronized void addChildNode( method removeAll (line 120) | @Override method removeMBeanFromView (line 130) | public synchronized void removeMBeanFromView(ObjectName mbean) { method removeParentFromView (line 166) | private DefaultMutableTreeNode removeParentFromView( method addMBeansToView (line 181) | public synchronized void addMBeansToView(Set mbeans) { method addMBeanToView (line 195) | public synchronized void addMBeanToView(ObjectName mbean) { method addMBeanToView (line 208) | private synchronized void addMBeanToView( method changeNodeValue (line 267) | private synchronized void changeNodeValue( method createDomainNode (line 306) | private DefaultMutableTreeNode createDomainNode(Dn dn, Token token) { method createDnNode (line 318) | private DefaultMutableTreeNode createDnNode( method createSubDnNode (line 333) | private DefaultMutableTreeNode createSubDnNode(Dn dn, Token token) { method createNodeValue (line 342) | private Object createNodeValue(XMBean xmbean, Token token) { method getOrderedKeyPropertyList (line 348) | private List getOrderedKeyPropertyList() { method extractKeyValuePairs (line 370) | private static Map extractKeyValuePairs( method getKeyPropertyListString (line 397) | private static String getKeyPropertyListString( method isTreeView (line 426) | private static boolean isTreeView() { method getTreeViewValue (line 434) | private static boolean getTreeViewValue() { method isKeyValueView (line 444) | private boolean isKeyValueView() { class ComparableDefaultMutableTreeNode (line 451) | private static class ComparableDefaultMutableTreeNode method compareTo (line 455) | public int compareTo(DefaultMutableTreeNode node) { class Dn (line 460) | private static class Dn implements Comparable { method Dn (line 468) | public Dn(ObjectName mbean, List orderedKeyPropertyList) { method getObjectName (line 495) | public ObjectName getObjectName() { method getDomain (line 499) | public String getDomain() { method getKeyPropertyList (line 503) | public String getKeyPropertyList() { method getToken (line 507) | public Token getToken(int index) { method getTokenCount (line 511) | public int getTokenCount() { method getHashDn (line 515) | public String getHashDn() { method getHashKey (line 519) | public String getHashKey(Token token) { method computeHashDn (line 524) | private void computeHashDn() { method toString (line 536) | @Override method compareTo (line 541) | public int compareTo(Dn dn) { class Token (line 546) | private static class Token { method Token (line 553) | public Token(String tokenType, String tokenValue) { method getTokenType (line 559) | public String getTokenType() { method getTokenValue (line 563) | public String getTokenValue() { method getKey (line 567) | public String getKey() { method getValue (line 571) | public String getValue() { method buildKeyValue (line 575) | private void buildKeyValue() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/XTreeRenderer.java class XTreeRenderer (line 34) | class XTreeRenderer extends DefaultTreeCellRenderer { method getTreeCellRendererComponent (line 35) | @Override FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/options/GlobalPreferences.java class GlobalPreferences (line 49) | public class GlobalPreferences implements PreferenceChangeListener { method GlobalPreferences (line 64) | private GlobalPreferences() { method sharedInstance (line 69) | public static GlobalPreferences sharedInstance() { method preferenceChange (line 73) | public void preferenceChange(final PreferenceChangeEvent evt) { method getPlottersPoll (line 98) | public int getPlottersPoll() { method setPlottersPoll (line 102) | public void setPlottersPoll(int value) { method watchPlottersPoll (line 106) | public void watchPlottersPoll(PreferenceChangeListener pcl) { method getOrderedKeyPropertyList (line 110) | public String getOrderedKeyPropertyList() { method setOrderedKeyPropertyList (line 116) | public void setOrderedKeyPropertyList(String value) { method watchOrderedKeyPropertyList (line 122) | public void watchOrderedKeyPropertyList(PreferenceChangeListener pcl) { method store (line 126) | public boolean store() { method addListener (line 136) | private void addListener(String property, PreferenceChangeListener pcl) { method getPollingInterval (line 149) | private int getPollingInterval(String property, int deflt) { method setPollingInterval (line 161) | private void setPollingInterval(String property, int value) { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/options/MBeansOptionsPanel.java class MBeansOptionsPanel (line 48) | public class MBeansOptionsPanel extends JPanel { method stateChanged (line 53) | public void stateChanged(ChangeEvent e) { method MBeansOptionsPanel (line 59) | MBeansOptionsPanel(MBeansOptionsPanelController controller) { method load (line 65) | void load() { method store (line 77) | void store() { method valid (line 90) | boolean valid() { method initComponents (line 98) | private void initComponents() { method startTrackingChanges (line 184) | private void startTrackingChanges() { FILE: plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/options/MBeansOptionsPanelController.java class MBeansOptionsPanelController (line 40) | @OptionsPanelController.TopLevelRegistration( method update (line 53) | public void update() { method applyChanges (line 58) | public void applyChanges() { method cancel (line 63) | public void cancel() { method isValid (line 67) | public boolean isValid() { method isChanged (line 71) | public boolean isChanged() { method getHelpCtx (line 75) | public HelpCtx getHelpCtx() { method getComponent (line 79) | public JComponent getComponent(Lookup masterLookup) { method addPropertyChangeListener (line 83) | public void addPropertyChangeListener(PropertyChangeListener l) { method removePropertyChangeListener (line 87) | public void removePropertyChangeListener(PropertyChangeListener l) { method getPanel (line 91) | private MBeansOptionsPanel getPanel() { method getComponent (line 98) | private JComponent getComponent() { method changed (line 105) | void changed() { FILE: plugins/oqlsyntax/src/org/graalvm/visualvm/modules/oqlsyntax/OQLSyntaxEditor.java class OQLSyntaxEditor (line 38) | @ServiceProvider(service=OQLEditorImpl.class) class DocumentListenerEx (line 41) | private class DocumentListenerEx implements DocumentListener { method insertUpdate (line 42) | @Override method removeUpdate (line 51) | @Override method changedUpdate (line 60) | @Override method getEditorPane (line 70) | @Override FILE: plugins/oqlsyntax/src/org/graalvm/visualvm/modules/oqlsyntax/OqlLexer.java class OqlLexer (line 29) | public final class OqlLexer extends DefaultLexer { method zzUnpackAction (line 151) | private static int [] zzUnpackAction() { method zzUnpackAction (line 158) | private static int zzUnpackAction(String packed, int offset, int [] re... method zzUnpackRowMap (line 184) | private static int [] zzUnpackRowMap() { method zzUnpackRowMap (line 191) | private static int zzUnpackRowMap(String packed, int offset, int [] re... method zzUnpackTrans (line 241) | private static int [] zzUnpackTrans() { method zzUnpackTrans (line 248) | private static int zzUnpackTrans(String packed, int offset, int [] res... method zzUnpackAttribute (line 283) | private static int [] zzUnpackAttribute() { method zzUnpackAttribute (line 290) | private static int zzUnpackAttribute(String packed, int offset, int []... method OqlLexer (line 355) | public OqlLexer() { method token (line 362) | private Token token(TokenType type) { method OqlLexer (line 374) | public OqlLexer(java.io.Reader in) { method OqlLexer (line 384) | public OqlLexer(java.io.InputStream in) { method zzUnpackCMap (line 394) | private static char [] zzUnpackCMap(String packed) { method zzRefill (line 414) | private boolean zzRefill() throws java.io.IOException { method yyclose (line 455) | public final void yyclose() throws java.io.IOException { method yyreset (line 474) | public final void yyreset(java.io.Reader reader) { method yystate (line 488) | public final int yystate() { method yybegin (line 498) | public final void yybegin(int newState) { method yytext (line 506) | public final String yytext() { method yycharat (line 522) | public final char yycharat(int pos) { method yylength (line 530) | public final int yylength() { method zzScanError (line 549) | private void zzScanError(int errorCode) { method yypushback (line 570) | public void yypushback(int number) { method yylex (line 585) | public Token yylex() throws java.io.IOException { FILE: plugins/oqlsyntax/src/org/graalvm/visualvm/modules/oqlsyntax/OqlSyntaxKit.java class OqlSyntaxKit (line 22) | public class OqlSyntaxKit extends DefaultSyntaxKit { method OqlSyntaxKit (line 24) | public OqlSyntaxKit() { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/Agent.java class Agent (line 38) | class Agent { method createAgent (line 44) | static Agent createAgent(File jdkHome,File saJarFile) throws ClassNotF... method Agent (line 65) | private Agent(File jdkHome,File saJarFile) throws ClassNotFoundExcepti... method attach (line 74) | boolean attach(int pid) throws ClassNotFoundException, InstantiationEx... method attach (line 79) | boolean attach(String executable,String coredump) throws ClassNotFound... method attach (line 84) | boolean attach(String remoteServer) throws ClassNotFoundException, Ins... method detach (line 89) | void detach() throws IllegalAccessException, InvocationTargetException { method getVM (line 93) | VM getVM() throws ClassNotFoundException, NoSuchMethodException, Illeg... method getArguments (line 102) | Arguments getArguments() throws ClassNotFoundException { method getHeapHprofBinWriter (line 109) | SAObject getHeapHprofBinWriter() throws ClassNotFoundException, Instan... method createJavaStackTracePanel (line 122) | JavaStackTracePanel createJavaStackTracePanel() throws ClassNotFoundEx... method createJavaThreadsPanel (line 125) | JavaThreadsPanel createJavaThreadsPanel() throws ClassNotFoundExceptio... method createCodeViewerPanel (line 128) | CodeViewerPanel createCodeViewerPanel() throws ClassNotFoundException,... method createFindPointerPanel (line 131) | FindPointerPanel createFindPointerPanel() throws ClassNotFoundExceptio... method createFindInHeapPanel (line 134) | FindInHeapPanel createFindInHeapPanel() throws ClassNotFoundException,... method createFindInCodeCachePanel (line 137) | FindInCodeCachePanel createFindInCodeCachePanel() throws ClassNotFound... method createOopInspector (line 142) | Inspector createOopInspector() throws ClassNotFoundException, Instanti... method createOopInspector (line 145) | Inspector createOopInspector(Object root) throws ClassNotFoundExceptio... method createOopTreeNodeAdapter (line 158) | OopTreeNodeAdapter createOopTreeNodeAdapter(Object oopObject, Object f... method SAListener (line 172) | Object SAListener(SAModelImpl model) throws ClassNotFoundException, In... FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/Arguments.java class Arguments (line 31) | class Arguments { method Arguments (line 35) | Arguments(Class args) { method getJVMFlags (line 39) | String getJVMFlags() throws NoSuchMethodException, IllegalAccessExcept... method getJVMArgs (line 43) | String getJVMArgs() throws NoSuchMethodException, IllegalAccessExcept... method getJavaCommand (line 47) | String getJavaCommand() throws NoSuchMethodException, IllegalAccessEx... FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/CodeViewerPanel.java class CodeViewerPanel (line 36) | public class CodeViewerPanel { method CodeViewerPanel (line 39) | public CodeViewerPanel(Object panel) { method getPanel (line 43) | public JPanel getPanel() { method setListener (line 46) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/FindInCodeCachePanel.java class FindInCodeCachePanel (line 36) | public class FindInCodeCachePanel { method FindInCodeCachePanel (line 39) | public FindInCodeCachePanel(Object panel) { method getPanel (line 43) | public JPanel getPanel() { method setListener (line 46) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/FindInHeapPanel.java class FindInHeapPanel (line 36) | public class FindInHeapPanel { method FindInHeapPanel (line 39) | public FindInHeapPanel(Object panel) { method getPanel (line 43) | public JPanel getPanel() { method setListener (line 46) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/FindPointerPanel.java class FindPointerPanel (line 36) | public class FindPointerPanel { method FindPointerPanel (line 39) | public FindPointerPanel(Object panel) { method getPanel (line 43) | public JPanel getPanel() { method setListener (line 46) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/Inspector.java class Inspector (line 36) | public class Inspector { method Inspector (line 39) | public Inspector(Object panel) { method getPanel (line 42) | public JPanel getPanel() { method setListener (line 45) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/Installer.java class Installer (line 35) | public class Installer extends ModuleInstall { method restored (line 37) | @Override method uninstalled (line 43) | @Override method closing (line 48) | @Override FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/JavaStackTracePanel.java class JavaStackTracePanel (line 36) | public class JavaStackTracePanel { method JavaStackTracePanel (line 39) | public JavaStackTracePanel(Object panel) { method getPanel (line 43) | public JPanel getPanel() { method setJavaThread (line 46) | public void setJavaThread(Object thread) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/JavaThreadsPanel.java class JavaThreadsPanel (line 36) | public class JavaThreadsPanel { method JavaThreadsPanel (line 39) | public JavaThreadsPanel(Object panel) { method getPanel (line 44) | public JPanel getPanel() { method setListener (line 47) | public void setListener(Object o) { method removeListener (line 56) | public void removeListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/OopInspectorView.java class OopInspectorView (line 37) | public class OopInspectorView extends JComponent { method OopInspectorView (line 45) | public OopInspectorView(SAModelImpl model, String caption, int positio... method getDetailsView (line 52) | public DataViewComponent.DetailsView getDetailsView() { method refresh (line 58) | public void refresh(Object oop) { method initComponents (line 71) | private void initComponents() { method remove (line 74) | public void remove() { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/OopTreeNodeAdapter.java class OopTreeNodeAdapter (line 36) | public class OopTreeNodeAdapter { method OopTreeNodeAdapter (line 39) | public OopTreeNodeAdapter(Object node) { method getPanel (line 43) | public JPanel getPanel() { method setListener (line 46) | public void setListener(Object o) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/ProxyListener.java class ProxyListener (line 37) | public class ProxyListener implements java.lang.reflect.InvocationHandler { method ProxyListener (line 40) | public ProxyListener(SAModelImpl model) { method invoke (line 44) | public Object invoke(Object proxy, Method m, Object[] args) throws Thr... method showJavaStackTrace (line 83) | void showJavaStackTrace(Object thread) { method showLivenessPanel (line 88) | void showLivenessPanel(Object o) { method showStackMemoryPanel (line 93) | void showStackMemoryPanel(Object thread) { method showThreadOopInspector (line 98) | void showThreadOopInspector(Object o) { method showInspector (line 111) | public void showInspector(Object oopObject) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/SAModelImpl.java class SAModelImpl (line 37) | public class SAModelImpl extends SaModel { method SAModelImpl (line 49) | SAModelImpl(File jdkHome,File sajar,int id) throws ClassNotFoundExcept... method SAModelImpl (line 55) | SAModelImpl(File jdkHome,File sajar,File execFile,File coreFile) throw... method getSystemProperties (line 62) | public Properties getSystemProperties() { method takeHeapDump (line 66) | public boolean takeHeapDump(String file){ method takeThreadDump (line 86) | public String takeThreadDump(){ method getJvmFlags (line 104) | public String getJvmFlags() { method getJvmArgs (line 108) | public String getJvmArgs() { method getJavaCommand (line 112) | public String getJavaCommand() { method attach (line 116) | public boolean attach() throws ClassNotFoundException, InstantiationEx... method detach (line 122) | public void detach() throws ClassNotFoundException, InstantiationExcep... method getAgent (line 126) | public Agent getAgent() { method readData (line 129) | public void readData() throws ClassNotFoundException, NoSuchMethodExce... method createOopInspector (line 147) | public Inspector createOopInspector() { method createOopInspector (line 155) | public Inspector createOopInspector(Object o) { method createJavaStackTracePanel (line 164) | public JavaStackTracePanel createJavaStackTracePanel() { method createJavaThreadsPanel (line 172) | public JavaThreadsPanel createJavaThreadsPanel() { method createCodeViewerPanel (line 180) | public CodeViewerPanel createCodeViewerPanel() { method createFindPointerPanel (line 188) | public FindPointerPanel createFindPointerPanel() { method createFindInHeapPanel (line 196) | public FindInHeapPanel createFindInHeapPanel() { method createFindInCodeCachePanel (line 205) | public FindInCodeCachePanel createFindInCodeCachePanel() { method createOopTreeNodeAdapter (line 214) | public OopTreeNodeAdapter createOopTreeNodeAdapter(Object oopObject, O... method getSAListener (line 222) | public Object getSAListener() { method getView (line 236) | public SAView getView() { method setView (line 240) | public void setView(SAView view) { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/SAModelProvider.java class SAModelProvider (line 42) | public class SAModelProvider extends AbstractModelProvider { method supportsViewFor (line 50) | @Override method createView (line 91) | @Override method supportsSaveViewsFor (line 99) | public boolean supportsSaveViewsFor(DataSource arg0) { method saveViews (line 104) | public void saveViews(DataSource arg0, Snapshot arg1) { method initialize (line 107) | void initialize() { method unregister (line 111) | static void unregister() { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/SAWrapper.java class SAWrapper (line 35) | class SAWrapper { method SAWrapper (line 42) | SAWrapper(File jdkHome, File saJarFile) throws MalformedURLException { method classForName (line 119) | Class classForName(String name) throws ClassNotFoundException { method Tool (line 123) | Class Tool() throws ClassNotFoundException { method VM (line 127) | Class VM() throws ClassNotFoundException { method BugspotAgent (line 131) | Class BugspotAgent() throws ClassNotFoundException { method HotspotAgent (line 135) | Class HotspotAgent() throws ClassNotFoundException { method HeapHprofBinWriter (line 139) | Class HeapHprofBinWriter() throws ClassNotFoundException { method Arguments (line 143) | Class Arguments() throws ClassNotFoundException { method OopInspector (line 148) | Class OopInspector() throws ClassNotFoundException { method JavaStackTracePanel (line 152) | Class JavaStackTracePanel() throws ClassNotFoundException { method JavaThreadsPanel (line 156) | Class JavaThreadsPanel() throws ClassNotFoundException { method SAListener (line 160) | Class SAListener() throws ClassNotFoundException { method OopTreeNodeAdapter (line 164) | Class OopTreeNodeAdapter() throws ClassNotFoundException { method SimpleTreeNode (line 168) | Class SimpleTreeNode() throws ClassNotFoundException { method CodeViewerPanel (line 172) | Class CodeViewerPanel() throws ClassNotFoundException { method FindPanel (line 175) | Class FindPanel() throws ClassNotFoundException { method FindInHeapPanel (line 178) | Class FindInHeapPanel() throws ClassNotFoundException { method FindInCodeCachePanel (line 181) | Class FindInCodeCachePanel() throws ClassNotFoundException { method Oop (line 187) | Class Oop() throws ClassNotFoundException { method JavaThread (line 190) | Class JavaThread() throws ClassNotFoundException { method FieldIdentifier (line 193) | Class FieldIdentifier() throws ClassNotFoundException { FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/StackTrace.java class StackTrace (line 39) | class StackTrace { method StackTrace (line 45) | StackTrace(VM v) throws IllegalAccessException, InvocationTargetExcept... method getStackTrace (line 51) | public String getStackTrace() throws IllegalAccessException, Invocatio... method isJavaLangObjectWaitFrame (line 89) | private boolean isJavaLangObjectWaitFrame(SAObject javaFrame) throws I... method printMonitors (line 103) | private void printMonitors( method printMonitor (line 137) | private void printMonitor( method printOop (line 151) | private void printOop(StringBuilder sb, Object oopHandle) method printJavaFrame (line 164) | private void printJavaFrame(final PrintStream out, final SAObject java... FILE: plugins/saplugin/src/org/graalvm/visualvm/modules/saplugin/VM.java class VM (line 36) | class VM { method VM (line 40) | VM(Object saVM) { method getSystemProperties (line 44) | Properties getSystemProperties() throws IllegalAccessException, Invoca... method getThreads (line 48) | SAObject getThreads() throws IllegalAccessException, InvocationTargetE... method getObjectHeap (line 52) | SAObject getObjectHeap() throws IllegalAccessException, InvocationTarg... method getSystemDictionary (line 56) | SAObject getSystemDictionary() throws IllegalAccessException, Invocati... FILE: plugins/security/src/org/graalvm/visualvm/modules/security/Installer.java class Installer (line 37) | public class Installer extends ModuleInstall { method restored (line 41) | public void restored() { FILE: plugins/security/src/org/graalvm/visualvm/modules/security/PersistenceSupport.java class PersistenceSupport (line 50) | class PersistenceSupport { method chooseLoadFile (line 66) | static File chooseLoadFile(String title, File startFile) { method chooseSaveFile (line 76) | static File chooseSaveFile(String title) { method saveToFile (line 86) | static void saveToFile(SecurityOptionsPanel panel) { method loadFromFile (line 143) | static void loadFromFile(final SecurityOptionsPanel panel) { method saveProperties (line 178) | private static boolean saveProperties(Properties properties, File file) { method loadProperties (line 199) | private static Properties loadProperties(File file) { FILE: plugins/security/src/org/graalvm/visualvm/modules/security/SecurityModel.java class SecurityModel (line 36) | class SecurityModel { method getInstance (line 58) | static synchronized SecurityModel getInstance() { method environmentCustomized (line 64) | boolean environmentCustomized() { method customizeEnvironment (line 68) | boolean customizeEnvironment() { method getKeyStore (line 120) | String getKeyStore() { method getKeyStoreEnv (line 125) | static String getKeyStoreEnv() { method setKeyStore (line 129) | void setKeyStore(String keyStore) { method getKeyStorePassword (line 137) | char[] getKeyStorePassword() { method getKeyStorePasswordEnv (line 143) | static char[] getKeyStorePasswordEnv() { method setKeyStorePassword (line 148) | void setKeyStorePassword(char[] keyStorePassword) { method getKeyStoreType (line 157) | String getKeyStoreType() { method getKeyStoreTypeEnv (line 162) | static String getKeyStoreTypeEnv() { method setKeyStoreType (line 166) | void setKeyStoreType(String keyStoreType) { method getTrustStore (line 174) | String getTrustStore() { method getTrustStoreEnv (line 179) | static String getTrustStoreEnv() { method setTrustStore (line 183) | void setTrustStore(String trustStore) { method getTrustStorePassword (line 191) | char[] getTrustStorePassword() { method getTrustStorePasswordEnv (line 197) | static char[] getTrustStorePasswordEnv() { method setTrustStorePassword (line 202) | void setTrustStorePassword(char[] trustStorePassword) { method getTrustStoreType (line 211) | String getTrustStoreType() { method getTrustStoreTypeEnv (line 216) | static String getTrustStoreTypeEnv() { method setTrustStoreType (line 220) | void setTrustStoreType(String trustStoreType) { method getEnabledProtocols (line 228) | String getEnabledProtocols() { method getEnabledProtocolsEnv (line 233) | static String getEnabledProtocolsEnv() { method setEnabledProtocols (line 237) | void setEnabledProtocols(String enabledProtocols) { method getEnabledCipherSuites (line 245) | String getEnabledCipherSuites() { method getEnabledCipherSuitesEnv (line 250) | static String getEnabledCipherSuitesEnv() { method setEnabledCipherSuites (line 254) | void setEnabledCipherSuites(String enabledCipherSuites) { method environmentCustomizedImpl (line 263) | private static boolean environmentCustomizedImpl() { method SecurityModel (line 276) | private SecurityModel() { FILE: plugins/security/src/org/graalvm/visualvm/modules/security/SecurityOptionsPanel.java class SecurityOptionsPanel (line 64) | class SecurityOptionsPanel extends JPanel { method SecurityOptionsPanel (line 75) | SecurityOptionsPanel(SecurityOptionsPanelController controller) { method cleanup (line 82) | void cleanup() { method dataValid (line 87) | boolean dataValid() { method shouldRestart (line 91) | boolean shouldRestart() { method resetRestart (line 95) | void resetRestart() { method getKeyStore (line 100) | String getKeyStore() { method setKeyStore (line 105) | void setKeyStore(String keyStore) { method getKeyStorePassword (line 111) | char[] getKeyStorePassword() { method setKeyStorePassword (line 120) | void setKeyStorePassword(char[] keyStorePassword) { method getKeyStoreType (line 125) | String getKeyStoreType() { method setKeyStoreType (line 131) | void setKeyStoreType(String keyStoreType) { method getTrustStore (line 136) | String getTrustStore() { method setTrustStore (line 141) | void setTrustStore(String trustStore) { method getTrustStorePassword (line 147) | char[] getTrustStorePassword() { method setTrustStorePassword (line 156) | void setTrustStorePassword(char[] trustStorePassword) { method getTrustStoreType (line 161) | String getTrustStoreType() { method setTrustStoreType (line 167) | void setTrustStoreType(String trustStoreType) { method getEnabledProtocols (line 172) | String getEnabledProtocols() { method setEnabledProtocols (line 177) | void setEnabledProtocols(String enabledProtocols) { method getEnabledCipherSuites (line 183) | String getEnabledCipherSuites() { method setEnabledCipherSuites (line 188) | void setEnabledCipherSuites(String enabledCipherSuites) { method update (line 195) | private void update() { method initComponents (line 246) | private void initComponents() { FILE: plugins/security/src/org/graalvm/visualvm/modules/security/SecurityOptionsPanelController.java class SecurityOptionsPanelController (line 38) | @OptionsPanelController.TopLevelRegistration( method update (line 52) | public void update() { method applyChanges (line 65) | public void applyChanges() { method cancel (line 83) | public void cancel() { method isValid (line 87) | public boolean isValid() { method isChanged (line 91) | public boolean isChanged() { method differsFromEnv (line 104) | public boolean differsFromEnv() { method getHelpCtx (line 118) | public HelpCtx getHelpCtx() { method getComponent (line 124) | public JComponent getComponent(Lookup masterLookup) { method addPropertyChangeListener (line 128) | public void addPropertyChangeListener(PropertyChangeListener l) { method removePropertyChangeListener (line 132) | public void removePropertyChangeListener(PropertyChangeListener l) { method getModel (line 137) | SecurityModel getModel() { method getPanel (line 142) | private SecurityOptionsPanel getPanel() { method getComponent (line 147) | private JComponent getComponent() { method changed (line 154) | void changed() { method equals (line 162) | private boolean equals(String o1, String o2) { method equals (line 168) | private boolean equals(char[] ch1, char[] ch2) { FILE: plugins/security/src/org/graalvm/visualvm/modules/security/ValuesCustomizer.java class ValuesCustomizer (line 86) | abstract class ValuesCustomizer extends JPanel { method customize (line 100) | static String customize(final ValuesCustomizer customizer, String sele... class Protocols (line 121) | private static class Protocols extends ValuesCustomizer { method dialogTitle (line 125) | String dialogTitle() { method hintText (line 129) | String hintText() { method valueName (line 133) | String valueName() { method allValues (line 137) | synchronized String[] allValues() { class CipherSuites (line 155) | private static class CipherSuites extends ValuesCustomizer { method dialogTitle (line 159) | String dialogTitle() { method hintText (line 163) | String hintText() { method valueName (line 167) | String valueName() { method allValues (line 171) | synchronized String[] allValues() { method dialogTitle (line 185) | abstract String dialogTitle(); method hintText (line 187) | abstract String hintText(); method valueName (line 189) | abstract String valueName(); method allValues (line 191) | abstract String[] allValues(); method init (line 196) | private void init(String selectedValues) { method onShown (line 201) | private void onShown() { method getSelectedCipherSuites (line 205) | private String getSelectedCipherSuites() { method cleanup (line 217) | private void cleanup() { method initModels (line 224) | private void initModels(String selectedValues) { method selectedValues (line 266) | private static String[] selectedValues(String selectedValues) { method mergedValues (line 274) | private static String[] mergedValues(String[] supported, String[] sele... method selectedValuesMask (line 284) | private static boolean[] selectedValuesMask(String[] allValues, method setAllSelected (line 295) | private void setAllSelected(boolean selected) { method initComponents (line 302) | private void initComponents() { method defaultRowHeight (line 405) | private static int defaultRowHeight() { method ValuesCustomizer (line 410) | private ValuesCustomizer() {} class Renderer (line 417) | private static class Renderer implements TableCellRenderer { method Renderer (line 437) | Renderer(TableCellRenderer impl) { method formatValue (line 442) | protected Object formatValue(JTable table, Object value, boolean isS... method updateRenderer (line 447) | protected void updateRenderer(Component c, JTable table, Object value, method getTableCellRendererComponent (line 457) | public Component getTableCellRendererComponent(JTable table, Object ... class BooleanRenderer (line 473) | private static class BooleanRenderer extends Renderer { method BooleanRenderer (line 475) | BooleanRenderer(TableCellRenderer renderer) { method getTableCellRendererComponent (line 479) | public Component getTableCellRendererComponent(JTable table, Object ... class Viewport (line 492) | private static class Viewport extends JViewport { method Viewport (line 497) | Viewport(JTable view) { method paintComponent (line 516) | protected void paintComponent(Graphics g) { method paintVerticalLines (line 521) | private void paintVerticalLines(Graphics g) { FILE: plugins/startupprofiler/src/org/graalvm/visualvm/profiler/startup/Dialogs.java class Dialogs (line 40) | final class Dialogs { method dialog (line 45) | static Dialog dialog(String caption, Object message) { method info (line 49) | static Dialog info(String caption, String message) { method warning (line 53) | static Dialog warning(String caption, String message) { method error (line 57) | static Dialog error(String caption, String message) { method dialogImpl (line 61) | private static Dialog dialogImpl(String caption, Object message, int t... method getIcons (line 75) | private static List getIcons() { method show (line 91) | static void show(final Dialog d) { FILE: plugins/startupprofiler/src/org/graalvm/visualvm/profiler/startup/StartupConfigurator.java class StartupConfigurator (line 86) | @NbBundle.Messages({ method StartupConfigurator (line 158) | StartupConfigurator() { method createSelector (line 196) | private PresetSelector createSelector(Runnable presetSynchronizer) { method getUI (line 205) | JComponent getUI() { method accepted (line 214) | boolean accepted() { method getSettings (line 218) | ProfilerSettingsSupport getSettings() { method getPreset (line 225) | ProfilerPreset getPreset() { method getJavaPlatform (line 229) | String getJavaPlatform() { method getArchitecture (line 233) | int getArchitecture() { method getPort (line 237) | int getPort() { method createUI (line 242) | private JComponent createUI() { method createAttachPanel (line 452) | private JPanel createAttachPanel() { method createProfilePanel (line 510) | private JPanel createProfilePanel() { method createStepsPanel (line 591) | private JPanel createStepsPanel() { method updateParam (line 647) | private void updateParam() { method showHelp (line 680) | private static void showHelp(String section) { method showHelpDialog (line 696) | private static void showHelpDialog(final String addr) { method widthInsetsInContainer (line 705) | private static int widthInsetsInContainer(Container c, Container p) { method createHorizontalSpace (line 717) | private static JComponent createHorizontalSpace(final int width) { method createVerticalSpace (line 727) | private static JComponent createVerticalSpace(final int height) { method createTextArea (line 737) | private static TextAreaComponent createTextArea(int rows) { class TextAreaComponent (line 762) | private static class TextAreaComponent extends JScrollPane { method TextAreaComponent (line 763) | public TextAreaComponent(JTextArea textArea, int vPolicy, int hPolic... method getTextArea (line 764) | public JTextArea getTextArea() { return (JTextArea)getViewport().get... class IconRadioButton (line 767) | private static class IconRadioButton extends JRadioButton { method IconRadioButton (line 773) | public IconRadioButton(String text, Icon icon, boolean selected) { method paintComponent (line 786) | protected void paintComponent(Graphics g) { method setBounds (line 794) | public void setBounds(int x, int y, int width, int height) { method getPreferredSize (line 801) | public Dimension getPreferredSize() { method getCheckBoxOffset (line 808) | private static int getCheckBoxOffset() { class NullCaret (line 818) | private static final class NullCaret implements Caret { method install (line 819) | public void install(javax.swing.text.JTextComponent c) {} method deinstall (line 820) | public void deinstall(javax.swing.text.JTextComponent c) {} method paint (line 821) | public void paint(Graphics g) {} method addChangeListener (line 822) | public void addChangeListener(ChangeListener l) {} method removeChangeListener (line 823) | public void removeChangeListener(ChangeListener l) {} method isVisible (line 824) | public boolean isVisible() { return false; } method setVisible (line 825) | public void setVisible(boolean v) {} method isSelectionVisible (line 826) | public boolean isSelectionVisible() { return false; } method setSelectionVisible (line 827) | public void setSelectionVisible(boolean v) {} method setMagicCaretPosition (line 828) | public void setMagicCaretPosition(Point p) {} method getMagicCaretPosition (line 829) | public Point getMagicCaretPosition() { return new Point(0, 0); } method setBlinkRate (line 830) | public void setBlinkRate(int rate) {} method getBlinkRate (line 831) | public int getBlinkRate() { return 0; } method getDot (line 832) | public int getDot() { return 0; } method getMark (line 833) | public int getMark() { return 0; } method setDot (line 834) | public void setDot(int dot) {} method moveDot (line 835) | public void moveDot(int dot) {} FILE: plugins/startupprofiler/src/org/graalvm/visualvm/profiler/startup/StartupProfiler.java class StartupProfiler (line 40) | @NbBundle.Messages({ method sharedInstance (line 50) | static synchronized StartupProfiler sharedInstance() { method profileStartup (line 56) | void profileStartup() { method attachToProcess (line 78) | private void attachToProcess() { FILE: plugins/startupprofiler/src/org/graalvm/visualvm/profiler/startup/StartupProfilerAction.java class StartupProfilerAction (line 40) | @NbBundle.Messages({ method toolbarInstance (line 53) | static synchronized StartupProfilerAction toolbarInstance() { method menuInstance (line 62) | static synchronized StartupProfilerAction menuInstance() { method actionPerformed (line 70) | public void actionPerformed(ActionEvent actionEvent) { method isEnabled (line 74) | public boolean isEnabled() { method StartupProfilerAction (line 79) | private StartupProfilerAction() { FILE: plugins/systray/src/org/graalvm/visualvm/modules/systray/Install.java class Install (line 37) | public class Install extends ModuleInstall { method restored (line 39) | public void restored() { method uninstalled (line 50) | public void uninstalled() { FILE: plugins/systray/src/org/graalvm/visualvm/modules/systray/SysTray.java class SysTray (line 62) | @NbBundle.Messages({ method getInstance (line 95) | static synchronized SysTray getInstance() { method initialize (line 101) | synchronized void initialize() { method uninitialize (line 115) | synchronized void uninitialize() { method loadSettings (line 124) | private void loadSettings() { method showTrayIcon (line 131) | private void showTrayIcon() { method hideTrayIcon (line 155) | private void hideTrayIcon() { method createTrayIcon (line 168) | private TrayIcon createTrayIcon() { method createTrayTooltip (line 188) | private String createTrayTooltip() { method createTrayImage (line 192) | private Image createTrayImage() { method createTrayPopup (line 206) | private PopupMenu createTrayPopup() { method toggleWindowVisibility (line 292) | private void toggleWindowVisibility() { method hideWindow (line 297) | private void hideWindow() { method showWindow (line 317) | private void showWindow() { method toggleAlwaysOnTop (line 324) | private void toggleAlwaysOnTop() { method toggleHideWhenMinimized (line 329) | private void toggleHideWhenMinimized() { method toggleNoShowingIcon (line 336) | private void toggleNoShowingIcon() { method SysTray (line 348) | private SysTray() {} class MainWindowListener (line 351) | private class MainWindowListener implements WindowStateListener { method windowStateChanged (line 353) | public void windowStateChanged(WindowEvent e) { FILE: plugins/systray/src/org/graalvm/visualvm/modules/systray/SysTrayPreferences.java class SysTrayPreferences (line 35) | final class SysTrayPreferences { method getInstance (line 49) | static synchronized SysTrayPreferences getInstance() { method setAlwaysOnTop (line 55) | void setAlwaysOnTop(boolean alwaysOnTop) { method getAlwaysOnTop (line 61) | boolean getAlwaysOnTop() { method setHideWhenMinimized (line 67) | void setHideWhenMinimized(boolean hideWhenMinimized) { method getHideWhenMinimized (line 73) | boolean getHideWhenMinimized() { method setHideTrayIcon (line 79) | void setHideTrayIcon(boolean hideTrayIcon) { method getHideTrayIcon (line 85) | boolean getHideTrayIcon() { method SysTrayPreferences (line 92) | private SysTrayPreferences() { FILE: plugins/threadinspect/src/org/graalvm/visualvm/modules/threadinspect/Engine.java class Engine (line 49) | final class Engine { method getEngine (line 56) | static Engine getEngine(Application application) { method Engine (line 76) | Engine(JmxModel model, ThreadMXBean tbean) { method getThreadInfos (line 81) | List getThreadInfos() { method getStackTraces (line 103) | String getStackTraces(List threadIdsL) { method htmlize (line 111) | private static String htmlize(String value) { method transform (line 115) | private static String transform(String value) { FILE: plugins/threadinspect/src/org/graalvm/visualvm/modules/threadinspect/Installer.java class Installer (line 40) | final class Installer extends ModuleInstall { method restored (line 42) | public void restored() { class ThreadsViewPluginProvider (line 48) | private static class ThreadsViewPluginProvider extends DataSourceViewP... method supportsPluginFor (line 50) | protected boolean supportsPluginFor(Application application) { method createPlugin (line 54) | protected DataSourceViewPlugin createPlugin(Application application) { class ThreadInspectorViewPlugin (line 60) | private static class ThreadInspectorViewPlugin extends DataSourceViewP... method createView (line 62) | public DetailsView createView(int location) { method ThreadInspectorViewPlugin (line 73) | ThreadInspectorViewPlugin(Application application) { FILE: plugins/threadinspect/src/org/graalvm/visualvm/modules/threadinspect/JExtendedSplitPane.java class JExtendedSplitPane (line 40) | class JExtendedSplitPane extends JSplitPane { method JExtendedSplitPane (line 50) | public JExtendedSplitPane(int newOrientation, Component newLeftCompone... method JExtendedSplitPane (line 54) | public JExtendedSplitPane(int newOrientation, boolean newContinuousLay... method setDividerSize (line 68) | public void setDividerSize(int newSize) { method setDividerLocation (line 73) | public void setDividerLocation(double requestedDividerLocation) { method setLeftComponent (line 86) | public void setLeftComponent(Component newLeftComponent) { method setRightComponent (line 102) | public void setRightComponent(Component newRightComponent) { method reshape (line 119) | public void reshape(int x, int y, int width, int height) { method getDivider (line 133) | private Component getDivider() { method computeDividerLocationWhenHidden (line 138) | private void computeDividerLocationWhenHidden(Component hiddenComponen... method computeDividerLocationWhenInitiallyHidden (line 149) | private void computeDividerLocationWhenInitiallyHidden(Component hidde... method computeDividerLocation (line 160) | private void computeDividerLocation(Component hiddenComponent, double ... method updateVisibility (line 168) | private void updateVisibility() { class VisibilityListener (line 199) | private class VisibilityListener implements HierarchyListener { method VisibilityListener (line 204) | VisibilityListener(Component c) { method hierarchyChanged (line 209) | public void hierarchyChanged(HierarchyEvent e) { method componentHidden (line 221) | private void componentHidden(Component c) { method componentShown (line 231) | private void componentShown() { FILE: plugins/threadinspect/src/org/graalvm/visualvm/modules/threadinspect/ThreadsInspector.java class ThreadsInspector (line 68) | final class ThreadsInspector extends JPanel implements DataRemovedListen... method ThreadsInspector (line 118) | public ThreadsInspector(Application application) { method dataRemoved (line 127) | public void dataRemoved(Application application) { method propertyChange (line 131) | public void propertyChange(PropertyChangeEvent evt) { method initUI (line 136) | private void initUI() { method initThreads (line 141) | private void initThreads() { method refreshData (line 168) | private void refreshData() { method displayStackTraces (line 258) | private void displayStackTraces(final List toDisplay) { method disableUI (line 269) | private void disableUI() { method showProgress (line 283) | private void showProgress() { method showError (line 289) | private void showError(final String error) { method showDetails (line 301) | private void showDetails(String text) { method createUI (line 309) | private void createUI() { method getPresenterSpacing (line 387) | private static int getPresenterSpacing() { class CustomizedSplitPaneUI (line 393) | private static class CustomizedSplitPaneUI extends BasicSplitPaneUI { method createDefaultDivider (line 394) | public BasicSplitPaneDivider createDefaultDivider() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/ItemValueFormatter.java class ItemValueFormatter (line 37) | public abstract class ItemValueFormatter { method formatValue (line 61) | public String formatValue(long value, int format) { method getUnits (line 64) | public String getUnits(int format) { method formatValue (line 100) | public abstract String formatValue(long value, int format); method getUnits (line 108) | public abstract String getUnits(int format); class Decimal (line 115) | public static final class Decimal extends ItemValueFormatter { method Decimal (line 123) | Decimal() { method Decimal (line 134) | public Decimal(int factor, String units) { method formatValue (line 140) | public String formatValue(long value, int format) { method getUnits (line 144) | public String getUnits(int format) { class Bytes (line 156) | private static final class Bytes extends ItemValueFormatter { method Bytes (line 161) | Bytes() {} method formatValue (line 164) | public String formatValue(long value, int format) { method getUnits (line 178) | public String getUnits(int format) { class BytesSec (line 198) | private static final class BytesSec extends ItemValueFormatter { method formatValue (line 203) | public String formatValue(long value, int format) { method getUnits (line 217) | public String getUnits(int format) { class Percent (line 235) | public static final class Percent extends ItemValueFormatter { method Percent (line 252) | Percent() { method Percent (line 262) | public Percent(int decexp) { method formatValue (line 267) | public String formatValue(long value, int format) { method getUnits (line 280) | public String getUnits(int format) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/PackageStateHandler.java type PackageStateHandler (line 37) | public interface PackageStateHandler { method probeAdded (line 45) | public void probeAdded(TracerProbe probe, X dataSource); method probeRemoved (line 53) | public void probeRemoved(TracerProbe probe, X dataSource); method sessionInitializing (line 68) | public TracerProgressObject sessionInitializing(TracerProbe[] probes, method sessionStarting (line 86) | public void sessionStarting(TracerProbe[] probes, X dataSource) method sessionRunning (line 96) | public void sessionRunning(TracerProbe[] probes, X dataSource); method sessionStopping (line 108) | public void sessionStopping(TracerProbe[] probes, X dataSource); method sessionFinished (line 116) | public void sessionFinished(TracerProbe[] probes, X dataSource); method refreshRateChanged (line 125) | public void refreshRateChanged(TracerProbe[] probes, X dataSource, ... class Adapter (line 133) | public abstract class Adapter implements Package... method probeAdded (line 135) | public void probeAdded(TracerProbe probe, X dataSource) {} method probeRemoved (line 137) | public void probeRemoved(TracerProbe probe, X dataSource) {} method sessionInitializing (line 151) | public TracerProgressObject sessionInitializing(TracerProbe[] pro... method sessionStarting (line 154) | public void sessionStarting(TracerProbe[] probes, X dataSource) method sessionRunning (line 157) | public void sessionRunning(TracerProbe[] probes, X dataSource) {} method sessionStopping (line 159) | public void sessionStopping(TracerProbe[] probes, X dataSource) {} method sessionFinished (line 161) | public void sessionFinished(TracerProbe[] probes, X dataSource) {} method refreshRateChanged (line 163) | public void refreshRateChanged(TracerProbe[] probes, X dataSource, FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/ProbeItemDescriptor.java class ProbeItemDescriptor (line 79) | public abstract class ProbeItemDescriptor { method ProbeItemDescriptor (line 116) | protected ProbeItemDescriptor(String name, String description) { method getName (line 136) | public final String getName() { return name; } method getDescription (line 142) | public final String getDescription() { return description; } method continuousLineItem (line 157) | public static ProbeItemDescriptor continuousLineItem(String name, Stri... method continuousLineItem (line 175) | public static ProbeItemDescriptor continuousLineItem(String name, Stri... method continuousFillItem (line 192) | public static ProbeItemDescriptor continuousFillItem(String name, Stri... method continuousFillItem (line 210) | public static ProbeItemDescriptor continuousFillItem(String name, Stri... method continuousLineFillItem (line 227) | public static ProbeItemDescriptor continuousLineFillItem(String name, ... method continuousLineFillItem (line 245) | public static ProbeItemDescriptor continuousLineFillItem(String name, ... method continuousItem (line 268) | public static ProbeItemDescriptor continuousItem(String name, String d... method discreteLineItem (line 293) | public static ProbeItemDescriptor discreteLineItem(String name, String... method discreteLineItem (line 311) | public static ProbeItemDescriptor discreteLineItem(String name, String... method discreteFillItem (line 328) | public static ProbeItemDescriptor discreteFillItem(String name, String... method discreteFillItem (line 346) | public static ProbeItemDescriptor discreteFillItem(String name, String... method discreteLineFillItem (line 363) | public static ProbeItemDescriptor discreteLineFillItem(String name, St... method discreteLineFillItem (line 381) | public static ProbeItemDescriptor discreteLineFillItem(String name, St... method discreteOutlineItem (line 404) | public static ProbeItemDescriptor discreteOutlineItem(String name, Str... method discreteToplineItem (line 431) | public static ProbeItemDescriptor discreteToplineItem(String name, Str... method discreteToplineItem (line 458) | public static ProbeItemDescriptor discreteToplineItem(String name, Str... method discreteBarItem (line 487) | public static ProbeItemDescriptor discreteBarItem(String name, String ... method discreteBarItem (line 518) | public static ProbeItemDescriptor discreteBarItem(String name, String ... method discreteItem (line 532) | private static ProbeItemDescriptor discreteItem(String name, String de... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/ProbeStateHandler.java type ProbeStateHandler (line 37) | public interface ProbeStateHandler { method probeAdded (line 44) | public void probeAdded(X dataSource); method probeRemoved (line 51) | public void probeRemoved(X dataSource); method sessionInitializing (line 65) | public TracerProgressObject sessionInitializing(X dataSource, int refr... method sessionStarting (line 81) | public void sessionStarting(X dataSource) method sessionRunning (line 90) | public void sessionRunning(X dataSource); method sessionStopping (line 101) | public void sessionStopping(X dataSource); method sessionFinished (line 108) | public void sessionFinished(X dataSource); method refreshRateChanged (line 116) | public void refreshRateChanged(X dataSource, int refresh); class Adapter (line 124) | public abstract class Adapter implements ProbeSt... method probeAdded (line 126) | public void probeAdded(X dataSource) {} method probeRemoved (line 128) | public void probeRemoved(X dataSource) {} method sessionInitializing (line 141) | public TracerProgressObject sessionInitializing(X dataSource, int re... method sessionStarting (line 145) | public void sessionStarting(X dataSource) method sessionRunning (line 148) | public void sessionRunning(X dataSource) {} method sessionStopping (line 150) | public void sessionStopping(X dataSource) {} method sessionFinished (line 152) | public void sessionFinished(X dataSource) {} method refreshRateChanged (line 154) | public void refreshRateChanged(X dataSource, int refresh) {} FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/SessionInitializationException.java class SessionInitializationException (line 35) | public final class SessionInitializationException extends Exception { method SessionInitializationException (line 46) | public SessionInitializationException(String logMessage) { method SessionInitializationException (line 57) | public SessionInitializationException(String logMessage, method SessionInitializationException (line 69) | public SessionInitializationException(String userMessage, method SessionInitializationException (line 83) | public SessionInitializationException(String userMessage, method getUserMessage (line 98) | public String getUserMessage() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerPackage.java class TracerPackage (line 41) | public abstract class TracerPackage implements Pos... method TracerPackage (line 57) | public TracerPackage(String name, String description, Icon icon, method getName (line 71) | public final String getName() { return name; } method getDescription (line 78) | public final String getDescription() { return description; } method getIcon (line 85) | public final Icon getIcon() { return icon; } method getPreferredPosition (line 92) | public final int getPreferredPosition() { return preferredPosition; } method getProbeDescriptors (line 104) | public abstract TracerProbeDescriptor[] getProbeDescriptors(); method getProbe (line 114) | public abstract TracerProbe getProbe(TracerProbeDescriptor descript... method getStateHandler (line 126) | public PackageStateHandler getStateHandler() { return null; } class SessionAware (line 135) | public static abstract class SessionAware extend... method SessionAware (line 148) | public SessionAware(String name, String description, method getStateHandler (line 161) | public synchronized final PackageStateHandler getStateHandler() { method probeAdded (line 201) | protected void probeAdded(TracerProbe probe, X dataSource) {} method probeRemoved (line 209) | protected void probeRemoved(TracerProbe probe, X dataSource) {} method sessionInitializing (line 224) | protected TracerProgressObject sessionInitializing(TracerProbe[] ... method sessionStarting (line 242) | protected void sessionStarting(TracerProbe[] probes, X dataSource) method sessionRunning (line 252) | protected void sessionRunning(TracerProbe[] probes, X dataSource) {} method sessionStopping (line 264) | protected void sessionStopping(TracerProbe[] probes, X dataSource... method sessionFinished (line 272) | protected void sessionFinished(TracerProbe[] probes, X dataSource... method refreshRateChanged (line 281) | protected void refreshRateChanged(TracerProbe[] probes, X dataSou... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerPackageProvider.java class TracerPackageProvider (line 36) | public abstract class TracerPackageProvider { method TracerPackageProvider (line 46) | public TracerPackageProvider(Class scope) { this.scope = scope; } method getScope (line 54) | public final Class getScope() { return scope; } method getPackages (line 62) | public abstract TracerPackage[] getPackages(X dataSource); FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerProbe.java class TracerProbe (line 37) | public abstract class TracerProbe { method TracerProbe (line 47) | public TracerProbe(ProbeItemDescriptor[] itemDescriptors) { method getItemDescriptors (line 59) | public final ProbeItemDescriptor[] getItemDescriptors() { return itemD... method getItemsCount (line 67) | public int getItemsCount() { return itemDescriptors.length; } method getItemValues (line 83) | public abstract long[] getItemValues(long timestamp); method getStateHandler (line 95) | public ProbeStateHandler getStateHandler() { return null; } class SessionAware (line 104) | public static abstract class SessionAware extend... method SessionAware (line 113) | public SessionAware(ProbeItemDescriptor[] itemDescriptors) { method getStateHandler (line 124) | public synchronized final ProbeStateHandler getStateHandler() { method probeAdded (line 161) | protected void probeAdded(X dataSource) {} method probeRemoved (line 168) | protected void probeRemoved(X dataSource) {} method sessionInitializing (line 182) | protected TracerProgressObject sessionInitializing(X dataSource, int... method sessionStarting (line 200) | protected void sessionStarting(X dataSource) method sessionRunning (line 209) | protected void sessionRunning(X dataSource) {} method sessionStopping (line 220) | protected void sessionStopping(X dataSource) {} method sessionFinished (line 227) | protected void sessionFinished(X dataSource) {} method refreshRateChanged (line 235) | protected void refreshRateChanged(X dataSource, int refresh) {} FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerProbeDescriptor.java class TracerProbeDescriptor (line 38) | public final class TracerProbeDescriptor implements Positionable { method TracerProbeDescriptor (line 59) | public TracerProbeDescriptor(String name, String description, Icon icon, method getProbeName (line 74) | public String getProbeName() { return name; } method getProbeDescription (line 81) | public String getProbeDescription() { return description; } method getProbeIcon (line 88) | public Icon getProbeIcon() { return icon; } method getPreferredPosition (line 95) | public int getPreferredPosition() { return preferredPosition; } method isProbeAvailable (line 102) | public boolean isProbeAvailable() { return available; } FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerProgressObject.java class TracerProgressObject (line 38) | public final class TracerProgressObject { method TracerProgressObject (line 54) | public TracerProgressObject(int steps) { method TracerProgressObject (line 65) | public TracerProgressObject(int steps, String text) { method getSteps (line 82) | public synchronized int getSteps() { return steps; } method getCurrentStep (line 89) | public synchronized int getCurrentStep() { return currentStep; } method getText (line 96) | public synchronized String getText() { return text; } method addStep (line 102) | public void addStep() { addSteps(1); } method addStep (line 110) | public void addStep(String text) { addSteps(1, text); } method addSteps (line 117) | public void addSteps(int steps) { addSteps(steps, text); } method addSteps (line 126) | public synchronized void addSteps(int steps, String text) { method setText (line 144) | public synchronized void setText(String text) { method finish (line 152) | public synchronized void finish() { method isFinished (line 163) | public synchronized boolean isFinished() { method addListener (line 173) | public synchronized void addListener(Listener l) { listeners.add(l); } method removeListener (line 180) | public synchronized void removeListener(Listener l) { listeners.remove... method fireChange (line 182) | private void fireChange() { type Listener (line 200) | public static interface Listener { method progressChanged (line 210) | public void progressChanged(int addedSteps, int currentStep, String ... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/TracerSupport.java class TracerSupport (line 36) | public final class TracerSupport { method getInstance (line 46) | public static synchronized TracerSupport getInstance() { method registerPackageProvider (line 57) | public void registerPackageProvider(TracerPackageProvider provider) { method unregisterPackageProvider (line 66) | public void unregisterPackageProvider(TracerPackageProvider povider) { method TracerSupport (line 71) | private TracerSupport() {} FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/DetailsView.java class DetailsView (line 37) | final class DetailsView { method DetailsView (line 48) | DetailsView(TracerModel model) { method registerViewListener (line 55) | void registerViewListener(VisibilityHandler viewHandler) { method isShowing (line 64) | boolean isShowing() { method hasData (line 68) | boolean hasData() { method getView (line 75) | DataViewComponent.DetailsView getView() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/PackagesView.java class PackagesView (line 58) | final class PackagesView { method PackagesView (line 64) | PackagesView(TracerModel model, TracerController controller) { method loadPackages (line 72) | private void loadPackages(final JComponent view) { method getView (line 99) | DataViewComponent.DetailsView getView() { method refreshState (line 106) | private void refreshState(JComponent view) { method initListeners (line 120) | private void initListeners(final JComponent view) { method displayPackages (line 138) | private void displayPackages(List packages, method displayError (line 187) | private void displayError(JComponent view) { method createComponents (line 196) | private JComponent createComponents() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/TimelineView.java class TimelineView (line 38) | final class TimelineView { method TimelineView (line 48) | TimelineView(TracerModel model) { method reset (line 55) | void reset() { method resetSelection (line 59) | void resetSelection() { method zoomInAction (line 63) | Action zoomInAction() { method zoomOutAction (line 68) | Action zoomOutAction() { method toggleViewAction (line 73) | Action toggleViewAction() { method mouseZoom (line 78) | AbstractButton mouseZoom() { method mouseHScroll (line 83) | AbstractButton mouseHScroll() { method mouseVScroll (line 88) | AbstractButton mouseVScroll() { method registerViewListener (line 94) | void registerViewListener(VisibilityHandler viewHandler) { method isShowing (line 103) | boolean isShowing() { method getView (line 109) | DataViewComponent.DetailsView getView() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/TracerController.java class TracerController (line 64) | final class TracerController implements DataRemovedListener, method TracerController (line 93) | TracerController(TracerModel model) { method setState (line 117) | private void setState(final int state) { method getState (line 131) | int getState() { method getProgress (line 135) | TracerProgressObject getProgress() { method getErrorMessage (line 139) | String getErrorMessage() { method addListener (line 143) | void addListener(PropertyChangeListener listener) { method removeListener (line 148) | void removeListener(PropertyChangeListener listener) { method setRefreshRate (line 156) | void setRefreshRate(int refreshRate) { method getRefreshRate (line 165) | int getRefreshRate() { method startSession (line 169) | void startSession() { method stopSession (line 175) | void stopSession() { method doStartSession (line 182) | private boolean doStartSession() { method doStopSession (line 196) | private void doStopSession() { method notifySessionInitializing (line 203) | private void notifySessionInitializing(Set probes, int itemsCount) { method viewRemoved (line 500) | void viewRemoved() { method dataRemoved (line 505) | public void dataRemoved(DataSource dataSource) { method propertyChange (line 510) | public void propertyChange(PropertyChangeEvent evt) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/TracerModel.java class TracerModel (line 55) | final class TracerModel { method TracerModel (line 71) | TracerModel(DataSource dataSource) { method getDataSource (line 93) | DataSource getDataSource() { method getPackages (line 100) | List getPackages() { method addDescriptor (line 112) | void addDescriptor(final TracerPackage p, method removeDescriptor (line 119) | void removeDescriptor(final TracerPackage p, method getDescriptor (line 126) | TracerProbeDescriptor getDescriptor(TracerProbe p) { method getDefinedProbes (line 133) | List getDefinedProbes() { method getDefinedProbeSets (line 139) | Set>> getDefinedProbeSets() { method areProbesDefined (line 152) | boolean areProbesDefined() { method addProbe (line 157) | private void addProbe(TracerPackage p, TracerProbeDescript... method removeProbe (line 177) | private void removeProbe(TracerPackage p, TracerProbeDescr... method notifyProbeAdded (line 208) | private void notifyProbeAdded(TracerPackage p, TracerProbe... method notifyProbeRemoved (line 224) | private void notifyProbeRemoved(TracerPackage p, TracerProbe getPackages(DataSource dataSou... method TracerSupportImpl (line 82) | private TracerSupportImpl() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/TracerView.java class TracerView (line 75) | final class TracerView extends DataSourceView { method TracerView (line 91) | TracerView(TracerModel model, TracerController controller) { method createComponent (line 101) | protected DataViewComponent createComponent() { class MasterViewSupport (line 136) | private class MasterViewSupport { method getView (line 177) | DataViewComponent.MasterView getView() { method refreshState (line 195) | private void refreshState(boolean probesDefined) { method initListeners (line 237) | private void initListeners() { method clearSelections (line 294) | private void clearSelections() { method updateViewsOnSessionStart (line 301) | private void updateViewsOnSessionStart() { method updateViewsOnProbesChange (line 310) | private void updateViewsOnProbesChange(boolean probesDefined) { method updateViewsOnSelectionChange (line 317) | private void updateViewsOnSelectionChange(boolean rowsSelected) { method updateViews (line 324) | private void updateViews(String views) { method setProbesVisible (line 335) | private void setProbesVisible(boolean visible) { method setTimelineVisible (line 340) | private void setTimelineVisible(boolean visible) { method setDetailsVisible (line 345) | private void setDetailsVisible(boolean visible) { method showMessage (line 350) | private void showMessage(String text) { method showProgress (line 355) | private void showProgress() { method setSystemToolbarItem (line 392) | private void setSystemToolbarItem(Component c) { method resetSystemToolbar (line 400) | private void resetSystemToolbar() { method clearSystemToolbar (line 405) | private void clearSystemToolbar() { method createTimelineToolbar (line 413) | private void createTimelineToolbar(Dimension size) { method hideTimelineToolbar (line 525) | private void hideTimelineToolbar() { method showTimelineToolbar (line 529) | private void showTimelineToolbar() { method createSelectionToolbar (line 534) | private void createSelectionToolbar(Dimension size) { method updateSelectionToolbar (line 583) | private void updateSelectionToolbar(boolean dynamicSelection) { method createExtraToolbar (line 594) | private void createExtraToolbar(Dimension size) { method hideExtraToolbar (line 643) | private void hideExtraToolbar() { method showExtraToolbar (line 647) | private void showExtraToolbar() { method addClientToobarItem (line 651) | private void addClientToobarItem(Component c) { method removeClientToolbarItem (line 664) | private void removeClientToolbarItem(Component c) { method createToolbarSeparator (line 679) | private SimpleSeparator createToolbarSeparator() { method createComponents (line 688) | private JComponent createComponents() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/TracerViewProvider.java class TracerViewProvider (line 38) | final class TracerViewProvider extends ModuleInstall { method restored (line 43) | public synchronized void restored() { method uninstalled (line 49) | public synchronized void uninstalled() { class Impl (line 56) | private static final class Impl extends DataSourceViewProvider getSelected(JPanel container) { method initComponents (line 581) | private void initComponents() { method titledBorder (line 1433) | private static Border titledBorder(String title) { method createBorder (line 1441) | private static void createBorder(JComponent component, Border border) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/options/TracerOptionsPanelController.java class TracerOptionsPanelController (line 40) | @OptionsPanelController.TopLevelRegistration( method update (line 55) | public void update() { method applyChanges (line 87) | public void applyChanges() { method cancel (line 117) | public void cancel() {} method isValid (line 119) | public boolean isValid() { method isChanged (line 123) | public boolean isChanged() { method getHelpCtx (line 156) | public HelpCtx getHelpCtx() { method getComponent (line 162) | public JComponent getComponent(Lookup masterLookup) { method addPropertyChangeListener (line 166) | public void addPropertyChangeListener(PropertyChangeListener l) { method removePropertyChangeListener (line 170) | public void removePropertyChangeListener(PropertyChangeListener l) { method getPanel (line 175) | private TracerOptionsPanel getPanel() { method getComponent (line 180) | private JComponent getComponent() { method changed (line 187) | void changed() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/probes/ProbeDescriptorComponent.java class ProbeDescriptorComponent (line 46) | public final class ProbeDescriptorComponent extends JPanel { method ProbeDescriptorComponent (line 48) | public ProbeDescriptorComponent(final TracerProbeDescriptor descriptor, method setEnabled (line 131) | public void setEnabled(boolean enabled) { type SelectionHandler (line 138) | public static interface SelectionHandler { method descriptorSelected (line 140) | public void descriptorSelected(TracerPackage p, TracerPr... method descriptorUnselected (line 142) | public void descriptorUnselected(TracerPackage p, Tracer... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/probes/ProbePresenter.java class ProbePresenter (line 43) | public final class ProbePresenter extends JLabel { method ProbePresenter (line 58) | public ProbePresenter(TracerProbe p, TracerProbeDescriptor d) { method setSelected (line 76) | public void setSelected(boolean selected) { method isSelected (line 82) | public boolean isSelected() { method reshape (line 87) | public void reshape(int x, int y, int w, int h) { method paintComponent (line 94) | protected void paintComponent(Graphics g) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/CategoryList.java class CategoryList (line 48) | public final class CategoryList extends JPanel { method CategoryList (line 63) | public CategoryList(String[] categories, String[] tooltips, method setEnabled (line 77) | public void setEnabled(boolean enabled) { class Category (line 83) | private static class Category extends JPanel { method Category (line 91) | public Category(String caption, String tooltip, method setEnabled (line 138) | public void setEnabled(boolean enabled) { method updateState (line 144) | private void updateState() { method centeredIcon (line 152) | private static Icon centeredIcon(final Icon icon, final int width, fin... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/ColorIcon.java class ColorIcon (line 36) | public final class ColorIcon implements javax.swing.Icon { method ColorIcon (line 51) | private ColorIcon(Color color) { method ColorIcon (line 55) | private ColorIcon(Color color, boolean shadow) { method setup (line 61) | public static void setup(int width, int height, Color foreground, Colo... method fromColor (line 69) | public static ColorIcon fromColor(Color color) { method getIconWidth (line 79) | public int getIconWidth() { method getIconHeight (line 83) | public int getIconHeight() { method paintIcon (line 87) | public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/CustomComboRenderer.java class CustomComboRenderer (line 42) | public abstract class CustomComboRenderer implements ListCellRenderer { method CustomComboRenderer (line 49) | private CustomComboRenderer(JComboBox combo) { method setupRenderer (line 64) | protected void setupRenderer(ListCellRenderer renderer, boolean popupV... method setupRenderer (line 66) | protected void setupRenderer(JLabel renderer, boolean popupVisible) {} method value (line 68) | public abstract java.lang.String value(Object value); method getListCellRendererComponent (line 71) | public Component getListCellRendererComponent(JList list, Object value, class String (line 83) | public static final class String extends CustomComboRenderer { method String (line 85) | public String(JComboBox combo) { method value (line 89) | public java.lang.String value(Object value) { class Boolean (line 96) | public static final class Boolean extends CustomComboRenderer { method Boolean (line 98) | public Boolean(JComboBox combo) { method value (line 102) | public java.lang.String value(Object value) { class Number (line 111) | public static final class Number extends CustomComboRenderer { method Number (line 116) | public Number(JComboBox combo, java.lang.String units, boolean lAlig... method setupRenderer (line 122) | protected void setupRenderer(JLabel renderer, boolean popupVisible) { method value (line 127) | public java.lang.String value(Object value) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/DropdownButton.java class DropdownButton (line 43) | public final class DropdownButton extends JToggleButton { method DropdownButton (line 51) | public DropdownButton(Icon icon) { method addAction (line 56) | public void addAction(Action action) { method addSeparator (line 60) | public void addSeparator() { method fireActionPerformed (line 65) | protected void fireActionPerformed(ActionEvent event) { method addAction (line 81) | private void addAction(JPopupMenu popup, Action action) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/EnhancedLabelRenderer.java class EnhancedLabelRenderer (line 38) | public final class EnhancedLabelRenderer extends LabelRenderer { method setMargin (line 48) | public void setMargin(Insets marginInsets) { method setBorder (line 54) | public void setBorder(Border border) { method getBorder (line 61) | public Border getBorder() { method setBackground (line 66) | public void setBackground(Color background) { method getBackground (line 71) | public Color getBackground() { method getMarginInsets (line 75) | private EnhancedInsets getMarginInsets() { method getBorderInsets (line 80) | private EnhancedInsets getBorderInsets() { method prePaint (line 86) | protected void prePaint(Graphics g, int x, int y) { method postPaint (line 98) | protected void postPaint(Graphics g, int x, int y) { class EnhancedInsets (line 112) | private static class EnhancedInsets extends Insets { method EnhancedInsets (line 114) | public EnhancedInsets() { method EnhancedInsets (line 118) | public EnhancedInsets(Insets insets) { method EnhancedInsets (line 122) | public EnhancedInsets(int top, int left, int bottom, int right) { method width (line 127) | public int width() { method height (line 131) | public int height() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/HeaderButton.java class HeaderButton (line 50) | public class HeaderButton extends HeaderPanel { method HeaderButton (line 57) | public HeaderButton(String text, Icon icon) { method setToolTipText (line 78) | public void setToolTipText(String text) { method setEnabled (line 82) | public void setEnabled(boolean enabled) { method reset (line 87) | public void reset() { method processMouseEvents (line 92) | protected boolean processMouseEvents() { return true; } method performAction (line 94) | protected void performAction(ActionEvent e) {} method setUI (line 96) | public void setUI(ButtonUI ui) { if (ui == UI) super.setUI(ui); } class HeaderButtonUI (line 99) | private static class HeaderButtonUI extends BasicButtonUI { method paintFocus (line 108) | protected void paintFocus(Graphics g, AbstractButton b, Rectangle vi... method paintButtonPressed (line 116) | protected void paintButtonPressed(Graphics g, AbstractButton b) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/HeaderLabel.java class HeaderLabel (line 38) | public final class HeaderLabel extends HeaderPanel { method HeaderLabel (line 47) | public HeaderLabel() { method HeaderLabel (line 51) | public HeaderLabel(String text) { method setText (line 56) | public final void setText(String text) { method getText (line 61) | public final String getText() { method setHorizontalAlignment (line 65) | public final void setHorizontalAlignment(int align) { method getHorizontalAlignment (line 70) | public final int getHorizontalAlignment() { method getRendererValue (line 75) | protected Object getRendererValue() { method setupRenderer (line 80) | protected void setupRenderer(Component renderer) { method getPreferredSize (line 88) | public Dimension getPreferredSize() { method getPreferredSizeSuper (line 92) | private Dimension getPreferredSizeSuper() { method computeHeight (line 97) | private static int computeHeight() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/HeaderPanel.java class HeaderPanel (line 47) | public class HeaderPanel extends JPanel { method HeaderPanel (line 52) | public HeaderPanel() { method getRendererValue (line 57) | protected Object getRendererValue() { return null; } method setupRenderer (line 59) | protected void setupRenderer(Component renderer) {} method isSelected (line 61) | protected boolean isSelected() { return false; } method processMouseEvents (line 63) | protected boolean processMouseEvents() { return false; } method getClientContainer (line 66) | public JPanel getClientContainer() { method isOptimizedDrawingEnabled (line 74) | public boolean isOptimizedDrawingEnabled() { method processMouseEvent (line 78) | protected void processMouseEvent(MouseEvent e) { method initComponents (line 83) | private void initComponents() { class Header (line 125) | private static class Header extends JTableHeader { method Header (line 126) | Header(TableColumnModel model) { super(model); } method processMouseEvent (line 127) | public void processMouseEvent(MouseEvent e) { super.processMouseEven... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/LabelRenderer.java class LabelRenderer (line 44) | public class LabelRenderer extends JLabel { method LabelRenderer (line 69) | public LabelRenderer() { method getInsets (line 83) | public Insets getInsets() { method getInsets (line 87) | public Insets getInsets(Insets insets) { method setLocation (line 91) | public void setLocation(int x, int y) { method getPreferredSize (line 96) | public Dimension getPreferredSize() { method setUI (line 113) | public void setUI(LabelUI ui) { method resetPreferredSize (line 117) | private void resetPreferredSize(boolean width, boolean height) { method prePaint (line 123) | protected void prePaint(Graphics g, int x, int y) {} method postPaint (line 124) | protected void postPaint(Graphics g, int x, int y) {} method paint (line 126) | public void paint(Graphics g) { method setText (line 147) | public void setText(String text) { method getText (line 153) | public String getText() { method setIcon (line 158) | public void setIcon(Icon icon) { method getIcon (line 167) | public Icon getIcon() { method setForeground (line 172) | public void setForeground(Color foreground) { method getForeground (line 177) | public Color getForeground() { method setEnabled (line 182) | public void setEnabled(boolean enabled) { method isEnabled (line 187) | public boolean isEnabled() { method getDisplayedMnemonicIndex (line 192) | public int getDisplayedMnemonicIndex() { method getFontMetrics (line 197) | public FontMetrics getFontMetrics(Font font) { method setFont (line 202) | public void setFont(Font font) { method getIconTextGap (line 209) | public int getIconTextGap() { method setIconTextGap (line 215) | public void setIconTextGap(int iconTextGap) { method validate (line 221) | public void validate() {} method revalidate (line 224) | public void revalidate() {} method repaint (line 227) | public void repaint(long tm, int x, int y, int width, int height) {} method repaint (line 230) | public void repaint(Rectangle r) {} method repaint (line 233) | public void repaint() {} method setDisplayedMnemonic (line 236) | public void setDisplayedMnemonic(int key) {} method setDisplayedMnemonic (line 239) | public void setDisplayedMnemonic(char aChar) {} method setDisplayedMnemonicIndex (line 242) | public void setDisplayedMnemonicIndex(int index) {} method firePropertyChange (line 245) | public void firePropertyChange(String propertyName, byte oldValue, byt... method firePropertyChange (line 248) | public void firePropertyChange(String propertyName, char oldValue, cha... method firePropertyChange (line 251) | public void firePropertyChange(String propertyName, short oldValue, sh... method firePropertyChange (line 254) | public void firePropertyChange(String propertyName, int oldValue, int ... method firePropertyChange (line 257) | public void firePropertyChange(String propertyName, long oldValue, lon... method firePropertyChange (line 260) | public void firePropertyChange(String propertyName, float oldValue, fl... method firePropertyChange (line 263) | public void firePropertyChange(String propertyName, double oldValue, d... method firePropertyChange (line 266) | public void firePropertyChange(String propertyName, boolean oldValue, ... method firePropertyChange (line 269) | protected void firePropertyChange(String propertyName, Object oldValue... class LabelRendererUI (line 272) | private static class LabelRendererUI extends BasicLabelUI { method paintEnabledText (line 273) | protected void paintEnabledText(JLabel l, Graphics g, String s, int ... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/LegendFont.java class LegendFont (line 36) | public final class LegendFont extends Font { method LegendFont (line 44) | public LegendFont() { method baseFont (line 49) | private static Font baseFont() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/ScrollBar.java class ScrollBar (line 38) | public class ScrollBar extends JScrollBar { method ScrollBar (line 40) | public ScrollBar(int orientation) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/SimpleSeparator.java class SimpleSeparator (line 39) | public final class SimpleSeparator extends JPanel implements SwingConsta... method SimpleSeparator (line 45) | public SimpleSeparator() { method SimpleSeparator (line 49) | public SimpleSeparator(int orientation) { method setPreferredSize (line 55) | public void setPreferredSize(Dimension preferredSize) { method getMinimumSize (line 61) | public Dimension getMinimumSize() { method getMaximumSize (line 71) | public Dimension getMaximumSize() { method getPreferredSize (line 81) | public Dimension getPreferredSize() { method paint (line 92) | public void paint(Graphics g) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/TimelineMarksPainter.java class TimelineMarksPainter (line 38) | public final class TimelineMarksPainter extends LabelRenderer implements... method TimelineMarksPainter (line 40) | public TimelineMarksPainter() { method getPainter (line 45) | public Component getPainter(AxisMark mark) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/swing/VisibilityHandler.java class VisibilityHandler (line 36) | public abstract class VisibilityHandler { method VisibilityHandler (line 44) | public VisibilityHandler() {} method shown (line 46) | public abstract void shown(); method hidden (line 47) | public abstract void hidden(); method handle (line 50) | public final void handle(Component component) { method createListener (line 65) | private HierarchyListener createListener() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/ChartPanel.java class ChartPanel (line 60) | final class ChartPanel extends JPanel { method ChartPanel (line 97) | ChartPanel(TimelineChart chart, TimelineSupport support) { method resetChart (line 161) | void resetChart() { method resetSelection (line 166) | boolean resetSelection() { method zoomInAction (line 176) | Action zoomInAction() { method zoomOutAction (line 181) | Action zoomOutAction() { method toggleViewAction (line 186) | Action toggleViewAction() { method mouseZoom (line 196) | AbstractButton mouseZoom() { method mouseHScroll (line 210) | AbstractButton mouseHScroll() { method mouseVScroll (line 224) | AbstractButton mouseVScroll() { method vScroll (line 241) | void vScroll(MouseWheelEvent e) { method mouseZoomImpl (line 245) | private void mouseZoomImpl() { method mouseHScrollImpl (line 251) | private void mouseHScrollImpl() { method mouseVScrollImpl (line 257) | private void mouseVScrollImpl() { method clearWheelHandlers (line 263) | private void clearWheelHandlers() { method setWheelScrollHandler (line 269) | private void setWheelScrollHandler(final JScrollBar scrollBar) { method scroll (line 277) | private static void scroll(JScrollBar scrollBar, MouseWheelEvent e) { class ZoomInAction (line 295) | private class ZoomInAction extends AbstractAction { method ZoomInAction (line 299) | public ZoomInAction() { method actionPerformed (line 308) | public void actionPerformed(ActionEvent e) { method updateAction (line 316) | private void updateAction() { class ZoomOutAction (line 324) | private class ZoomOutAction extends AbstractAction { method ZoomOutAction (line 328) | public ZoomOutAction() { method actionPerformed (line 337) | public void actionPerformed(ActionEvent e) { method updateAction (line 345) | private void updateAction() { class ToggleViewAction (line 353) | private class ToggleViewAction extends AbstractAction { method ToggleViewAction (line 358) | public ToggleViewAction() { method actionPerformed (line 369) | public void actionPerformed(ActionEvent e) { method updateAction (line 394) | private void updateAction() { class OneWayToggleButton (line 405) | private static abstract class OneWayToggleButton extends JToggleButton { method OneWayToggleButton (line 410) | public OneWayToggleButton(Icon icon, String toolTip) { method processMouseEvent (line 415) | protected void processMouseEvent(MouseEvent e) { method processKeyEvent (line 425) | protected void processKeyEvent(KeyEvent e) { method fireActionPerformed (line 435) | protected final void fireActionPerformed(ActionEvent e) { method performAction (line 439) | protected abstract void performAction(); class VisibleBoundsListener (line 446) | private class VisibleBoundsListener extends ChartConfigurationListener... method dataBoundsChanged (line 448) | public void dataBoundsChanged(long dataOffsetX, long dataOffsetY, method scaleChanged (line 457) | public void scaleChanged(double oldScaleX, double oldScaleY, FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/ContinuousXYPainter.java class ContinuousXYPainter (line 44) | final class ContinuousXYPainter extends TimelineXYPainter { method ContinuousXYPainter (line 58) | ContinuousXYPainter(float lineWidth, Color lineColor, Color fillColor, method getDefiningColor (line 79) | protected Color getDefiningColor() { method paint (line 83) | protected void paint(XYItem item, List highlighted, FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/DiscreteXYPainter.java class DiscreteXYPainter (line 44) | final class DiscreteXYPainter extends TimelineXYPainter { method DiscreteXYPainter (line 68) | DiscreteXYPainter(float lineWidth, Color lineColor, Color fillColor, method getDefiningColor (line 96) | protected Color getDefiningColor() { method paint (line 100) | protected void paint(XYItem item, List highlighted, method xArr (line 256) | private static int[] xArr(int... vals) { method yArr (line 271) | private static int[] yArr(int... vals) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/PointsComputer.java class PointsComputer (line 37) | final class PointsComputer { method PointsComputer (line 47) | PointsComputer() {} method reset (line 50) | void reset() { method arr1 (line 55) | private int[] arr1(int size) { method arr2 (line 61) | private int[] arr2(int size) { method newArr (line 67) | private int[] newArr(int size, boolean arr1) { method getVisible (line 74) | int[][] getVisible(Rectangle dirtyArea, int valuesCount, method getZeroY (line 129) | int getZeroY(SynchronousXYChartContext context) { method createPoints (line 137) | int[][] createPoints(int[] indexes, int itemsCount, XYItem item, FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/ProbesPanel.java class ProbesPanel (line 60) | final class ProbesPanel extends JPanel { method ProbesPanel (line 75) | ProbesPanel(final TimelineSupport support) { method setCursor (line 188) | public void setCursor(Cursor cursor) { method getMouseTarget (line 192) | Component getMouseTarget() { method updateSelection (line 196) | void updateSelection() { method refreshButtons (line 201) | private void refreshButtons(boolean enabled) { class ViewportUpdater (line 208) | private static class ViewportUpdater implements Runnable { method ViewportUpdater (line 213) | ViewportUpdater(JViewport viewport) { this.viewport = viewport; } method forPoint (line 215) | Runnable forPoint(Point point) { this.point = point; return this; } method run (line 217) | public void run() { viewport.setViewPosition(point); } class ListPanel (line 222) | private static class ListPanel extends JPanel { method ListPanel (line 224) | ListPanel(LayoutManager layout) { method updateSelection (line 229) | protected void updateSelection() { method getToolTipText (line 232) | String getToolTipText(Point p) { method sync (line 240) | private void sync() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/RowBackgroundDecorator.java class RowBackgroundDecorator (line 39) | final class RowBackgroundDecorator implements ChartDecorator { method RowBackgroundDecorator (line 46) | RowBackgroundDecorator(TimelineChart chart) { method paint (line 51) | public void paint(Graphics2D g, Rectangle dirtyArea, ChartContext cont... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/RowBoundsDecorator.java class RowBoundsDecorator (line 39) | final class RowBoundsDecorator implements ChartDecorator { method RowBoundsDecorator (line 46) | RowBoundsDecorator(TimelineChart chart) { method paint (line 51) | public void paint(Graphics2D g, Rectangle dirtyArea, ChartContext cont... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/RowForegroundDecorator.java class RowForegroundDecorator (line 40) | final class RowForegroundDecorator implements ChartDecorator { method RowForegroundDecorator (line 54) | RowForegroundDecorator(TimelineChart chart, boolean gradient, boolean ... method paint (line 61) | public void paint(Graphics2D g, Rectangle dirtyArea, ChartContext cont... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineAxis.java class TimelineAxis (line 79) | final class TimelineAxis extends JPanel { method TimelineAxis (line 90) | TimelineAxis(final TimelineChart chart, TimelineSupport support) { method isOptimizedDrawingEnabled (line 183) | public boolean isOptimizedDrawingEnabled() { method getPreferredSize (line 187) | public Dimension getPreferredSize() { method validate (line 194) | public void validate() {} method doLayout (line 195) | public void doLayout() {} method reshape (line 197) | public void reshape(int x, int y, int width, int height) { class HeaderRenderer (line 205) | private static class HeaderRenderer extends HeaderPanel { method reshape (line 209) | public void reshape(int x, int y, int width, int height) { method validate (line 217) | public void validate() {} method paint (line 219) | public void paint(Graphics g) { class MarksComponent (line 230) | private static class MarksComponent extends JComponent { method MarksComponent (line 256) | MarksComponent(TimelineSupport support) { method validate (line 282) | public void validate() {} method doLayout (line 283) | public void doLayout() {} method refreshMarks (line 286) | void refreshMarks() { method setupTicks (line 300) | void setupTicks() { method refreshHoverMark (line 309) | void refreshHoverMark(int pointerX) { method clearTicks (line 337) | void clearTicks() { method handleAction (line 341) | void handleAction() { method paint (line 347) | public void paint(Graphics g) { class MarksComputer (line 378) | private static class MarksComputer extends TimelineMarksComputer { method MarksComputer (line 380) | MarksComputer(Timeline timeline, ChartContext context) { method refresh (line 384) | void refresh() { class Axis (line 391) | private static class Axis extends AxisComponent { method Axis (line 406) | Axis(TimelineChart chart, MarksComputer marksComputer) { method validate (line 421) | public void validate() {} method doLayout (line 422) | public void doLayout() {} method paint (line 425) | public void paint(Graphics g) { method paintHorizontalMesh (line 434) | protected void paintHorizontalMesh(Graphics2D g, Rectangle clip, Rec... method paintHorizontalAxis (line 455) | protected void paintHorizontalAxis(Graphics g, Rectangle clip) { method resolveOffset (line 489) | private static int resolveOffset() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineChart.java class TimelineChart (line 56) | final class TimelineChart extends SynchronousXYChart { method TimelineChart (line 81) | TimelineChart(SynchronousXYItemsModel itemsModel) { method addRow (line 99) | Row addRow() { method addRow (line 112) | Row addRow(int rowIndex) { method removeRow (line 125) | Row removeRow(int rowIndex) { method removeRow (line 129) | Row removeRow(Row row) { method hasRows (line 144) | boolean hasRows() { method getRowsCount (line 148) | int getRowsCount() { method getRow (line 152) | Row getRow(int rowIndex) { method getRow (line 156) | Row getRow(ChartItem item) { method setRowHeight (line 163) | void setRowHeight(int rowIndex, int rowHeight) { method setRowHeight (line 167) | void setRowHeight(int rowIndex, int rowHeight, boolean checkStep) { method getRowHeight (line 175) | int getRowHeight(int rowIndex) { method increaseRowHeights (line 179) | void increaseRowHeights(boolean step) { method decreaseRowHeights (line 192) | void decreaseRowHeights(boolean step) { method resetRowHeights (line 205) | void resetRowHeights() { method getRowAt (line 217) | Row getRowAt(int ypos) { method getNearestRow (line 228) | Row getNearestRow(int ypos, int range, boolean noFirst) { method updateRowOffsets (line 250) | private void updateRowOffsets(int rowIndex) { method addRowListener (line 260) | void addRowListener(RowListener listener) { method removeRowListener (line 264) | void removeRowListener(RowListener listener) { method notifyRowsAdded (line 269) | private void notifyRowsAdded(final List rows) { method notifyRowsRemoved (line 278) | private void notifyRowsRemoved(final List rows) { method notifyRowsResized (line 287) | private void notifyRowsResized(final List rows) { method selectRow (line 299) | boolean selectRow(Row row) { method unselectRow (line 305) | boolean unselectRow(Row row) { method setSelectedRow (line 311) | boolean setSelectedRow(Row row) { method toggleRowSelection (line 323) | boolean toggleRowSelection(Row row) { method clearRowsSelection (line 328) | boolean clearRowsSelection() { method isRowSelected (line 335) | boolean isRowSelected(Row row) { method isRowSelection (line 339) | boolean isRowSelection() { method getSelectedRows (line 343) | List getSelectedRows() { method updateSelection (line 348) | void updateSelection(boolean enable, Object source) { method maxOffsetX (line 371) | long maxOffsetX() { method viewWidth (line 375) | double viewWidth(double d) { method processMouseWheelEvent (line 379) | protected void processMouseWheelEvent(MouseWheelEvent e) { method getChartContext (line 386) | protected ChartContext getChartContext(ChartItem item) { method computeDataBounds (line 391) | protected void computeDataBounds() { method updateChart (line 407) | protected void updateChart() { method itemsAdded (line 413) | protected void itemsAdded(List addedItems) { method itemsRemoved (line 418) | protected void itemsRemoved(List removedItems) { method itemsChanged (line 423) | protected void itemsChanged(List itemChanges) { method paintersChanged (line 428) | protected void paintersChanged(List changedPainters) { method addItemsImpl (line 436) | void addItemsImpl(SynchronousXYItem[] addedItems, ItemPainter[] addedP... method removeItemsImpl (line 442) | void removeItemsImpl(SynchronousXYItem[] removedItems) { method invalidateRepaint (line 449) | void invalidateRepaint() { method itemsModel (line 457) | private SynchronousXYItemsModel itemsModel() { method paintersModel (line 461) | private PaintersModel.Default paintersModel() { method updateRowIndexes (line 465) | private void updateRowIndexes(int startIndex) { method repaintRows (line 470) | private void repaintRows() { method repaintRows (line 475) | private void repaintRows(final int startIndex) { method updateRowBounds (line 489) | private void updateRowBounds() { class Row (line 497) | class Row { method Row (line 508) | Row() { method getIndex (line 516) | int getIndex() { method updateOffset (line 520) | private void updateOffset() { method getOffset (line 529) | int getOffset() { method setHeight (line 533) | private boolean setHeight(int height, boolean checkStep) { method getHeight (line 542) | int getHeight() { method addItems (line 549) | void addItems(SynchronousXYItemsModel addedItems, PaintersModel adde... method addItems (line 563) | void addItems(SynchronousXYItem[] addedItems, ItemPainter[] addedPai... method removeItems (line 568) | void removeItems(SynchronousXYItemsModel removedItems) { method removeItems (line 578) | void removeItems(SynchronousXYItem[] removedItems) { method getItemsCount (line 586) | int getItemsCount() { method getItem (line 590) | ChartItem getItem(int itemIndex) { method getItems (line 594) | SynchronousXYItem[] getItems() { method containsItem (line 598) | @SuppressWarnings("element-type-mismatch") method getContext (line 606) | ChartContext getContext() { method setIndex (line 613) | private void setIndex(int rowIndex) { method clearItems (line 617) | private void clearItems() { class RowContext (line 627) | private class RowContext extends SynchronousXYChart.Context { method RowContext (line 638) | RowContext(Row row) { method updateBounds (line 649) | protected void updateBounds() { method isBottomBased (line 677) | public boolean isBottomBased() { return true; } method fitsHeight (line 679) | public boolean fitsHeight() { return true; } method getDataOffsetY (line 681) | public long getDataOffsetY() { return bounds.y; } method getDataHeight (line 683) | public long getDataHeight() { return bounds.height; } method getViewHeight (line 685) | public long getViewHeight() { return row.getHeight(); } method getViewportOffsetY (line 687) | public long getViewportOffsetY() { return row.getOffset() - getOffse... method getViewportHeight (line 689) | public int getViewportHeight() { return row.getHeight(); } method getViewY (line 691) | public double getViewY(double dataY) { return getViewY(dataY, false); } method getReversedViewY (line 693) | public double getReversedViewY(double dataY) { return getViewY(dataY... method getViewHeight (line 695) | public double getViewHeight(double dataHeight) { return dataHeight *... method getDataY (line 697) | public double getDataY(double viewY) { return getDataY(viewY, false); } method getReversedDataY (line 699) | public double getReversedDataY(double viewY) { return getDataY(viewY... method getDataHeight (line 701) | public double getDataHeight(double viewHeight) { return viewHeight /... method getViewY (line 704) | private double getViewY(double dataY, boolean reverse) { method getDataY (line 714) | private double getDataY(double viewY, boolean reverse) { class RowComparator (line 727) | private static class RowComparator implements Comparator { method compare (line 729) | public int compare(Row r1, Row r2) { type RowListener (line 738) | public static interface RowListener { method rowsAdded (line 740) | public void rowsAdded(List rows); method rowsRemoved (line 742) | public void rowsRemoved(List rows); method rowsResized (line 744) | public void rowsResized(List rows); FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineColorFactory.java class TimelineColorFactory (line 35) | final class TimelineColorFactory { method getPredefinedColor (line 68) | private static Color getPredefinedColor(int index) { method getColor (line 72) | static Color getColor(int index) { method getPredefinedGradient (line 103) | private static Color[] getPredefinedGradient(int index) { method getGradient (line 107) | static Color[] getGradient(int index) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineLegendOverlay.java class TimelineLegendOverlay (line 43) | final class TimelineLegendOverlay extends ChartOverlay { method TimelineLegendOverlay (line 49) | TimelineLegendOverlay(TimelineChart chart) { method setupPainter (line 61) | private void setupPainter(String text, Color color) { method paint (line 67) | public void paint(Graphics g) { method paint (line 93) | private void paint(Graphics g, int x, int y) { method invalidate (line 106) | public void invalidate() {} method update (line 108) | public void update(Graphics g) {} FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineModel.java class TimelineModel (line 40) | final class TimelineModel implements Timeline { method TimelineModel (line 53) | TimelineModel() { method TimelineModel (line 57) | private TimelineModel(int bufferStep) { method getItemsCount (line 63) | int getItemsCount() { method createItems (line 68) | TimelineXYItem[] createItems(ProbeItemDescriptor[] itemDescriptors) { method removeItems (line 93) | void removeItems(SynchronousXYItem[] removed) { method addValues (line 104) | void addValues(long timestamp, long[] newValues) { method reset (line 120) | void reset() { method addItemsImpl (line 135) | private void addItemsImpl(int addedItemsCount) { method removeItemsImpl (line 141) | private void removeItemsImpl(int removedItemsCount) { method getTimestampsCount (line 147) | public int getTimestampsCount() { method getTimestamp (line 151) | public long getTimestamp(int index) { method updateStorage (line 156) | private void updateStorage() { method extendArray (line 168) | private static long[] extendArray(long[] array, int extraLength) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelinePaintersFactory.java class TimelinePaintersFactory (line 39) | final class TimelinePaintersFactory { method createPainter (line 41) | static TimelineXYPainter createPainter(ProbeItemDescriptor descriptor, method createValuePainter (line 51) | private static TimelineXYPainter createValuePainter( method createContinuousPainter (line 65) | private static TimelineXYPainter createContinuousPainter( method createDiscretePainter (line 89) | private static DiscreteXYPainter createDiscretePainter( FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelinePanel.java class TimelinePanel (line 44) | public final class TimelinePanel extends JPanel { method TimelinePanel (line 52) | public TimelinePanel(TimelineSupport support) { method reset (line 70) | public void reset() { method resetSelection (line 75) | public void resetSelection() { method zoomInAction (line 79) | public Action zoomInAction() { method zoomOutAction (line 83) | public Action zoomOutAction() { method toggleViewAction (line 87) | public Action toggleViewAction() { method mouseZoom (line 91) | public AbstractButton mouseZoom() { method mouseHScroll (line 95) | public AbstractButton mouseHScroll() { method mouseVScroll (line 99) | public AbstractButton mouseVScroll() { class ProbesWheelHandler (line 106) | private static class ProbesWheelHandler implements MouseWheelListener { method ProbesWheelHandler (line 111) | ProbesWheelHandler(ChartPanel chartPanel, ProbesPanel probesPanel) { method register (line 116) | void register() { method mouseWheelMoved (line 120) | public void mouseWheelMoved(MouseWheelEvent e) { class RowMouseHandler (line 126) | private static class RowMouseHandler extends MouseAdapter { method RowMouseHandler (line 139) | RowMouseHandler(TimelineSupport support, ProbesPanel probesPanel) { method register (line 146) | void register() { method mousePressed (line 154) | public void mousePressed(MouseEvent e) { method mouseReleased (line 160) | public void mouseReleased(MouseEvent e) { method mouseMoved (line 171) | public void mouseMoved(MouseEvent e) { method mouseDragged (line 176) | public void mouseDragged(MouseEvent e){ method updateRowState (line 185) | private void updateRowState(MouseEvent e, boolean updateSelection) { method updateSelection (line 201) | void updateSelection() { method updateCursor (line 206) | private void updateCursor() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineSelectionOverlay.java class TimelineSelectionOverlay (line 58) | final class TimelineSelectionOverlay extends ChartOverlay { method TimelineSelectionOverlay (line 84) | TimelineSelectionOverlay() { method registerChart (line 96) | final void registerChart(TimelineSupport support) { method unregisterChart (line 103) | final void unregisterChart(TimelineSupport support) { method registerListener (line 112) | private void registerListener() { method unregisterListener (line 120) | private void unregisterListener() { method initDefaultValues (line 128) | private void initDefaultValues() { method paint (line 146) | public void paint(Graphics g) { method vLineBoundsChanged (line 210) | private void vLineBoundsChanged(Set oldSelection, Set ne... method getSelections (line 232) | private List getSelections() { method updateValues (line 246) | private static void updateValues(Set values, class ConfigurationListener (line 264) | private class ConfigurationListener extends ChartConfigurationListener... method run (line 267) | public void run() { method contentsUpdated (line 278) | public void contentsUpdated(long offsetX, long offsetY, method rowsAdded (line 288) | public void rowsAdded(List rows) { selectionUpdat... method rowsRemoved (line 290) | public void rowsRemoved(List rows) { selectionUpd... method rowsResized (line 292) | public void rowsResized(List rows) { selectionUpd... class SelectionListener (line 295) | private class SelectionListener implements ChartSelectionListener { method selectionModeChanged (line 297) | public void selectionModeChanged(int newMode, int oldMode) {} method selectionBoundsChanged (line 299) | public void selectionBoundsChanged(Rectangle newBounds, Rectangle ol... method selectedItemsChanged (line 301) | public void selectedItemsChanged(List currentItems, method highlightedItemsChanged (line 305) | public void highlightedItemsChanged(List currentItems, class TimeSelectionListener (line 314) | private class TimeSelectionListener implements TimelineSupport.Selecti... method rowSelectionChanged (line 316) | public void rowSelectionChanged(boolean rowsSelected) {} method timeSelectionChanged (line 318) | public void timeSelectionChanged(boolean timestampsSelected, boolean... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineSupport.java class TimelineSupport (line 66) | public final class TimelineSupport { method TimelineSupport (line 92) | public TimelineSupport(DescriptorResolver descriptorResolver) { method getChart (line 116) | TimelineChart getChart() { method getChartSelectionModel (line 120) | public ChartSelectionModel getChartSelectionModel() { method getPointsComputer (line 127) | PointsComputer getPointsComputer() { method setShowValuesEnabled (line 134) | public void setShowValuesEnabled(boolean enabled) { method isShowValuesEnabled (line 138) | public boolean isShowValuesEnabled() { method setShowLegendEnabled (line 142) | public void setShowLegendEnabled(boolean enabled) { method isShowLegendEnabled (line 146) | public boolean isShowLegendEnabled() { method addProbe (line 153) | public void addProbe(final TracerProbe probe) { method removeProbe (line 177) | public void removeProbe(final TracerProbe probe) { method getProbes (line 196) | public List getProbes() { method getItemsCount (line 200) | public int getItemsCount() { method hasData (line 204) | public boolean hasData() { method setupOverlays (line 211) | private void setupOverlays() { method getRow (line 378) | TimelineChart.Row getRow(TracerProbe probe) { method getProbe (line 382) | TracerProbe getProbe(TimelineChart.Row row) { method getDescriptor (line 389) | TracerProbeDescriptor getDescriptor(TracerProbe p) { method addValues (line 396) | public void addValues(final long timestamp, final long[] newValues) { method resetValues (line 404) | public void resetValues() { method exportAllValues (line 413) | public void exportAllValues(String title) { method exportDetailsValues (line 458) | public void exportDetailsValues(String title) { method addValuesListener (line 493) | public void addValuesListener(ValuesListener listener) { method removeValuesListener (line 497) | public void removeValuesListener(ValuesListener listener) { method fireValuesAdded (line 501) | private void fireValuesAdded() { method fireValuesReset (line 506) | private void fireValuesReset() { type ValuesListener (line 512) | public static interface ValuesListener { method valuesAdded (line 514) | public void valuesAdded(); method valuesReset (line 516) | public void valuesReset(); method rowSelectionChanged (line 524) | void rowSelectionChanged() { method isRowSelection (line 529) | public boolean isRowSelection() { method getDetailsModel (line 533) | public TableModel getDetailsModel() { method createSelectionModel (line 539) | private DetailsTableModel createSelectionModel() { method setTimestampHovering (line 620) | void setTimestampHovering(boolean hovering, boolean hoveredSelected) { method selectTimestamp (line 626) | public void selectTimestamp(int index, boolean scrollToVisible) { method selectTimestamp (line 630) | private void selectTimestamp(int index, boolean scrollToVisible, boole... method unselectTimestamp (line 641) | public void unselectTimestamp(int index) { method toggleTimestampSelection (line 645) | public void toggleTimestampSelection(int index) { method isTimestampSelected (line 650) | public boolean isTimestampSelected(int index) { method isTimestampSelection (line 654) | public boolean isTimestampSelection(boolean includeHover) { method unselectTimestamp (line 662) | private void unselectTimestamp(int index, boolean notifyTable) { method resetSelectedTimestamps (line 672) | public void resetSelectedTimestamps() { method updateSelectedItems (line 680) | private void updateSelectedItems() { method getSelectedTimestamps (line 693) | public Set getSelectedTimestamps() { method highlightTimestamp (line 697) | private void highlightTimestamp(int selectedIndex) { method scrollChartToIndex (line 725) | public void scrollChartToIndex(int index) { method scrollChartToSelection (line 729) | private void scrollChartToSelection(int oldIndex, int newIndex) { method getSelectedItems (line 756) | private List getSelectedItems() { method getSelectedDescriptors (line 764) | private List getSelectedDescriptors() { method addSelectionListener (line 775) | public void addSelectionListener(SelectionListener listener) { method removeSelectionListener (line 779) | public void removeSelectionListener(SelectionListener listener) { method notifyRowSelectionChanged (line 783) | private void notifyRowSelectionChanged() { method notifyTimeSelectionChanged (line 789) | private void notifyTimeSelectionChanged() { type SelectionListener (line 797) | public static interface SelectionListener { method rowSelectionChanged (line 799) | public void rowSelectionChanged(boolean rowsSelected); method timeSelectionChanged (line 801) | public void timeSelectionChanged(boolean timestampsSelected, type DescriptorResolver (line 806) | public static interface DescriptorResolver { method getDescriptor (line 808) | public TracerProbeDescriptor getDescriptor(TracerProbe p); FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineTooltipOverlay.java class TimelineTooltipOverlay (line 58) | final class TimelineTooltipOverlay extends ChartOverlay implements Actio... method TimelineTooltipOverlay (line 74) | TimelineTooltipOverlay(final TimelineSupport support) { method setupModel (line 141) | void setupModel(TimelineTooltipPainter.Model[] rowModels) { method setPosition (line 155) | private void setPosition(Point p, TimelineTooltipPainter tooltipPainter, method actionPerformed (line 174) | public void actionPerformed(ActionEvent e) { method checkAllocatedSelectionPainters (line 190) | private void checkAllocatedSelectionPainters() { method updateTooltip (line 204) | @SuppressWarnings("element-type-mismatch") method setPosition (line 265) | private void setPosition(List selectedItems, PaintersMo... method normalizePosition (line 280) | private Point normalizePosition(Rectangle bounds, TimelineTooltipPaint... method paint (line 295) | public void paint(Graphics g) { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineTooltipPainter.java class TimelineTooltipPainter (line 47) | final class TimelineTooltipPainter extends JPanel { method TimelineTooltipPainter (line 67) | TimelineTooltipPainter(boolean selection) { method update (line 77) | void update(Model rowModel, List selectedItems) { method paintComponent (line 92) | protected void paintComponent(Graphics g) { method initUI (line 103) | private void initUI() { method initComponents (line 110) | private void initComponents(int rowsCount) { type Model (line 171) | static interface Model { method getRowsCount (line 173) | public int getRowsCount (); method getRowName (line 174) | public String getRowName (int index); method getRowValue (line 175) | public String getRowValue (int index, long itemValue); method getRowUnits (line 176) | public String getRowUnits (int index); FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineUnitsOverlay.java class TimelineUnitsOverlay (line 43) | final class TimelineUnitsOverlay extends ChartOverlay { method TimelineUnitsOverlay (line 51) | TimelineUnitsOverlay(TimelineChart chart) { method setupModel (line 63) | void setupModel(Model model) { method hasValues (line 68) | private boolean hasValues() { method setupPainter (line 73) | private void setupPainter(String text, Color color) { method paint (line 79) | public void paint(Graphics g) { method paint (line 117) | private void paint(Graphics g, int x, int y) { method invalidate (line 132) | public void invalidate() {} method update (line 134) | public void update(Graphics g) {} type Model (line 139) | static interface Model { method prefetch (line 141) | public void prefetch(); method getColors (line 142) | public Color[] getColors(TimelineChart.Row row); method getMinUnits (line 143) | public String[] getMinUnits(TimelineChart.Row row); method getMaxUnits (line 144) | public String[] getMaxUnits(TimelineChart.Row row); FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineXYItem.java class TimelineXYItem (line 36) | abstract class TimelineXYItem extends SynchronousXYItem { method TimelineXYItem (line 53) | TimelineXYItem(String name, int itemIndex) { method TimelineXYItem (line 57) | TimelineXYItem(String name, long initialMinY, int itemIndex) { method TimelineXYItem (line 61) | TimelineXYItem(String name, long initialMinY, long initialMaxY, int it... method setIndex (line 75) | final void setIndex(int itemIndex) { this.itemIndex = itemIndex; } method getIndex (line 77) | final int getIndex() { return itemIndex; } method valuesChanged (line 82) | public XYItemChange valuesChanged() { method getMinYValue (line 167) | public long getMinYValue() { return minY; } method getMaxYValue (line 169) | public long getMaxYValue() { return maxY; } method getBounds (line 171) | public LongRect getBounds() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/TimelineXYPainter.java class TimelineXYPainter (line 48) | abstract class TimelineXYPainter extends XYItemPainter.Abstract { method TimelineXYPainter (line 60) | TimelineXYPainter(int viewExtent, boolean bottomBased, double dataFact... method paint (line 70) | protected abstract void paint(XYItem item, List highlig... method getDefiningColor (line 75) | protected abstract Color getDefiningColor(); method setPainting (line 80) | void setPainting(boolean painting) { method isPainting (line 84) | boolean isPainting() { method getViewExtent (line 91) | protected final int getViewExtent() { method getItemBounds (line 98) | public LongRect getItemBounds(ChartItem item) { method getItemBounds (line 103) | public LongRect getItemBounds(ChartItem item, ChartContext context) { method isBoundsChange (line 109) | public boolean isBoundsChange(ChartItemChange itemChange) { method isAppearanceChange (line 115) | public boolean isAppearanceChange(ChartItemChange itemChange) { method getDirtyBounds (line 121) | public LongRect getDirtyBounds(ChartItemChange itemChange, ChartContex... method supportsHovering (line 127) | public boolean supportsHovering(ChartItem item) { method supportsSelecting (line 131) | public boolean supportsSelecting(ChartItem item) { method getSelectionBounds (line 135) | public LongRect getSelectionBounds(ItemSelection selection, ChartConte... method getClosestSelection (line 151) | public XYItemSelection getClosestSelection(ChartItem item, int viewX, method paintItem (line 164) | public final void paintItem(ChartItem item, List highli... method getItemView (line 181) | public double getItemView(double dataY, XYItem item, ChartContext cont... method getItemValue (line 185) | public double getItemValue(double viewY, XYItem item, ChartContext con... method getItemValueScale (line 189) | public double getItemValueScale(XYItem item, ChartContext context) { method getDataBounds (line 198) | private LongRect getDataBounds(LongRect itemBounds) { method getViewBounds (line 211) | private LongRect getViewBounds(LongRect itemBounds, ChartContext conte... method getViewBounds (line 220) | private LongRect getViewBounds(XYItem item, int valueIndex, ChartConte... FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/VerticalTimelineLayout.java class VerticalTimelineLayout (line 39) | final class VerticalTimelineLayout implements LayoutManager2 { method VerticalTimelineLayout (line 46) | VerticalTimelineLayout(TimelineChart chart) { method minimumLayoutSize (line 53) | public Dimension minimumLayoutSize(Container parent) { method maximumLayoutSize (line 57) | public Dimension maximumLayoutSize(Container parent) { method preferredLayoutSize (line 61) | public Dimension preferredLayoutSize(Container parent) { method layoutContainer (line 73) | public void layoutContainer(Container parent) { method addLayoutComponent (line 88) | public void addLayoutComponent(Component comp, Object constraints) {} method addLayoutComponent (line 90) | public void addLayoutComponent(String name, Component comp) {} method removeLayoutComponent (line 92) | public void removeLayoutComponent(Component comp) {} method getLayoutAlignmentX (line 94) | public float getLayoutAlignmentX(Container target) { return 0.5f; } method getLayoutAlignmentY (line 96) | public float getLayoutAlignmentY(Container target) { return 0.5f; } method invalidateLayout (line 98) | public void invalidateLayout(Container target) {} FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/items/ContinuousXYItemDescriptor.java class ContinuousXYItemDescriptor (line 35) | public final class ContinuousXYItemDescriptor extends XYItemDescriptor { method ContinuousXYItemDescriptor (line 37) | public ContinuousXYItemDescriptor(String name, String description, FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/items/DiscreteXYItemDescriptor.java class DiscreteXYItemDescriptor (line 35) | public final class DiscreteXYItemDescriptor extends XYItemDescriptor { method DiscreteXYItemDescriptor (line 43) | public DiscreteXYItemDescriptor(String name, String description, method getWidth (line 60) | public int getWidth() { method isFixedWidth (line 64) | public boolean isFixedWidth() { method isTopLineOnly (line 68) | public boolean isTopLineOnly() { method isOutlineOnly (line 72) | public boolean isOutlineOnly() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/items/ValueItemDescriptor.java class ValueItemDescriptor (line 35) | public abstract class ValueItemDescriptor extends ProbeItemDescriptor { method ValueItemDescriptor (line 43) | ValueItemDescriptor(String name, String description, method getValueString (line 61) | public final String getValueString(long value, int format) { method getUnitsString (line 65) | public final String getUnitsString(int format) { method getDataFactor (line 69) | public final double getDataFactor() { method getMinValue (line 73) | public final long getMinValue() { method getMaxValue (line 77) | public final long getMaxValue() { FILE: plugins/tracer/src/org/graalvm/visualvm/modules/tracer/impl/timeline/items/XYItemDescriptor.java class XYItemDescriptor (line 35) | public abstract class XYItemDescriptor extends ValueItemDescriptor { method XYItemDescriptor (line 42) | XYItemDescriptor(String name, String description, method getLineWidth (line 54) | public final float getLineWidth() { method getLineColor (line 58) | public final Color getLineColor() { method getFillColor (line 62) | public final Color getFillColor() { FILE: plugins/tracercollect/src/org/graalvm/visualvm/modules/tracer/collections/resources/collections_traces.js function SelfTimePercentAcc (line 36) | function SelfTimePercentAcc(mbean, blockName) { function selfTimePercent (line 44) | function selfTimePercent(mbean, blockName) { function invocations (line 48) | function invocations(mbean, blockName) { FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/BytesIOProbe.java class BytesIOProbe (line 47) | class BytesIOProbe extends TracerProbe.SessionAware { method BytesIOProbe (line 58) | BytesIOProbe(DTracePackage dt) { method createDescriptor (line 63) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 67) | private static final ProbeItemDescriptor[] createItemDescriptors() { method sessionInitializing (line 78) | @Override method getItemValues (line 85) | @Override method getCurrentValues (line 108) | private long[] getCurrentValues() throws DTraceException { FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/CpusMonitorProbe.java class CpusMonitorProbe (line 47) | class CpusMonitorProbe extends TracerProbe.SessionAware { method CpusMonitorProbe (line 58) | CpusMonitorProbe(DTracePackage dt) { method createDescriptor (line 64) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 68) | private static final ProbeItemDescriptor[] createItemDescriptors(int p... method sessionInitializing (line 79) | @Override method getItemValues (line 87) | @Override method getCurrentValues (line 110) | private long[] getCurrentValues() throws DTraceException { FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/DTracePackage.java class DTracePackage (line 50) | class DTracePackage extends TracerPackage.SessionAware{ method DTracePackage (line 69) | DTracePackage(Application app) { method getProbeDescriptors (line 74) | @Override method getProbe (line 83) | @Override method sessionInitializing (line 100) | @Override method sessionStarting (line 106) | @Override method sessionRunning (line 135) | @Override method sessionStopping (line 144) | @Override method getProcessors (line 150) | int getProcessors() { method readScript (line 154) | private static String readScript(String scriptFile) throws IOException { method getConsumer (line 165) | Consumer getConsumer() { FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/DTracePackageProvider.java class DTracePackageProvider (line 36) | class DTracePackageProvider extends TracerPackageProvider{ method DTracePackageProvider (line 38) | DTracePackageProvider() { method getPackages (line 42) | @Override FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/Installer.java class Installer (line 37) | public class Installer extends ModuleInstall { method restored (line 41) | @Override method uninstalled (line 48) | @Override FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/JVMOverheadProbe.java class JVMOverheadProbe (line 54) | class JVMOverheadProbe extends TracerProbe.SessionAware { method JVMOverheadProbe (line 68) | JVMOverheadProbe(DTracePackage dt) { method createDescriptor (line 74) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 78) | private static final ProbeItemDescriptor[] createItemDescriptors() { method sessionInitializing (line 86) | @Override method sessionRunning (line 93) | @Override method getItemValues (line 107) | @Override method getCurrentValues (line 136) | private long[] getCurrentValues() throws DTraceException { FILE: plugins/tracerdtrace/src/org/graalvm/visualvm/modules/tracer/dtrace/SyscallsProbe.java class SyscallsProbe (line 46) | class SyscallsProbe extends TracerProbe.SessionAware { method SyscallsProbe (line 57) | SyscallsProbe(DTracePackage dt) { method createDescriptor (line 62) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 66) | private static final ProbeItemDescriptor[] createItemDescriptors() { method sessionInitializing (line 74) | @Override method getItemValues (line 81) | @Override method getCurrentValues (line 104) | private long[] getCurrentValues() throws DTraceException { FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/impl/DynamicPackage.java class DynamicPackage (line 47) | public class DynamicPackage extends TracerPackage.SessionAware { method Impl (line 83) | Impl() { super(Application.class); } method getPackages (line 85) | @Override method readResource (line 114) | private CharSequence readResource(String resName) { FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/impl/DynamicProbe.java class DynamicProbe (line 42) | public class DynamicProbe extends TracerProbe{ method DynamicProbe (line 48) | public DynamicProbe(List itemDescriptors, List attribs) { method applyDeployerConfigs (line 65) | public Set applyDeployerConfigs(Application app) { method getItemValues (line 72) | @Override FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/impl/ItemValueFormatterInterface.java type ItemValueFormatterInterface (line 32) | public interface ItemValueFormatterInterface { method formatValue (line 33) | String formatValue(long value, int format); method getUnits (line 34) | String getUnits(int format); FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/impl/ItemValueFormatterProxy.java class ItemValueFormatterProxy (line 34) | public class ItemValueFormatterProxy extends ItemValueFormatter { method ItemValueFormatterProxy (line 37) | public ItemValueFormatterProxy(ItemValueFormatterInterface impl) { method getUnits (line 41) | @Override method formatValue (line 46) | @Override FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/impl/ValueProvider.java type ValueProvider (line 32) | public interface ValueProvider { method getValue (line 33) | long getValue(long timestamp); FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/jmx/JMXValueCache.java class JMXValueCache (line 56) | final public class JMXValueCache { method JMXValueCache (line 64) | private JMXValueCache(Application app) { method forApplication (line 70) | public static JMXValueCache forApplication(Application app) { method register (line 81) | public JMXValueCache register(ObjectName name, String attribute) { method register (line 86) | public JMXValueCache register(ObjectName name, Collection attr... method unregister (line 99) | public JMXValueCache unregister(ObjectName name, String attribute) { method unregister (line 104) | public JMXValueCache unregister(ObjectName name, Collection at... method getInfo (line 114) | public MBeanAttributeInfo getInfo(ObjectName on, String attribute) { method getValue (line 127) | public Object getValue(ObjectName name, String attribute, long timesta... method refreshCache (line 132) | private void refreshCache(long timestamp) { method getId (line 160) | private String getId(ObjectName on, String attrName) { FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/jmx/JMXValueProvider.java class JMXValueProvider (line 40) | public class JMXValueProvider implements ValueProvider { method JMXValueProvider (line 46) | public JMXValueProvider(String objectName, String attributeName, Appli... method getValue (line 52) | @Override method value (line 61) | public Object value(long timestamp) { method getInfo (line 69) | public MBeanAttributeInfo getInfo() { FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/resources/configurator.js function VisualVM (line 50) | function VisualVM(){} function L11N (line 104) | function L11N(baseName) { function getContinousItemDescriptorProvider (line 119) | function getContinousItemDescriptorProvider(formatter) { function getDiscreteItemDescriptorProvider (line 147) | function getDiscreteItemDescriptorProvider(formatter) { function getItemDescriptor (line 201) | function getItemDescriptor(property) { function configure (line 240) | function configure(packages) { function processPackage (line 252) | function processPackage(pkg) { function getDeploymentAttributes (line 363) | function getDeploymentAttributes(deployment) { function mbeanAttribute (line 373) | function mbeanAttribute(objectName, attrName) { function delta (line 377) | function delta(valProvider) { function getKeys (line 381) | function getKeys(map) { function arr (line 412) | function arr(key) { function get (line 418) | function get(map, keys) { function getReqDesc (line 467) | function getReqDesc(reqHolder) { function isArray (line 483) | function isArray(obj) { function printStackTrace (line 487) | function printStackTrace(exp) { function isFunction (line 505) | function isFunction(obj) { function MBeanAttribute (line 510) | function MBeanAttribute(objectName, attributeName) { function WrappedValueProvider (line 559) | function WrappedValueProvider(mbeanAttr, keys) { function Delta (line 602) | function Delta(valProvider) { FILE: plugins/tracerdynamic/src/org/graalvm/visualvm/modules/tracer/dynamic/spi/DeployerImpl.java class DeployerImpl (line 36) | abstract public class DeployerImpl { method applyConfig (line 37) | abstract public void applyConfig(Application app, Map ... method isApplicable (line 38) | abstract public boolean isApplicable(Application app); method deploy (line 39) | abstract public boolean deploy(Application app, TracerProgressObject p... method undeploy (line 40) | abstract public void undeploy(Application app); FILE: plugins/tracerio/src/org/graalvm/visualvm/modules/tracer/io/resources/io_traces.js function DivideBytesAcc (line 35) | function DivideBytesAcc(mbeanBytes, mbeanCount) { function divideBytes (line 46) | function divideBytes(mbeanBytes, mbeanCount) { FILE: plugins/tracerjvm/src/org/graalvm/visualvm/modules/tracer/jvm/resources/platform_mx.js function getGCRunProvider (line 40) | function getGCRunProvider(on) { function getGCRuns (line 57) | function getGCRuns() { function getReclaimedMemoryProvider (line 83) | function getReclaimedMemoryProvider(on) { function getReclaimedMemory (line 104) | function getReclaimedMemory() { function getNIOBufferProperties (line 128) | function getNIOBufferProperties(attrName, attrPresenter) { function isNIOBuffersSupported (line 147) | function isNIOBuffersSupported() { function isFileDescriptorSupported (line 152) | function isFileDescriptorSupported() { function isBTraceAvailable (line 156) | function isBTraceAvailable() { FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/Install.java class Install (line 37) | public class Install extends ModuleInstall { method restored (line 41) | public synchronized void restored() { method uninstalled (line 46) | public synchronized void uninstalled() { FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/JvmstatCounterFormatter.java class JvmstatCounterFormatter (line 36) | class JvmstatCounterFormatter extends ItemValueFormatter { method JvmstatCounterFormatter (line 49) | JvmstatCounterFormatter(Monitor c) { method formatValue (line 61) | public String formatValue(long l, int i) { method getUnits (line 68) | public String getUnits(int i) { FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/JvmstatCounterProbe.java class JvmstatCounterProbe (line 39) | class JvmstatCounterProbe extends TracerProbe { method JvmstatCounterProbe (line 48) | JvmstatCounterProbe(String name, String desc, Monitor c) { method createItemDescriptors (line 56) | private static final ProbeItemDescriptor[] createItemDescriptors(Strin... method getItemValues (line 63) | public long[] getItemValues(long time) { method convert (line 78) | private long convert(long value) { FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/JvmstatCountersPackage.java class JvmstatCountersPackage (line 44) | class JvmstatCountersPackage extends TracerPackage.SessionAware getProbe(TracerProbeDescriptor descrip... method addProbe (line 69) | void addProbe(Monitor monitor, int pos, String probeName) { method sessionInitializing (line 75) | protected TracerProgressObject sessionInitializing(TracerProbe[] probes, A... method sessionStopping (line 84) | protected void sessionStopping(TracerProbe[] probes, Appl... FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/JvmstatCountersPackageProvider.java class JvmstatCountersPackageProvider (line 38) | class JvmstatCountersPackageProvider extends TracerPackageProvider[] getPackages(Application applicatio... FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/JvmstatCountersPackages.java class JvmstatCountersPackages (line 52) | class JvmstatCountersPackages { method JvmstatCountersPackages (line 60) | JvmstatCountersPackages(Application app) { method getPackages (line 65) | TracerPackage[] getPackages() { method getMonitoredHost (line 72) | private MonitoredVm getMonitoredHost() { method computePackages (line 91) | private TracerPackage[] computePackages() { method getPackage (line 128) | private void getPackage(Map packages, M... method setInterval (line 156) | void setInterval(int refresh) { FILE: plugins/tracerjvmstat/src/org/graalvm/visualvm/modules/tracer/jvmstat/Utils.java class Utils (line 36) | class Utils { method getVariability (line 40) | static Object getVariability(Monitor monitor) { method getUnits (line 44) | static Object getUnits(Monitor monitor) { method invokeGetter (line 48) | private static Object invokeGetter(Monitor monitor, Method method) { method getMonitorMethod (line 60) | private static Method getMonitorMethod(String methodName) { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/ClassesMonitorProbe.java class ClassesMonitorProbe (line 39) | class ClassesMonitorProbe extends MonitorProbe { method ClassesMonitorProbe (line 46) | ClassesMonitorProbe(MonitoredDataResolver resolver) { method getValues (line 51) | long[] getValues(MonitoredData data) { method createDescriptor (line 63) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 69) | private static final ProbeItemDescriptor[] createItemDescriptors() { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/CpuMonitorProbe.java class CpuMonitorProbe (line 46) | class CpuMonitorProbe extends MonitorProbe { method CpuMonitorProbe (line 61) | CpuMonitorProbe(MonitoredDataResolver resolver, Application application, method getValues (line 79) | long[] getValues(MonitoredData data) { method createDescriptor (line 118) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 125) | private static final ProbeItemDescriptor[] createItemDescriptors() { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/HeapMonitorProbe.java class HeapMonitorProbe (line 39) | class HeapMonitorProbe extends MonitorProbe { method HeapMonitorProbe (line 46) | HeapMonitorProbe(MonitoredDataResolver resolver) { method getValues (line 51) | long[] getValues(MonitoredData data) { method createDescriptor (line 59) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 65) | private static final ProbeItemDescriptor[] createItemDescriptors() { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/MonitorPackage.java class MonitorPackage (line 43) | class MonitorPackage extends TracerPackage implements Monit... method MonitorPackage (line 69) | MonitorPackage(Application application) { method getProbeDescriptors (line 76) | public TracerProbeDescriptor[] getProbeDescriptors() { method getProbe (line 90) | public TracerProbe getProbe(TracerProbeDescriptor descrip... method getMonitoredData (line 116) | public MonitoredData getMonitoredData(long timestamp) { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/MonitorPackageProvider.java class MonitorPackageProvider (line 38) | class MonitorPackageProvider extends ModuleInstall { method restored (line 43) | public synchronized void restored() { method uninstalled (line 48) | public synchronized void uninstalled() { class Impl (line 55) | private static class Impl extends TracerPackageProvider { method Impl (line 57) | Impl() { super(Application.class); } method getPackages (line 59) | public TracerPackage[] getPackages(Application applicat... FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/MonitorProbe.java class MonitorProbe (line 37) | abstract class MonitorProbe extends TracerProbe { method MonitorProbe (line 44) | MonitorProbe(int valuesCount, ProbeItemDescriptor[] itemDescriptors, method getItemValues (line 52) | public synchronized final long[] getItemValues(long timestamp) { method getValues (line 61) | abstract long[] getValues(MonitoredData data); type MonitoredDataResolver (line 64) | static interface MonitoredDataResolver { method getMonitoredData (line 65) | public MonitoredData getMonitoredData(long timestamp); FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/PermgenMonitorProbe.java class PermgenMonitorProbe (line 39) | class PermgenMonitorProbe extends MonitorProbe { method PermgenMonitorProbe (line 46) | PermgenMonitorProbe(MonitoredDataResolver resolver) { method getValues (line 51) | long[] getValues(MonitoredData data) { method createDescriptor (line 59) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 65) | private static final ProbeItemDescriptor[] createItemDescriptors() { FILE: plugins/tracermonitor/src/org/graalvm/visualvm/modules/tracer/monitor/ThreadsMonitorProbe.java class ThreadsMonitorProbe (line 39) | class ThreadsMonitorProbe extends MonitorProbe { method ThreadsMonitorProbe (line 46) | ThreadsMonitorProbe(MonitoredDataResolver resolver) { method getValues (line 51) | long[] getValues(MonitoredData data) { method createDescriptor (line 59) | static final TracerProbeDescriptor createDescriptor(Icon icon, boolean... method createItemDescriptors (line 65) | private static final ProbeItemDescriptor[] createItemDescriptors() { FILE: plugins/tracerswing/src/org/graalvm/visualvm/modules/tracer/swing/resources/swing_traces.js function SelfTimePercentAcc (line 36) | function SelfTimePercentAcc(mbean, blockName) { function selfTimePercent (line 44) | function selfTimePercent(mbean, blockName) { function invocations (line 48) | function invocations(mbean, blockName) { FILE: samples/apptype/src/org/visualvm/demoapplicationtype/AnagramAction.java class AnagramAction (line 34) | public class AnagramAction extends SingleDataSourceAction { method AnagramAction (line 36) | public AnagramAction() { method actionPerformed (line 42) | @Override method isEnabled (line 51) | @Override FILE: samples/apptype/src/org/visualvm/demoapplicationtype/AnagramApplicationType.java class AnagramApplicationType (line 31) | public class AnagramApplicationType extends ApplicationType { method AnagramApplicationType (line 35) | public AnagramApplicationType(int pid) { method getName (line 39) | @Override method getVersion (line 44) | @Override method getDescription (line 49) | @Override method getIcon (line 54) | @Override FILE: samples/apptype/src/org/visualvm/demoapplicationtype/AnagramApplicationTypeFactory.java class AnagramApplicationTypeFactory (line 32) | public class AnagramApplicationTypeFactory extends MainClassApplicationT... method createApplicationTypeFor (line 34) | @Override FILE: samples/apptype/src/org/visualvm/demoapplicationtype/AnagramOverview.java class AnagramOverview (line 37) | public class AnagramOverview extends DataSourceViewPlugin { method AnagramOverview (line 39) | AnagramOverview(Application application) { method createView (line 43) | public DataViewComponent.DetailsView createView(int location) { FILE: samples/apptype/src/org/visualvm/demoapplicationtype/AnagramViewPluginProvider.java class AnagramViewPluginProvider (line 13) | class AnagramViewPluginProvider extends DataSourceViewPluginProvider*/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/apptype/apptypeWizardPanel.java class apptypeWizardPanel (line 40) | public class apptypeWizardPanel implements WizardDescriptor.Panel, method apptypeWizardPanel (line 46) | public apptypeWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/datasource/datasourcePanelVisual.java class datasourcePanelVisual (line 39) | public class datasourcePanelVisual extends JPanel implements DocumentLis... method datasourcePanelVisual (line 45) | public datasourcePanelVisual(datasourceWizardPanel panel) { method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/datasource/datasourceWizardIterator.java class datasourceWizardIterator (line 57) | public class datasourceWizardIterator implements WizardDescriptor./*Prog... method datasourceWizardIterator (line 63) | public datasourceWizardIterator() { method createIterator (line 66) | public static datasourceWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/datasource/datasourceWizardPanel.java class datasourceWizardPanel (line 40) | public class datasourceWizardPanel implements WizardDescriptor.Panel, method datasourceWizardPanel (line 46) | public datasourceWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/hellovvm/hellovvmPanelVisual.java class hellovvmPanelVisual (line 39) | public class hellovvmPanelVisual extends JPanel implements DocumentListe... method hellovvmPanelVisual (line 45) | public hellovvmPanelVisual(hellovvmWizardPanel panel) { method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/hellovvm/hellovvmWizardIterator.java class hellovvmWizardIterator (line 57) | public class hellovvmWizardIterator implements WizardDescriptor./*Progre... method hellovvmWizardIterator (line 63) | public hellovvmWizardIterator() { method createIterator (line 66) | public static hellovvmWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/hellovvm/hellovvmWizardPanel.java class hellovvmWizardPanel (line 40) | public class hellovvmWizardPanel implements WizardDescriptor.Panel, method hellovvmWizardPanel (line 46) | public hellovvmWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/hostview/hostviewPanelVisual.java class hostviewPanelVisual (line 39) | public class hostviewPanelVisual extends JPanel implements DocumentListe... method hostviewPanelVisual (line 45) | public hostviewPanelVisual(hostviewWizardPanel panel) { method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/hostview/hostviewWizardIterator.java class hostviewWizardIterator (line 57) | public class hostviewWizardIterator implements WizardDescriptor./*Progre... method hostviewWizardIterator (line 63) | public hostviewWizardIterator() { method createIterator (line 66) | public static hostviewWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/hostview/hostviewWizardPanel.java class hostviewWizardPanel (line 40) | public class hostviewWizardPanel implements WizardDescriptor.Panel, method hostviewWizardPanel (line 46) | public hostviewWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/jvmcaps/jvmcapsPanelVisual.java class jvmcapsPanelVisual (line 39) | public class jvmcapsPanelVisual extends JPanel implements DocumentListen... method jvmcapsPanelVisual (line 45) | public jvmcapsPanelVisual(jvmcapsWizardPanel panel) { method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/jvmcaps/jvmcapsWizardIterator.java class jvmcapsWizardIterator (line 57) | public class jvmcapsWizardIterator implements WizardDescriptor./*Progres... method jvmcapsWizardIterator (line 63) | public jvmcapsWizardIterator() { method createIterator (line 66) | public static jvmcapsWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/jvmcaps/jvmcapsWizardPanel.java class jvmcapsWizardPanel (line 40) | public class jvmcapsWizardPanel implements WizardDescriptor.Panel, method jvmcapsWizardPanel (line 46) | public jvmcapsWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/pluggableViewDemoSuite/pluggableViewDemoSuitePanelVisual.java class pluggableViewDemoSuitePanelVisual (line 39) | public class pluggableViewDemoSuitePanelVisual extends JPanel implements... method pluggableViewDemoSuitePanelVisual (line 45) | public pluggableViewDemoSuitePanelVisual(pluggableViewDemoSuiteWizardP... method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/pluggableViewDemoSuite/pluggableViewDemoSuiteWizardIterator.java class pluggableViewDemoSuiteWizardIterator (line 57) | public class pluggableViewDemoSuiteWizardIterator implements WizardDescr... method pluggableViewDemoSuiteWizardIterator (line 63) | public pluggableViewDemoSuiteWizardIterator() { method createIterator (line 66) | public static pluggableViewDemoSuiteWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/pluggableViewDemoSuite/pluggableViewDemoSuiteWizardPanel.java class pluggableViewDemoSuiteWizardPanel (line 40) | public class pluggableViewDemoSuiteWizardPanel implements WizardDescript... method pluggableViewDemoSuiteWizardPanel (line 46) | public pluggableViewDemoSuiteWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/sampleBundle/src/org/nb/samplebundle/subnodes/subnodesPanelVisual.java class subnodesPanelVisual (line 39) | public class subnodesPanelVisual extends JPanel implements DocumentListe... method subnodesPanelVisual (line 45) | public subnodesPanelVisual(subnodesWizardPanel panel) { method getProjectName (line 53) | public String getProjectName() { method initComponents (line 63) | private void initComponents() { method browseButtonActionPerformed (line 131) | private void browseButtonActionPerformed(java.awt.event.ActionEvent ev... method addNotify (line 163) | @Override method valid (line 170) | boolean valid(WizardDescriptor wizardDescriptor) { method store (line 213) | void store(WizardDescriptor d) { method read (line 221) | void read(WizardDescriptor settings) { method validate (line 238) | void validate(WizardDescriptor d) throws WizardValidationException { method changedUpdate (line 243) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 250) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 257) | public void removeUpdate(DocumentEvent e) { method updateTexts (line 265) | private void updateTexts(DocumentEvent e) { FILE: samples/sampleBundle/src/org/nb/samplebundle/subnodes/subnodesWizardIterator.java class subnodesWizardIterator (line 57) | public class subnodesWizardIterator implements WizardDescriptor./*Progre... method subnodesWizardIterator (line 63) | public subnodesWizardIterator() { method createIterator (line 66) | public static subnodesWizardIterator createIterator() { method createPanels (line 70) | private WizardDescriptor.Panel[] createPanels() { method createSteps (line 76) | private String[] createSteps() { method instantiate (line 82) | public Set/**/ instantiate(/*ProgressHandle handle*/) thro... method initialize (line 110) | public void initialize(WizardDescriptor wiz) { method uninitialize (line 135) | public void uninitialize(WizardDescriptor wiz) { method name (line 142) | public String name() { method hasNext (line 147) | public boolean hasNext() { method hasPrevious (line 151) | public boolean hasPrevious() { method nextPanel (line 155) | public void nextPanel() { method previousPanel (line 162) | public void previousPanel() { method current (line 169) | public WizardDescriptor.Panel current() { method addChangeListener (line 174) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 177) | public final void removeChangeListener(ChangeListener l) { method unZipFile (line 180) | private static void unZipFile(InputStream source, FileObject projectRo... method writeFile (line 202) | private static void writeFile(ZipInputStream str, FileObject fo) throw... method filterProjectXML (line 211) | private static void filterProjectXML(FileObject fo, ZipInputStream str... FILE: samples/sampleBundle/src/org/nb/samplebundle/subnodes/subnodesWizardPanel.java class subnodesWizardPanel (line 40) | public class subnodesWizardPanel implements WizardDescriptor.Panel, method subnodesWizardPanel (line 46) | public subnodesWizardPanel() { method getComponent (line 49) | public Component getComponent() { method getHelp (line 57) | public HelpCtx getHelp() { method isValid (line 61) | public boolean isValid() { method addChangeListener (line 68) | public final void addChangeListener(ChangeListener l) { method removeChangeListener (line 74) | public final void removeChangeListener(ChangeListener l) { method fireChangeEvent (line 80) | protected final void fireChangeEvent() { method readSettings (line 91) | public void readSettings(Object settings) { method storeSettings (line 96) | public void storeSettings(Object settings) { method isFinishPanel (line 101) | public boolean isFinishPanel() { method validate (line 105) | public void validate() throws WizardValidationException { FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/Installer.java class Installer (line 9) | public class Installer extends ModuleInstall { method restored (line 11) | @Override method uninstalled (line 19) | @Override FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/application/AnagramApplication.java class AnagramApplication (line 6) | public abstract class AnagramApplication extends AnagramDataSource { method AnagramApplication (line 11) | public AnagramApplication(String name, String objName, AnagramModel gf... method getAnagramRoot (line 18) | public AnagramModel getAnagramRoot() { method getName (line 22) | public String getName() { method getObjectName (line 26) | public String getObjectName() { method generateContents (line 30) | abstract public void generateContents(); method equals (line 32) | @Override method hashCode (line 50) | @Override FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/application/AnagramApplicationProvider.java class AnagramApplicationProvider (line 34) | public class AnagramApplicationProvider implements DataChangeListener event) { method addModels (line 142) | private void addModels(Set models) { method removeModels (line 151) | private void removeModels(Set models) { method dataRemoved (line 158) | public void dataRemoved(AnagramModel model) { method initialize (line 165) | public static void initialize() { method shutdown (line 170) | public static void shutdown() { method dataSourceCollapsed (line 175) | public void dataSourceCollapsed(DataSource source) { method dataSourceExpanded (line 179) | public void dataSourceExpanded(DataSource source) { FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/application/AnagramMbeansModule.java class AnagramMbeansModule (line 9) | public class AnagramMbeansModule extends AnagramApplication { method AnagramMbeansModule (line 15) | public AnagramMbeansModule(String name, String objName, AnagramModel g... method generateContents (line 20) | @Override method getDescriptor (line 24) | @Override class Descriptor (line 29) | private class Descriptor extends DataSourceDescriptor { method Descriptor (line 30) | public Descriptor() { method getIcon (line 34) | @Override method getName (line 39) | @Override method getDescription (line 44) | @Override method getAutoExpansionPolicy (line 49) | @Override FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/applicationtype/AnagramApplicationType.java class AnagramApplicationType (line 7) | public class AnagramApplicationType extends ApplicationType { method AnagramApplicationType (line 11) | public AnagramApplicationType(int pid) { method getName (line 15) | @Override method getVersion (line 20) | @Override method getDescription (line 25) | @Override method getIcon (line 30) | @Override FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/applicationtype/AnagramApplicationTypeFactory.java class AnagramApplicationTypeFactory (line 10) | public class AnagramApplicationTypeFactory extends MainClassApplicationT... method createApplicationTypeFor (line 14) | @Override method initialize (line 23) | public static void initialize() { method shutdown (line 27) | public static void shutdown() { FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/datasource/AnagramDataSource.java class AnagramDataSource (line 7) | public abstract class AnagramDataSource extends DataSource { method AnagramDataSource (line 9) | public AnagramDataSource() { method AnagramDataSource (line 13) | public AnagramDataSource(DataSource master) { method getDescriptor (line 17) | abstract public DataSourceDescriptor getDescriptor(); FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/datasource/AnagramDataSourceDescriptorProvider.java class AnagramDataSourceDescriptorProvider (line 9) | public class AnagramDataSourceDescriptorProvider extends AbstractModelPr... method AnagramDataSourceDescriptorProvider (line 13) | private AnagramDataSourceDescriptorProvider() { method createModelFor (line 16) | @Override method initialize (line 24) | public static void initialize() { method shutdown (line 28) | public static void shutdown() { FILE: samples/subnodes/src/org/visualvm/demoapplicationtype/model/AnagramModel.java class AnagramModel (line 8) | public class AnagramModel extends AnagramDataSource { method AnagramModel (line 13) | public AnagramModel(Application app) { method getApplication (line 19) | public Application getApplication() { method getDescriptor (line 23) | @Override class Descriptor (line 28) | private static class Descriptor extends DataSourceDescriptor event) { method initialize (line 47) | public static void initialize() { method shutdown (line 51) | public static void shutdown() { method dataRemoved (line 55) | public void dataRemoved(Application application) { method processFinishedApplication (line 59) | private void processFinishedApplication(Application app) { method processNewApplication (line 65) | private void processNewApplication(final Application app) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/actions/NameAndLocationPanel.java class NameAndLocationPanel (line 29) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 37) | NameAndLocationPanel(WizardDescriptor setting, NewActionIterator.DataM... method storeToDataModel (line 67) | protected void storeToDataModel() { method updateData (line 73) | private void updateData() { method readFromDataModel (line 89) | protected void readFromDataModel() { method getPanelName (line 94) | protected String getPanelName() { method checkValidity (line 98) | private boolean checkValidity() { method getHelp (line 146) | protected HelpCtx getHelp() { method getMessage (line 150) | private static String getMessage(String key) { method initComponents (line 160) | private void initComponents() { method initAccessibility (line 266) | private void initAccessibility() { method generateText (line 292) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/actions/NewActionIterator.java class NewActionIterator (line 13) | final class NewActionIterator extends BasicWizardIterator { method createIterator (line 30) | public static NewActionIterator createIterator() { method instantiate (line 34) | public Set instantiate() throws IOException { method createPanels (line 40) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 47) | public class DataModel (line 54) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 62) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 66) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 70) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 74) | public Project getTemplate() { method setTemplate (line 78) | public void setTemplate(Project template) { method getName (line 82) | public String getName() { method setName (line 86) | public void setName(String name) { method getDisplayName (line 90) | public String getDisplayName() { method setDisplayName (line 94) | public void setDisplayName(String displayName) { method getCategory (line 98) | public String getCategory() { method setCategory (line 102) | public void setCategory(String category) { method getFiles (line 106) | public CreatedModifiedFiles getFiles() { method setFiles (line 110) | public void setFiles(CreatedModifiedFiles files) { method generateFileChanges (line 115) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 159) | private static String getRelativePath(String rootPath, String fullyQua... FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/apptypes/NameAndLocationPanel.java class NameAndLocationPanel (line 29) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 37) | NameAndLocationPanel(WizardDescriptor setting, NewProjectIterator.Data... method storeToDataModel (line 67) | protected void storeToDataModel() { method updateData (line 73) | private void updateData() { method readFromDataModel (line 89) | protected void readFromDataModel() { method getPanelName (line 94) | protected String getPanelName() { method checkValidity (line 98) | private boolean checkValidity() { method getHelp (line 146) | protected HelpCtx getHelp() { method getMessage (line 150) | private static String getMessage(String key) { method initComponents (line 160) | private void initComponents() { method initAccessibility (line 279) | private void initAccessibility() { method generateText (line 307) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/apptypes/NewProjectIterator.java class NewProjectIterator (line 13) | final class NewProjectIterator extends BasicWizardIterator { method NewProjectIterator (line 23) | private NewProjectIterator() { /* Use factory method. */ } method createIterator (line 26) | public static NewProjectIterator createIterator() { method instantiate (line 30) | public Set instantiate() throws IOException { method createPanels (line 36) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 43) | public class DataModel (line 50) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 58) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 62) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 66) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 70) | public Project getTemplate() { method setTemplate (line 74) | public void setTemplate(Project template) { method getName (line 78) | public String getName() { method setName (line 82) | public void setName(String name) { method getDisplayName (line 86) | public String getDisplayName() { method setDisplayName (line 90) | public void setDisplayName(String displayName) { method getCategory (line 94) | public String getCategory() { method setCategory (line 98) | public void setCategory(String category) { method getFiles (line 102) | public CreatedModifiedFiles getFiles() { method setFiles (line 106) | public void setFiles(CreatedModifiedFiles files) { method generateFileChanges (line 111) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 149) | private static String getRelativePath(String rootPath, String fullyQua... FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/datasources/NameAndLocationPanel.java class NameAndLocationPanel (line 29) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 37) | NameAndLocationPanel(WizardDescriptor setting, NewProjectIterator.Data... method storeToDataModel (line 63) | protected void storeToDataModel() { method updateData (line 69) | private void updateData() { method readFromDataModel (line 84) | protected void readFromDataModel() { method getPanelName (line 89) | protected String getPanelName() { method checkValidity (line 93) | private boolean checkValidity() { method getHelp (line 141) | protected HelpCtx getHelp() { method getMessage (line 145) | private static String getMessage(String key) { method initComponents (line 155) | private void initComponents() { method initAccessibility (line 246) | private void initAccessibility() { method generateText (line 269) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/datasources/NewProjectIterator.java class NewProjectIterator (line 13) | final class NewProjectIterator extends BasicWizardIterator { method NewProjectIterator (line 21) | private NewProjectIterator() { /* Use factory method. */ } method createIterator (line 24) | public static NewProjectIterator createIterator() { method instantiate (line 28) | public Set instantiate() throws IOException { method createPanels (line 34) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 41) | public class DataModel (line 48) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 56) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 60) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 64) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 68) | public Project getTemplate() { method setTemplate (line 72) | public void setTemplate(Project template) { method getName (line 76) | public String getName() { method setName (line 80) | public void setName(String name) { method getDisplayName (line 84) | public String getDisplayName() { method setDisplayName (line 88) | public void setDisplayName(String displayName) { method getCategory (line 92) | public String getCategory() { method setCategory (line 96) | public void setCategory(String category) { method getFiles (line 100) | public CreatedModifiedFiles getFiles() { method setFiles (line 104) | public void setFiles(CreatedModifiedFiles files) { method generateFileChanges (line 109) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 153) | private static String getRelativePath(String rootPath, String fullyQua... FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/models/NameAndLocationPanel.java class NameAndLocationPanel (line 30) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 38) | NameAndLocationPanel(WizardDescriptor setting, NewProjectIterator.Data... method storeToDataModel (line 64) | protected void storeToDataModel() { method updateData (line 70) | private void updateData() { method readFromDataModel (line 87) | protected void readFromDataModel() { method getPanelName (line 92) | protected String getPanelName() { method checkValidity (line 96) | private boolean checkValidity() { method getHelp (line 144) | protected HelpCtx getHelp() { method getMessage (line 148) | private static String getMessage(String key) { method initComponents (line 158) | private void initComponents() { method generateFactoryActionPerformed (line 267) | private void generateFactoryActionPerformed(java.awt.event.ActionEvent... method initAccessibility (line 273) | private void initAccessibility() { method generateText (line 298) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/models/NewProjectIterator.java class NewProjectIterator (line 13) | final class NewProjectIterator extends BasicWizardIterator { method NewProjectIterator (line 21) | private NewProjectIterator() { /* Use factory method. */ } method createIterator (line 24) | public static NewProjectIterator createIterator() { method instantiate (line 28) | public Set instantiate() throws IOException { method createPanels (line 34) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 41) | public class DataModel (line 48) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 57) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 61) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 65) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 69) | public Project getTemplate() { method setTemplate (line 73) | public void setTemplate(Project template) { method getName (line 77) | public String getName() { method setName (line 81) | public void setName(String name) { method getDisplayName (line 85) | public String getDisplayName() { method setDisplayName (line 89) | public void setDisplayName(String displayName) { method getCategory (line 93) | public String getCategory() { method setCategory (line 97) | public void setCategory(String category) { method getFiles (line 101) | public CreatedModifiedFiles getFiles() { method setFiles (line 105) | public void setFiles(CreatedModifiedFiles files) { method isGenerateFactory (line 109) | public boolean isGenerateFactory() { method setGenerateFactory (line 113) | public void setGenerateFactory(boolean generateFactory) { method generateFileChanges (line 118) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 172) | private static String getRelativePath(String rootPath, String fullyQua... FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/subtabs/NameAndLocationPanel.java class NameAndLocationPanel (line 29) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 37) | NameAndLocationPanel(WizardDescriptor setting, NewProjectIterator.Data... method storeToDataModel (line 67) | protected void storeToDataModel() { method updateData (line 73) | private void updateData() { method readFromDataModel (line 89) | protected void readFromDataModel() { method getPanelName (line 94) | protected String getPanelName() { method checkValidity (line 98) | private boolean checkValidity() { method getHelp (line 146) | protected HelpCtx getHelp() { method getMessage (line 150) | private static String getMessage(String key) { method initComponents (line 160) | private void initComponents() { method initAccessibility (line 270) | private void initAccessibility() { method generateText (line 296) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/subtabs/NewProjectIterator.java class NewProjectIterator (line 13) | final class NewProjectIterator extends BasicWizardIterator { method NewProjectIterator (line 26) | private NewProjectIterator() { /* Use factory method. */ } method createIterator (line 29) | public static NewProjectIterator createIterator() { method instantiate (line 33) | public Set instantiate() throws IOException { method createPanels (line 39) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 46) | public class DataModel (line 53) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 61) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 65) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 69) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 73) | public Project getTemplate() { method setTemplate (line 77) | public void setTemplate(Project template) { method getName (line 81) | public String getName() { method setName (line 85) | public void setName(String name) { method getDisplayName (line 89) | public String getDisplayName() { method setDisplayName (line 93) | public void setDisplayName(String displayName) { method getCategory (line 97) | public String getCategory() { method setCategory (line 101) | public void setCategory(String category) { method getFiles (line 105) | public CreatedModifiedFiles getFiles() { method setFiles (line 109) | public void setFiles(CreatedModifiedFiles files) { method generateFileChanges (line 114) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 160) | private static String getRelativePath(String rootPath, String fullyQua... FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/tabs/NameAndLocationPanel.java class NameAndLocationPanel (line 29) | final class NameAndLocationPanel extends BasicWizardIterator.Panel { method NameAndLocationPanel (line 37) | NameAndLocationPanel(WizardDescriptor setting, NewProjectIterator.Data... method storeToDataModel (line 67) | protected void storeToDataModel() { method updateData (line 73) | private void updateData() { method readFromDataModel (line 89) | protected void readFromDataModel() { method getPanelName (line 94) | protected String getPanelName() { method checkValidity (line 98) | private boolean checkValidity() { method getHelp (line 146) | protected HelpCtx getHelp() { method getMessage (line 150) | private static String getMessage(String key) { method initComponents (line 160) | private void initComponents() { method initAccessibility (line 270) | private void initAccessibility() { method generateText (line 296) | private static String generateText(String[] relPaths) { FILE: templates/apisupport/src/org/graalvm/visualvm/apisupport/tabs/NewProjectIterator.java class NewProjectIterator (line 14) | final class NewProjectIterator extends BasicWizardIterator { method NewProjectIterator (line 27) | private NewProjectIterator() { /* Use factory method. */ } method createIterator (line 30) | public static NewProjectIterator createIterator() { method instantiate (line 34) | public Set instantiate() throws IOException { method createPanels (line 40) | protected BasicWizardIterator.Panel[] createPanels(WizardDescriptor wi... method uninitialize (line 47) | public class DataModel (line 54) | static final class DataModel extends BasicWizardIterator.BasicDataModel { method DataModel (line 62) | DataModel(WizardDescriptor wiz) { method getCreatedModifiedFiles (line 66) | public CreatedModifiedFiles getCreatedModifiedFiles() { method setCreatedModifiedFiles (line 70) | public void setCreatedModifiedFiles(CreatedModifiedFiles files) { method getTemplate (line 74) | public Project getTemplate() { method setTemplate (line 78) | public void setTemplate(Project template) { method getName (line 82) | public String getName() { method setName (line 86) | public void setName(String name) { method getDisplayName (line 90) | public String getDisplayName() { method setDisplayName (line 94) | public void setDisplayName(String displayName) { method getCategory (line 98) | public String getCategory() { method setCategory (line 102) | public void setCategory(String category) { method getFiles (line 106) | public CreatedModifiedFiles getFiles() { method setFiles (line 110) | public void setFiles(CreatedModifiedFiles files) { method generateFileChanges (line 115) | public static void generateFileChanges(DataModel model) { method getRelativePath (line 161) | private static String getRelativePath(String rootPath, String fullyQua... FILE: visualvm/antsrc/org/netbeans/nbbuild/AutoUpdate.java class AutoUpdate (line 66) | public class AutoUpdate extends Task { method setUpdateCenter (line 74) | public void setUpdateCenter(URL u) { method createNbms (line 78) | public FileSet createNbms() { method setInstallDir (line 86) | public void setInstallDir(File dir) { method setToDir (line 90) | public void setToDir(File dir) { method setForce (line 95) | public void setForce(boolean force) { method createModules (line 99) | public Modules createModules() { method execute (line 105) | @Override method unpack200 (line 281) | public static boolean unpack200(File src, File dest) { method isWindows (line 303) | private static boolean isWindows() { method getFileCRC (line 308) | private static long getFileCRC(File file) throws IOException { method matches (line 326) | private boolean matches(String cnb, String targetCluster) { method findExistingModules (line 344) | private Map> findExistingModules(File... clusters) { method parseVersion (line 363) | private void parseVersion(final File config, final Map items, URL pr... method newEntityResolver (line 77) | private EntityResolver newEntityResolver () { type ELEMENTS (line 88) | private static enum ELEMENTS { method getUpdateItems (line 130) | synchronized static Map getUpdateItems (URL url, U... method isGzip (line 172) | private static boolean isGzip (URL url) { method getInputSource (line 183) | private static InputSource getInputSource(URL toParse, URL p, URI base... method characters (line 213) | @Override method endElement (line 219) | @Override method endDocument (line 287) | @Override method startDocument (line 292) | @Override method startElement (line 297) | @Override method warning (line 365) | @Override method error (line 370) | @Override method fatalError (line 375) | @Override method parseError (line 380) | private void parseError(SAXParseException e) { method resolveEntity (line 384) | @Override class ModuleDescriptor (line 389) | private static class ModuleDescriptor { method ModuleDescriptor (line 415) | private ModuleDescriptor () {} method getModuleDescriptor (line 417) | public static ModuleDescriptor getModuleDescriptor (String group, UR... method appendModuleAttributes (line 429) | public void appendModuleAttributes (Attributes module) { method appendManifest (line 453) | public void appendManifest (Attributes manifest) { method appendNotification (line 459) | public void appendNotification (String notification) { method getId (line 463) | public String getId () { method createUpdateItem (line 467) | public ModuleItem createUpdateItem () { method cleanUp (line 491) | private void cleanUp (){ method getDistribution (line 498) | private static URL getDistribution (String distribution, URI base) { method getManifest (line 518) | private static Manifest getManifest (Attributes attrList) { class ModuleItem (line 528) | public static final class ModuleItem { method ModuleItem (line 534) | private ModuleItem(String moduleCodeName, String specVersion, URL di... method changeDistribution (line 541) | ModuleItem changeDistribution(URL u) { method createModule (line 546) | static ModuleItem createModule( method getCodeName (line 566) | public String getCodeName() { method getSpecVersion (line 570) | String getSpecVersion() { method getURL (line 574) | URL getURL() { method toString (line 578) | @Override method isNewerThan (line 583) | boolean isNewerThan(String version) { FILE: visualvm/application/src/org/graalvm/visualvm/application/Application.java class Application (line 46) | public abstract class Application extends StatefulDataSource { method Application (line 68) | public Application(Host host, String id) { method Application (line 79) | protected Application(Host host, String id, int state) { method getId (line 93) | public final String getId() { method getPid (line 102) | public int getPid() { method getHost (line 111) | public final Host getHost() { method isLocalApplication (line 120) | public boolean isLocalApplication() { method supportsFinishedRemove (line 124) | protected boolean supportsFinishedRemove() { method handleControlledRemove (line 128) | protected boolean handleControlledRemove() { method canRemoveFinished_Opened (line 182) | private boolean canRemoveFinished_Opened() { method canRemoveFinished_Snapshots (line 187) | private boolean canRemoveFinished_Snapshots() { method hashCode (line 192) | @Override method equals (line 197) | @Override method toString (line 204) | @Override method createStorage (line 211) | @Override method validFileName (line 218) | private static String validFileName(String fileName) { FILE: visualvm/application/src/org/graalvm/visualvm/application/ApplicationDescriptor.java class ApplicationDescriptor (line 46) | public class ApplicationDescriptor extends DataSourceDescriptor, Ac... method FindLater (line 117) | FindLater() { method find (line 122) | synchronized void find() { method dataChanged (line 129) | public synchronized void dataChanged(DataChangeEvent ev... method actionPerformed (line 142) | public synchronized void actionPerformed(ActionEvent e) { method cleanup (line 150) | private void cleanup() { FILE: visualvm/application/src/org/graalvm/visualvm/application/ApplicationSupport.java class ApplicationSupport (line 41) | final class ApplicationSupport { method getInstance (line 45) | public static synchronized ApplicationSupport getInstance() { method createCurrentApplication (line 50) | Application createCurrentApplication() { method initCurrentApplication (line 56) | private void initCurrentApplication() { method ApplicationSupport (line 76) | private ApplicationSupport() { class CurrentApplication (line 84) | class CurrentApplication extends Application { method CurrentApplication (line 88) | private CurrentApplication(int selfPid, Host host, String id) { method getPid (line 93) | public int getPid() { FILE: visualvm/application/src/org/graalvm/visualvm/application/ApplicationsSorting.java class ApplicationsSorting (line 56) | final class ApplicationsSorting implements Presenter.Menu { method instance (line 75) | public static synchronized ApplicationsSorting instance() { method getMenuPresenter (line 80) | public JMenuItem getMenuPresenter() { method getInitialSorting (line 86) | Comparator getInitialSorting() { method createPresenter (line 92) | private JMenuItem createPresenter() { method byTimeComparator (line 118) | private Comparator byTimeComparator() { method byNameComparator (line 126) | private Comparator byNameComparator() { method byPidComparator (line 142) | private Comparator byPidComparator() { method checkUnavailable (line 169) | private static int checkUnavailable(DataSource d1, DataSource d2) { method isFinishedAtBottom (line 178) | private boolean isFinishedAtBottom() { method ApplicationsSorting (line 182) | private ApplicationsSorting() { class SortAction (line 210) | private static class SortAction extends JRadioButtonMenuItem { method SortAction (line 216) | SortAction(String name, Comparator comparator, Sorter so... method updateAction (line 222) | void updateAction() { method fireActionPerformed (line 230) | protected void fireActionPerformed(ActionEvent e) { class SortSwitch (line 236) | private class SortSwitch extends JCheckBoxMenuItem { method SortSwitch (line 238) | SortSwitch() { method fireActionPerformed (line 243) | protected void fireActionPerformed(ActionEvent e) { type Sorter (line 272) | private static interface Sorter { method sort (line 274) | void sort(Comparator comparator); FILE: visualvm/application/src/org/graalvm/visualvm/application/GeneralPropertiesProvider.java class GeneralPropertiesProvider (line 42) | class GeneralPropertiesProvider extends PropertiesProvider hosts) { method removeApplications (line 102) | private void removeApplications(Set hosts) { method isRemovable (line 112) | private static boolean isRemovable(Application application) { method RemoveFinishedApplicationsAction (line 117) | private RemoveFinishedApplicationsAction(boolean tracksSelection) { FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/DefaultJvm.java class DefaultJvm (line 38) | class DefaultJvm extends Jvm { method DefaultJvm (line 41) | DefaultJvm() { method is14 (line 45) | public boolean is14() { method is15 (line 49) | public boolean is15() { method is16 (line 53) | public boolean is16() { method is17 (line 57) | public boolean is17() { method is18 (line 61) | public boolean is18() { method is19 (line 65) | public boolean is19() { method is100 (line 69) | public boolean is100() { method is110 (line 73) | public boolean is110() { method isAttachable (line 77) | public boolean isAttachable() { method getCommandLine (line 81) | public String getCommandLine() { method getJvmArgs (line 85) | public String getJvmArgs() { method getJvmFlags (line 89) | public String getJvmFlags() { method getMainArgs (line 93) | public String getMainArgs() { method getMainClass (line 97) | public String getMainClass() { method getVmVersion (line 101) | public String getVmVersion() { method getJavaVersion (line 105) | public String getJavaVersion() { method getJavaHome (line 109) | public String getJavaHome() { method getVmInfo (line 113) | public String getVmInfo() { method getVmName (line 117) | public String getVmName() { method getVmVendor (line 121) | public String getVmVendor() { method getSystemProperties (line 125) | public Properties getSystemProperties() { method addMonitoredDataListener (line 129) | public synchronized void addMonitoredDataListener(MonitoredDataListene... method removeMonitoredDataListener (line 133) | public synchronized void removeMonitoredDataListener(MonitoredDataList... method getGenName (line 137) | public String[] getGenName() { method isDumpOnOOMEnabled (line 141) | public boolean isDumpOnOOMEnabled() { method setDumpOnOOMEnabled (line 145) | public void setDumpOnOOMEnabled(boolean enabled) { method takeHeapDump (line 149) | public boolean takeHeapDump(File outoutFile) throws IOException { method takeThreadDump (line 153) | public String takeThreadDump() { method takeHeapHistogram (line 157) | public HeapHistogram takeHeapHistogram() { method isBasicInfoSupported (line 161) | public boolean isBasicInfoSupported() { method isMonitoringSupported (line 165) | public boolean isMonitoringSupported() { method isClassMonitoringSupported (line 169) | public boolean isClassMonitoringSupported() { method isThreadMonitoringSupported (line 173) | public boolean isThreadMonitoringSupported() { method isMemoryMonitoringSupported (line 177) | public boolean isMemoryMonitoringSupported() { method isGetSystemPropertiesSupported (line 181) | public boolean isGetSystemPropertiesSupported() { method isDumpOnOOMEnabledSupported (line 185) | public boolean isDumpOnOOMEnabledSupported() { method isTakeHeapDumpSupported (line 189) | public boolean isTakeHeapDumpSupported() { method isTakeThreadDumpSupported (line 193) | public boolean isTakeThreadDumpSupported() { method isCpuMonitoringSupported (line 197) | public boolean isCpuMonitoringSupported() { method isCollectionTimeSupported (line 201) | public boolean isCollectionTimeSupported() { method getMonitoredData (line 205) | public MonitoredData getMonitoredData() { method isJfrAvailable (line 209) | public boolean isJfrAvailable() { method jfrCheck (line 213) | public List jfrCheck() { method takeJfrDump (line 217) | public String takeJfrDump(long recording, String fileName) { method startJfrRecording (line 221) | public boolean startJfrRecording(String name, String[] settings, Strin... method stopJfrRecording (line 227) | public boolean stopJfrRecording() { FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/HeapHistogram.java class HeapHistogram (line 35) | public abstract class HeapHistogram { method getTime (line 37) | public abstract Date getTime(); method getTotalInstances (line 38) | public abstract long getTotalInstances(); method getTotalBytes (line 39) | public abstract long getTotalBytes(); method getHeapHistogram (line 40) | public abstract Set getHeapHistogram(); method getTotalHeapInstances (line 41) | public abstract long getTotalHeapInstances(); method getTotalHeapBytes (line 42) | public abstract long getTotalHeapBytes(); method getPermGenHistogram (line 43) | public abstract Set getPermGenHistogram(); method getTotalPerGenInstances (line 44) | public abstract long getTotalPerGenInstances(); method getTotalPermGenHeapBytes (line 45) | public abstract long getTotalPermGenHeapBytes(); class ClassInfo (line 47) | public static abstract class ClassInfo { method getName (line 49) | public abstract String getName(); method getInstancesCount (line 50) | public abstract long getInstancesCount(); method getBytes (line 51) | public abstract long getBytes(); method hashCode (line 53) | public int hashCode() { method equals (line 57) | public boolean equals(Object obj) { FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/Jvm.java class Jvm (line 43) | public abstract class Jvm extends Model { method is14 (line 59) | public abstract boolean is14(); method is15 (line 65) | public abstract boolean is15(); method is16 (line 71) | public abstract boolean is16(); method is17 (line 77) | public abstract boolean is17(); method is18 (line 83) | public boolean is18() { method is19 (line 92) | public boolean is19() { method is100 (line 101) | public boolean is100() { method is110 (line 110) | public boolean is110() { method isAttachable (line 120) | public abstract boolean isAttachable(); method isBasicInfoSupported (line 129) | public abstract boolean isBasicInfoSupported(); method getCommandLine (line 135) | public abstract String getCommandLine(); method getJvmArgs (line 141) | public abstract String getJvmArgs(); method getJvmFlags (line 147) | public abstract String getJvmFlags(); method getMainArgs (line 153) | public abstract String getMainArgs(); method getMainClass (line 161) | public abstract String getMainClass(); method getVmVersion (line 167) | public abstract String getVmVersion(); method getJavaVersion (line 173) | public abstract String getJavaVersion(); method getJavaHome (line 181) | public abstract String getJavaHome(); method getVmInfo (line 188) | public abstract String getVmInfo(); method getVmName (line 195) | public abstract String getVmName(); method getVmVendor (line 202) | public abstract String getVmVendor(); method isMonitoringSupported (line 210) | public abstract boolean isMonitoringSupported(); method isClassMonitoringSupported (line 220) | public abstract boolean isClassMonitoringSupported(); method isThreadMonitoringSupported (line 230) | public abstract boolean isThreadMonitoringSupported(); method isMemoryMonitoringSupported (line 239) | public abstract boolean isMemoryMonitoringSupported(); method isCpuMonitoringSupported (line 248) | public abstract boolean isCpuMonitoringSupported(); method isCollectionTimeSupported (line 257) | public abstract boolean isCollectionTimeSupported(); method addMonitoredDataListener (line 263) | public abstract void addMonitoredDataListener(MonitoredDataListener l); method removeMonitoredDataListener (line 269) | public abstract void removeMonitoredDataListener(MonitoredDataListener... method getGenName (line 277) | public abstract String[] getGenName(); method isGetSystemPropertiesSupported (line 284) | public abstract boolean isGetSystemPropertiesSupported(); method getSystemProperties (line 290) | public abstract Properties getSystemProperties(); method isDumpOnOOMEnabledSupported (line 297) | public abstract boolean isDumpOnOOMEnabledSupported(); method isDumpOnOOMEnabled (line 303) | public abstract boolean isDumpOnOOMEnabled(); method setDumpOnOOMEnabled (line 309) | public abstract void setDumpOnOOMEnabled(boolean enabled); method isTakeHeapDumpSupported (line 316) | public abstract boolean isTakeHeapDumpSupported(); method takeHeapDump (line 326) | public abstract boolean takeHeapDump(File outputFile) throws IOException; method isTakeThreadDumpSupported (line 333) | public abstract boolean isTakeThreadDumpSupported(); method takeThreadDump (line 339) | public abstract String takeThreadDump(); method takeHeapHistogram (line 345) | public HeapHistogram takeHeapHistogram() { method getAvailableProcessors (line 361) | public int getAvailableProcessors() { method isJfrAvailable (line 372) | public abstract boolean isJfrAvailable(); method jfrCheck (line 380) | public abstract List jfrCheck(); method takeJfrDump (line 390) | public abstract String takeJfrDump(long recording, String fileName); method startJfrRecording (line 414) | public abstract boolean startJfrRecording(String name, String[] settings, method stopJfrRecording (line 422) | public abstract boolean stopJfrRecording(); method getMonitoredData (line 431) | public abstract MonitoredData getMonitoredData(); method addPropertyChangeListener (line 443) | public final void addPropertyChangeListener(PropertyChangeListener lis... method removePropertyChangeListener (line 458) | public final void removePropertyChangeListener(PropertyChangeListener ... method firePropertyChange (line 471) | protected final void firePropertyChange(String propertyName, Object ol... FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/JvmFactory.java class JvmFactory (line 38) | public final class JvmFactory extends ModelFactory impl... method JvmFactory (line 42) | private JvmFactory() { method getDefault (line 49) | public static synchronized JvmFactory getDefault() { method getJVMFor (line 64) | public static Jvm getJVMFor(Application app) { method createModelFor (line 76) | public Jvm createModelFor(Application app) { FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/MonitoredData.java class MonitoredData (line 33) | public abstract class MonitoredData { method getLoadedClasses (line 60) | public long getLoadedClasses() { method getSharedLoadedClasses (line 71) | public long getSharedLoadedClasses() { method getSharedUnloadedClasses (line 81) | public long getSharedUnloadedClasses() { method getUnloadedClasses (line 91) | public long getUnloadedClasses() { method getThreadsDaemon (line 100) | public long getThreadsDaemon() { method getThreadsLive (line 110) | public long getThreadsLive() { method getThreadsLivePeak (line 120) | public long getThreadsLivePeak() { method getThreadsStarted (line 130) | public long getThreadsStarted() { method getApplicationTime (line 140) | public long getApplicationTime() { method getMonitoredVm (line 149) | public Jvm getMonitoredVm() { method getUpTime (line 158) | public long getUpTime() { method getGenCapacity (line 170) | public long[] getGenCapacity() { method getGenUsed (line 181) | public long[] getGenUsed() { method getGenMaxCapacity (line 193) | public long[] getGenMaxCapacity() { method getProcessCpuTime (line 205) | public long getProcessCpuTime() { method getCollectionTime (line 222) | public long getCollectionTime() { FILE: visualvm/application/src/org/graalvm/visualvm/application/jvm/MonitoredDataListener.java type MonitoredDataListener (line 33) | public interface MonitoredDataListener { method monitoredDataEvent (line 39) | void monitoredDataEvent(MonitoredData data); FILE: visualvm/application/src/org/graalvm/visualvm/application/options/Open.java class Open (line 55) | @ServiceProvider(service=OptionProcessor.class) method Open (line 62) | public Open() { method getOptions (line 67) | protected Set