anl.aida.client.gui
Class ProgressLayer

java.lang.Object
  extended by anl.aida.client.gui.ProgressLayer

public class ProgressLayer
extends java.lang.Object

Date: Feb 17, 2009 9:55:54 AM


Nested Class Summary
private  class ProgressLayer.ProgressLayerUI
           
 
Field Summary
private  org.jdesktop.swingx.JXBusyLabel busyLabel
           
static java.lang.String CLIENT_KEY
           
private  javax.swing.JComponent comp
           
private  org.jdesktop.jxlayer.JXLayer layer
           
 
Constructor Summary
ProgressLayer(javax.swing.JComponent comp)
           
 
Method Summary
 java.lang.String getBusyText()
           
 org.jdesktop.jxlayer.JXLayer getJXLayer()
           
 boolean isEnabled()
           
 void setBusyText(java.lang.String text)
           
 void setEnabled(boolean enabled)
           
private  void setEnabled(javax.swing.JComponent comp, boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_KEY

public static final java.lang.String CLIENT_KEY

layer

private org.jdesktop.jxlayer.JXLayer layer

busyLabel

private org.jdesktop.swingx.JXBusyLabel busyLabel

comp

private javax.swing.JComponent comp
Constructor Detail

ProgressLayer

public ProgressLayer(javax.swing.JComponent comp)
Method Detail

setEnabled

private void setEnabled(javax.swing.JComponent comp,
                        boolean enabled)

getBusyText

public java.lang.String getBusyText()

setBusyText

public void setBusyText(java.lang.String text)

setEnabled

public void setEnabled(boolean enabled)

isEnabled

public boolean isEnabled()

getJXLayer

public org.jdesktop.jxlayer.JXLayer getJXLayer()