A B C D E F G H I J K L M O P Q R S T U V W X Y

M

MATRIX - Static variable in class org.wegra.awt.graph.HistoryGraph
[PaletteID] matrix
MATRIX - Static variable in class org.wegra.mon.mem.ui.MmPanel
[PaletteID] matrix (using history graph)
MAX_CAPACITY - Static variable in class org.wegra.thread.ThreadPool
ThreadPool ¿¡ ÀúÀåµÉ ¼ö ÀÖ´Â ÃÖ´ë Thread ¼ö
MILLISECOND - Static variable in class org.wegra.util.stopwatch.Formatter
Unit: MILLISECOND
MINIMUM_CAPACITY - Static variable in class org.wegra.awt.graph.HistoryGraph
 
MINUTE - Static variable in class org.wegra.util.stopwatch.Formatter
Unit: MINUTE
MJD - class org.wegra.util.MJD.
MJD ¾Ë°í¸®ÁòÀ» ÀÌ¿ëÇÏ¿© ³¯Â¥ °è»ê¿¡ »ç¿ëµÇ´Â À¯Æ¿¸®Æ¼ Ŭ·¡½ºÀÌ´Ù.
MJD() - Constructor for class org.wegra.util.MJD
 
MODE_ALL - Static variable in class org.wegra.thread.ConditionSet
ÁÖ¾îÁø Á¶°ÇµéÀÌ ¸ðµÎ ¸¸Á·µÇ¾î¾ß Àüü°¡ ¸¸Á·µÈ´Ù.
MODE_ANY - Static variable in class org.wegra.thread.ConditionSet
ÁÖ¾îÁø Á¶°Ç Áß Çϳª ÀÌ»óÀÌ ¸¸Á·µÇ¸é Àüü°¡ ¸¸Á·µÈ´Ù.
MODE_CONTINUOUS - Static variable in class org.wegra.util.Timer
MODE_CONTINUOUS Timer´Â ÀÏÁ¤ÇÑ ½Ã°£ °£°Ý¸¶´Ù ºí·ÏÅ· µÈ ½º·¹µåµéÀ» ³õ¾ÆÁָ鼭 °è¼Ó ½ÇÇàµÈ´Ù(°­Á¦·Î ¸ØÃâ ¼ö ÀÖ´Ù).
MODE_MULTI_SHOT - Static variable in class org.wegra.util.Timer
MODE_MULTI_SHOT Timer´Â stop() ¸Þ¼Òµå°¡ È£ÃâµÇ¾î °­Á¦·Î ¸ØÃçÁö±â Àü±îÁö °è¼ÓÇØ¼­ »ç¿ëÇÒ ¼ö ÀÖ´Ù.
MODE_ONE_SHOT - Static variable in class org.wegra.util.Timer
MODE_ONE_SHOT Timer´Â ÇÑ ¹ø¸¸ ¼öÇàµÈ ÈÄ ÀÚµ¿À¸·Î ¸ØÃá´Ù.
MONTH - Static variable in class org.wegra.util.MJD
getDate() ¸Þ¼Òµå°¡ ¿ùÀ» ¹ÝȯÇÑ´Ù.
MarkableInputStream - class org.wegra.io.MarkableInputStream.
 
MarkableInputStream(InputStream) - Constructor for class org.wegra.io.MarkableInputStream
Creates a MarkableInputStream and saves its argument, the input stream in, for later use.
MarkableInputStream.Test - class org.wegra.io.MarkableInputStream.Test.
Inner class for testing MarkableInputStream
MarkableInputStream.Test() - Constructor for class org.wegra.io.MarkableInputStream.Test
 
Max - class org.wegra.util.collection.array.Max.
 
Max() - Constructor for class org.wegra.util.collection.array.Max
 
MemoryMonitor - class org.wegra.mon.mem.MemoryMonitor.
Abstract MemoryMonitor class defined essential MemoryMonitor interface.
MemoryMonitor(MemoryMonitor) - Constructor for class org.wegra.mon.mem.MemoryMonitor
Creates MemoryMonitor instance decorating specified monitor.
MessageHandler - interface org.wegra.mon.mem.ui.MessageHandler.
Message Handler of MmPanel.
Min - class org.wegra.util.collection.array.Min.
 
Min() - Constructor for class org.wegra.util.collection.array.Min
 
MmClient - class org.wegra.mon.mem.remote.MmClient.
MemoryMonitor client module for remote monitoring.
MmClient(InetAddress, int) - Constructor for class org.wegra.mon.mem.remote.MmClient
Creates one instance connected to the specified address and port.
MmPanel - class org.wegra.mon.mem.ui.MmPanel.
Simple memory monitor panel.
MmPanel() - Constructor for class org.wegra.mon.mem.ui.MmPanel
Creates MmPanel with default memory monitor for local VM.
MmPanel(MemoryMonitor) - Constructor for class org.wegra.mon.mem.ui.MmPanel
Creates MmPanel with specified memory monitor.
MmPanel.Palette - class org.wegra.mon.mem.ui.MmPanel.Palette.
Palette class for MmPanel.
MmPanel.Palette() - Constructor for class org.wegra.mon.mem.ui.MmPanel.Palette
 
