Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.pluginmgr
Class Roster.Operation  view Roster.Operation download Roster.Operation.java

java.lang.Object
  extended byorg.gjt.sp.jedit.pluginmgr.Roster.Operation
Direct Known Subclasses:
Roster.Install, Roster.Remove
Enclosing class:
Roster

abstract static class Roster.Operation
extends java.lang.Object


Constructor Summary
(package private) Roster.Operation()
           
 
Method Summary
 int getMaximum()
           
 void runInAWTThread(java.awt.Component comp)
           
 void runInWorkThread(PluginManagerProgress progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Roster.Operation

Roster.Operation()
Method Detail

runInWorkThread

public void runInWorkThread(PluginManagerProgress progress)

runInAWTThread

public void runInAWTThread(java.awt.Component comp)

getMaximum

public int getMaximum()