Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
H
L
M
N
O
P
S
W
A
activatedTime(Buffer)
- Method in class bufferstats.
BufferStatsPlugin
Returns the time, in milliseconds, that the Buffer has been the user's active Buffer, since it was opened.
B
BufferStatsPlugin
- Class in
bufferstats
The BufferStatsPlugin uses the EditBus to track Buffers as they are opened/ loaded, saved, and activated.
BufferStatsPlugin()
- Constructor for class bufferstats.
BufferStatsPlugin
Constructor for the BufferStatsPlugin object
bufferstats
- package bufferstats
C
countActivated(Buffer)
- Method in class bufferstats.
BufferStatsPlugin
Returns the number of times the Buffer instance has been made the active Buffer.
H
handleMessage(EBMessage)
- Method in class bufferstats.
BufferStatsPlugin
Implementation of EBComponent.handleMessage()--in this case, to listen to messages relating to Buffer opening, closing, etc.
L
listBuffersByActivationFrequency()
- Method in class bufferstats.
BufferStatsPlugin
Returns an array of open Buffers sorted by the number of times they have been made active since opened, from most to least active.
listBuffersByActivationOrder()
- Method in class bufferstats.
BufferStatsPlugin
Returns an array of open Buffers sorted by the timestamp of their last activation, from most to least active.
listBuffersByActivationQuantity()
- Method in class bufferstats.
BufferStatsPlugin
Returns an array of open Buffers sorted by the amount of time they have been the active buffer, from most to least active.
longestActivatedTime()
- Method in class bufferstats.
BufferStatsPlugin
Returns the time in milliseconds the most-active Buffer has been activate.
M
MENU
- Static variable in class bufferstats.
BufferStatsPlugin
Standard EditPlugin field, plugin menu option prefix
monitorOpenBuffers()
- Method in class bufferstats.
BufferStatsPlugin
Loads list of open Buffers in JEdit and starts to track their usage.
mostActivatedCount()
- Method in class bufferstats.
BufferStatsPlugin
Returns the number of times the most-often activated Buffer has been activated
N
NAME
- Static variable in class bufferstats.
BufferStatsPlugin
Standard EditPlugin field, plugin name
O
OPTION_PREFIX
- Static variable in class bufferstats.
BufferStatsPlugin
Standard EditPlugin field, plugin options prefix
P
PROPERTY_PREFIX
- Static variable in class bufferstats.
BufferStatsPlugin
Standard EditPlugin field, plugin property option prefix
S
start()
- Method in class bufferstats.
BufferStatsPlugin
Standard EBPlugin start() method.
stop()
- Method in class bufferstats.
BufferStatsPlugin
Standard EBPlugin stop() method.
W
whenLastActivated(Buffer)
- Method in class bufferstats.
BufferStatsPlugin
Returns the long timestamp (see
System.currentTimeMillis
) since the Buffer was last made the active Buffer (active EditPane) in JEdit.
whenLoaded(Buffer)
- Method in class bufferstats.
BufferStatsPlugin
Returns the long timestamp (see
System.currentTimeMillis
) since the Buffer was loaded/opened.
A
B
C
H
L
M
N
O
P
S
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes