TWE 2.3-2 API

org.enhydra.jawe.base.panel.panels
Class PanelUtilities

java.lang.Object
  extended byorg.enhydra.jawe.base.panel.panels.PanelUtilities

public class PanelUtilities
extends java.lang.Object

Various panel utilities.

Author:
Zoran Milakovic, Sasa Bojanic

Constructor Summary
PanelUtilities()
           
 
Method Summary
static javax.swing.JButton createToolbarButton(Settings s, javax.swing.Action a)
           
static javax.swing.JButton createToolbarButton(Settings s, javax.swing.Action a, ChoiceButtonListener cbl)
           
static boolean isForModalDialog(org.enhydra.shark.xpdl.XMLElement el)
           
static boolean isModifyingEvent(java.awt.event.KeyEvent e)
           
static java.util.List toXMLElementViewList(PanelContainer pc, java.util.Collection c, boolean lDepStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelUtilities

public PanelUtilities()
Method Detail

toXMLElementViewList

public static java.util.List toXMLElementViewList(PanelContainer pc,
                                                  java.util.Collection c,
                                                  boolean lDepStr)

createToolbarButton

public static javax.swing.JButton createToolbarButton(Settings s,
                                                      javax.swing.Action a)

createToolbarButton

public static javax.swing.JButton createToolbarButton(Settings s,
                                                      javax.swing.Action a,
                                                      ChoiceButtonListener cbl)

isForModalDialog

public static boolean isForModalDialog(org.enhydra.shark.xpdl.XMLElement el)

isModifyingEvent

public static boolean isModifyingEvent(java.awt.event.KeyEvent e)

TWE 2.3-2 API