git-svn-id: https://svn.coded.pt/svn/SIPRP@641 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Tiago Simão 18 years ago
parent 0447e07c9f
commit e6c3e2df68

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import java.awt.Color;
import java.awt.GradientPaint;

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstraints;

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstraints;
@ -28,6 +28,8 @@ import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.SwingUtilities;
import siprp.medicina.processo.ui.OrderedMap;
public class LeafInputField<ObjClass extends Object> extends JPanel implements FocusListener, MouseListener
{
public static final String PROPERTY_CHANGED_CONSTANT = "LEAF_INPUT_PROPERTY_CHANGED";

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstraints;
@ -19,6 +19,8 @@ import javax.swing.JDialog;
import javax.swing.JLabel;
import javax.swing.JSeparator;
import siprp.medicina.processo.ui.OrderedMap;
public class LeafOptionDialog<KeyClass extends Object> extends JDialog
{
private static final Dimension OPTION_SIZE = new Dimension( 200, 20 );

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstraints;

@ -1,4 +1,4 @@
package siprp.medicina.processo.ui;
package leaf;
import java.awt.AWTException;
import java.awt.Dimension;

@ -35,7 +35,6 @@ import javax.swing.table.TableModel;
import leaf.LeafLogic.Action;
import leaf.LeafLogic.LeafLogicActionBinding;
import leaf.LeafLogic.LeafUIActionBinding;
import siprp.medicina.processo.ui.LeafInputField;
import com.evolute.utils.tables.BaseTable;
import com.evolute.utils.tables.ColumnizedMappable;

@ -11,6 +11,7 @@ import java.util.Map;
import javax.swing.JSeparator;
import leaf.LeafOptionDialog;
import leaf.LeafWindow;
import leaf.LeafLogic.LeafUIActionBinding;

@ -29,6 +29,7 @@ import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JPanel;
import leaf.LeafButton;
import leaf.LeafWindow;
import leaf.LeafWindow.ActionActivation;

@ -48,6 +48,10 @@ import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import leaf.LeafCalendarDialog;
import leaf.LeafInputField;
import leaf.LeafOptionDialog;
import leaf.LeafTextDialog;
import leaf.LeafWindow;
import leaf.LeafLogic.LeafUIActionBinding;
import leaf.LeafWindow.ActionActivation;

Loading…
Cancel
Save