|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.Memory
public class Memory
This plugin implements the Edit/Options/Memory command.
Field Summary | |
---|---|
(package private) java.io.File |
f
|
(package private) int |
index1
|
(package private) int |
index2
|
(package private) java.lang.String |
s
|
Constructor Summary | |
---|---|
Memory()
|
Method Summary | |
---|---|
(package private) void |
changeMemoryAllocation()
|
long |
getMemorySetting()
|
(package private) long |
getMemorySetting(java.lang.String file)
|
long |
maxMemory()
Returns the maximum amount of memory this JVM will attempt to use. |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
(package private) void |
showError()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String s
int index1
int index2
java.io.File f
Constructor Detail |
---|
public Memory()
Method Detail |
---|
public void run(java.lang.String arg)
PlugIn
run
in interface PlugIn
void changeMemoryAllocation()
public long getMemorySetting()
void showError()
long getMemorySetting(java.lang.String file)
public long maxMemory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |