summaryrefslogtreecommitdiffstats
path: root/Liaison/chef.lproj/LoadPanel.nib
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:45:08 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:45:08 -0400
commit17349a5e426dc7acf1216a3767a22f69974cbca0 (patch)
tree20029d02f07ab6257cccec36d34fb312f796e1d1 /Liaison/chef.lproj/LoadPanel.nib
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Liaison/chef.lproj/LoadPanel.nib')
-rw-r--r--Liaison/chef.lproj/LoadPanel.nib/JavaCompiling.plist8
-rw-r--r--Liaison/chef.lproj/LoadPanel.nib/_LoadPanel_EOArchive_chef.java143
-rw-r--r--Liaison/chef.lproj/LoadPanel.nib/classes.nib28
-rw-r--r--Liaison/chef.lproj/LoadPanel.nib/info.nib16
-rw-r--r--Liaison/chef.lproj/LoadPanel.nib/objects.nibbin0 -> 1362 bytes
5 files changed, 195 insertions, 0 deletions
diff --git a/Liaison/chef.lproj/LoadPanel.nib/JavaCompiling.plist b/Liaison/chef.lproj/LoadPanel.nib/JavaCompiling.plist
new file mode 100644
index 0000000..9153786
--- /dev/null
+++ b/Liaison/chef.lproj/LoadPanel.nib/JavaCompiling.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>JavaSourceSubpath</key>
+ <string>_LoadPanel_EOArchive_chef.java</string>
+</dict>
+</plist>
diff --git a/Liaison/chef.lproj/LoadPanel.nib/_LoadPanel_EOArchive_chef.java b/Liaison/chef.lproj/LoadPanel.nib/_LoadPanel_EOArchive_chef.java
new file mode 100644
index 0000000..cd2b01f
--- /dev/null
+++ b/Liaison/chef.lproj/LoadPanel.nib/_LoadPanel_EOArchive_chef.java
@@ -0,0 +1,143 @@
+// _LoadPanel_EOArchive_chef.java
+// Generated by EnterpriseObjects palette at Saturday, September 06, 2003 17:02:27 America/New_York
+
+import com.webobjects.eoapplication.*;
+import com.webobjects.eocontrol.*;
+import com.webobjects.eodistribution.client.*;
+import com.webobjects.eointerface.*;
+import com.webobjects.eointerface.swing.*;
+import com.webobjects.foundation.*;
+import java.awt.*;
+import javax.swing.*;
+import javax.swing.border.*;
+import javax.swing.table.*;
+import javax.swing.text.*;
+
+public class _LoadPanel_EOArchive_chef extends com.webobjects.eoapplication.EOArchive {
+ LoadPanelController _loadPanelController0;
+ com.webobjects.eointerface.swing.EOFrame _eoFrame0;
+ com.webobjects.eointerface.swing.EOTextField _nsTextField0, _nsTextField1;
+ com.webobjects.eointerface.swing.EOView _nsProgressIndicator0;
+ javax.swing.JPanel _nsView0;
+
+ public _LoadPanel_EOArchive_chef(Object owner, NSDisposableRegistry registry) {
+ super(owner, registry);
+ }
+
+ protected void _construct() {
+ Object owner = _owner();
+ EOArchive._ObjectInstantiationDelegate delegate = (owner instanceof EOArchive._ObjectInstantiationDelegate) ? (EOArchive._ObjectInstantiationDelegate)owner : null;
+ Object replacement;
+
+ super._construct();
+
+
+ if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "theLoadPanelController.thePathField")) != null)) {
+ _nsTextField1 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOTextField)replacement;
+ _replacedObjects.setObjectForKey(replacement, "_nsTextField1");
+ } else {
+ _nsTextField1 = (com.webobjects.eointerface.swing.EOTextField)_registered(new com.webobjects.eointerface.swing.EOTextField(), "NSTextField1");
+ }
+
+ if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "theLoadPanelController.theProgressBar")) != null)) {
+ _nsProgressIndicator0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOView)replacement;
+ _replacedObjects.setObjectForKey(replacement, "_nsProgressIndicator0");
+ } else {
+ _nsProgressIndicator0 = (com.webobjects.eointerface.swing.EOView)_registered(new com.webobjects.eointerface.swing.EOView(), "1");
+ }
+
+ if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "theLoadPanelController")) != null)) {
+ _loadPanelController0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (LoadPanelController)replacement;
+ _replacedObjects.setObjectForKey(replacement, "_loadPanelController0");
+ } else {
+ _loadPanelController0 = (LoadPanelController)_registered(new LoadPanelController(), "LoadPanelController");
+ }
+
+ if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "theLoadPanelController.theStatusField")) != null)) {
+ _nsTextField0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOTextField)replacement;
+ _replacedObjects.setObjectForKey(replacement, "_nsTextField0");
+ } else {
+ _nsTextField0 = (com.webobjects.eointerface.swing.EOTextField)_registered(new com.webobjects.eointerface.swing.EOTextField(), "NSTextField2");
+ }
+
+ if ((delegate != null) && ((replacement = delegate.objectForOutletPath(this, "theLoadPanelController.theLoadPanel")) != null)) {
+ _eoFrame0 = (replacement == EOArchive._ObjectInstantiationDelegate.NullObject) ? null : (com.webobjects.eointerface.swing.EOFrame)replacement;
+ _replacedObjects.setObjectForKey(replacement, "_eoFrame0");
+ } else {
+ _eoFrame0 = (com.webobjects.eointerface.swing.EOFrame)_registered(new com.webobjects.eointerface.swing.EOFrame(), "Load Panel");
+ }
+
+ _nsView0 = (JPanel)_eoFrame0.getContentPane();
+ }
+
+ protected void _awaken() {
+ super._awaken();
+
+ if (_replacedObjects.objectForKey("_loadPanelController0") == null) {
+ _connect(_owner(), _loadPanelController0, "theLoadPanelController");
+ }
+ }
+
+ protected void _init() {
+ super._init();
+
+ if (_replacedObjects.objectForKey("_loadPanelController0") == null) {
+ _connect(_loadPanelController0, _eoFrame0, "theLoadPanel");
+ }
+
+ if (_replacedObjects.objectForKey("_nsTextField1") == null) {
+ _setFontForComponent(_nsTextField1, "Lucida Grande", 11, Font.PLAIN);
+ _nsTextField1.setEditable(false);
+ _nsTextField1.setOpaque(false);
+ _nsTextField1.setText("Luedeeng feeles\u2026");
+ _nsTextField1.setHorizontalAlignment(javax.swing.JTextField.LEFT);
+ _nsTextField1.setSelectable(false);
+ _nsTextField1.setEnabled(true);
+ _nsTextField1.setBorder(null);
+ }
+
+ if (_replacedObjects.objectForKey("_loadPanelController0") == null) {
+ _connect(_loadPanelController0, _nsTextField1, "thePathField");
+ }
+
+ if (_replacedObjects.objectForKey("_loadPanelController0") == null) {
+ _connect(_loadPanelController0, _nsProgressIndicator0, "theProgressBar");
+ }
+
+ if (_replacedObjects.objectForKey("_loadPanelController0") == null) {
+ _connect(_loadPanelController0, _nsTextField0, "theStatusField");
+ }
+
+ if (_replacedObjects.objectForKey("_nsTextField0") == null) {
+ _setFontForComponent(_nsTextField0, "Lucida Grande", 11, Font.PLAIN);
+ _nsTextField0.setEditable(false);
+ _nsTextField0.setOpaque(false);
+ _nsTextField0.setText("Getteeng inffu fur:");
+ _nsTextField0.setHorizontalAlignment(javax.swing.JTextField.RIGHT);
+ _nsTextField0.setSelectable(false);
+ _nsTextField0.setEnabled(true);
+ _nsTextField0.setBorder(null);
+ }
+
+ if (!(_nsView0.getLayout() instanceof EOViewLayout)) { _nsView0.setLayout(new EOViewLayout()); }
+ _nsTextField0.setSize(113, 18);
+ _nsTextField0.setLocation(10, 10);
+ ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsTextField0, EOViewLayout.WidthSizable | EOViewLayout.MinYMargin);
+ _nsView0.add(_nsTextField0);
+ _nsTextField1.setSize(211, 18);
+ _nsTextField1.setLocation(125, 10);
+ ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsTextField1, EOViewLayout.WidthSizable | EOViewLayout.MinYMargin);
+ _nsView0.add(_nsTextField1);
+ _nsProgressIndicator0.setSize(324, 20);
+ _nsProgressIndicator0.setLocation(11, 36);
+ ((EOViewLayout)_nsView0.getLayout()).setAutosizingMask(_nsProgressIndicator0, EOViewLayout.WidthSizable | EOViewLayout.MinYMargin);
+ _nsView0.add(_nsProgressIndicator0);
+
+ if (_replacedObjects.objectForKey("_eoFrame0") == null) {
+ _nsView0.setSize(346, 66);
+ _eoFrame0.setTitle("");
+ _eoFrame0.setLocation(401, 733);
+ _eoFrame0.setSize(346, 66);
+ }
+ }
+}
diff --git a/Liaison/chef.lproj/LoadPanel.nib/classes.nib b/Liaison/chef.lproj/LoadPanel.nib/classes.nib
new file mode 100644
index 0000000..e1ab46c
--- /dev/null
+++ b/Liaison/chef.lproj/LoadPanel.nib/classes.nib
@@ -0,0 +1,28 @@
+{
+ IBClasses = (
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {
+ CLASS = LoadPanelController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theLoadPanel = NSPanel;
+ thePathField = NSTextField;
+ theProgressBar = NSProgressIndicator;
+ theStatusField = NSTextField;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {showDownloadWindow = id; };
+ CLASS = NIBConnector;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theCopyController = CopyController;
+ theLoadPanelController = LoadPanelController;
+ thePreferencesController = PreferencesController;
+ };
+ SUPERCLASS = NSObject;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file
diff --git a/Liaison/chef.lproj/LoadPanel.nib/info.nib b/Liaison/chef.lproj/LoadPanel.nib/info.nib
new file mode 100644
index 0000000..7484a71
--- /dev/null
+++ b/Liaison/chef.lproj/LoadPanel.nib/info.nib
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBDocumentLocation</key>
+ <string>89 245 356 240 0 0 1600 1178 </string>
+ <key>IBFramework Version</key>
+ <string>291.0</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>6</integer>
+ </array>
+ <key>IBSystem Version</key>
+ <string>6L60</string>
+</dict>
+</plist>
diff --git a/Liaison/chef.lproj/LoadPanel.nib/objects.nib b/Liaison/chef.lproj/LoadPanel.nib/objects.nib
new file mode 100644
index 0000000..6126624
--- /dev/null
+++ b/Liaison/chef.lproj/LoadPanel.nib/objects.nib
Binary files differ