MmServer - class org.wegra.mon.mem.remote.MmServer.
MemoryMonitor server module for remote monitoring.
MmServer(int) - Constructor for class org.wegra.mon.mem.remote.MmServer
Creates remote server with specified port number, and DefaultMemoryMonitor.
MmServer(MemoryMonitor, int) - Constructor for class org.wegra.mon.mem.remote.MmServer
Creates remote server with specified port number, and monitor.
MmonPlugin - class org.wegra.mon.mem.actions.MmonPlugin.
The main eclipse plug-in class to be used in the desktop.
MmonPlugin(IPluginDescriptor) - Constructor for class org.wegra.mon.mem.actions.MmonPlugin
 
Monitor - interface org.wegra.mon.Monitor.
Interface of general purpose monitor.
Multicaster - class org.wegra.util.multicast.Multicaster.
Multicaster Ŭ·¡½º¸¦ ( AWTEventMulticaster ÀÇ ¹æ¹ýÀ» µµÀÔÇØ) "±¸µ¶ÀÚ"ÀÇ ¸®½ºÆ®¸¦ ºñ±³Àû ª°Ô °ü¸®ÇÏ´Â È¿À²ÀûÀÎ ¹æ¹ýÀ» Á¦°øÇØÁØ´Ù.
Multicaster.Test - class org.wegra.util.multicast.Multicaster.Test.
Å×½ºÆ®¿ë Ŭ·¡½º
Multicaster.Test() - Constructor for class org.wegra.util.multicast.Multicaster.Test
 
Mutex - class org.wegra.thread.Mutex.
¹ÂÅØ½º(»óÈ£¹èÁ¦ ¼¼¸¶Æ÷¾î)¸¦ ±¸ÇöÇÑ Å¬·¡½ºÀÌ´Ù.
Mutex() - Constructor for class org.wegra.thread.Mutex
 
main(String[]) - Static method in class WmmLauncher
 
main(String[]) - Static method in class org.wegra.io.MarkableInputStream.Test
 
main(String[]) - Static method in class org.wegra.io.RandomInputStream.Test
 
main(String[]) - Static method in class org.wegra.io.ThreadSafeOutputStream.Test
 
main(String[]) - Static method in class org.wegra.net.GUID.Test
main is the unit testing interface that creates a new Guid instance and prints result of getNewGuid to System.out
main(String[]) - Static method in class org.wegra.net.Server.Test
 
main(String[]) - Static method in class org.wegra.thread.ConditionSet.Test
 
main(String[]) - Static method in class org.wegra.thread.DaemonThread.Test
 
main(String[]) - Static method in class org.wegra.thread.RWLock.Test
 
main(String[]) - Static method in class org.wegra.thread.SpinLock.Test
 
main(String[]) - Static method in class org.wegra.thread.Terminator.Test
 
main(String[]) - Static method in class org.wegra.thread.ThreadPool.Test
 
main(String[]) - Static method in class org.wegra.util.GenericMethod.Test
 
main(String[]) - Static method in class org.wegra.util.Timer.Test
 
main(String[]) - Static method in class org.wegra.util.collection.BlockingQueue.Test
 
main(String[]) - Static method in class org.wegra.util.dispatcher.SynchronousDispatcher.Test
 
main(String[]) - Static method in class org.wegra.util.multicast.Multicaster.Test
 
mark(int) - Method in class org.wegra.io.MarkableInputStream
Marks the current position in this input stream.
markSupported() - Method in class org.wegra.io.MarkableInputStream
Returns true.
markSupported() - Method in class org.wegra.io.RandomInputStream
Returns false, because this input stream doesn't support mark operation.
messageDelivered(String) - Method in class org.wegra.mon.mem.MemoryMonitor
(Template Method) This method will be invoked by host monitor.
messageDelivered(String) - Method in interface org.wegra.mon.mem.Subscriber
This message will be invoked when any MemoryMonitor sends user message.
messageDelivered(String) - Method in class org.wegra.mon.mem.ui.MmPanel
This method will be executed when message delivered from host.
messageDeliveredPost(String) - Method in class org.wegra.mon.mem.MemoryMonitor
This method will be executed after messageDelivered() method.
messageDeliveredPre(String) - Method in class org.wegra.mon.mem.MemoryMonitor
This method will be executed before messageDelivered() method.
meteredDispatch(int, int) - Method in class org.wegra.util.dispatcher.SynchronousDispatcher
"iterations"¿¡ ÁÖ¾îÁø ¸¸Å­ ¸Å "interval"¸¶´Ù ÀÛ¾÷À» µð½ºÆÐÄ¡ÇÑ´Ù.
minimumLayoutSize(Container) - Method in class org.wegra.awt.List.ListLayout
 
minimumLayoutSize(Container) - Method in class org.wegra.awt.SimpleGrid.SimpleGridLayout
 
mul(BitSet, BitSet) - Static method in class org.wegra.util.bitset.BitSetManipulator
Multiply given two bit set and returns result.

A B C D E F G H I J K L M O P Q R S T U V W X Y