Modifier and Type | Field and Description |
---|---|
private Delegate<java.lang.Object,NewTopicMapPanel> |
NewTopicMapPanel.cancelDelegate |
Delegate<java.lang.Object,java.lang.Object> |
LayerTree.listenerChanged |
Delegate<java.lang.Boolean,java.lang.Object> |
LayerTree.listenerChanging |
private Delegate<java.lang.Object,NewTopicMapPanel> |
NewTopicMapPanel.okDelegate |
Modifier and Type | Method and Description |
---|---|
void |
LayerTree.setChangedListener(Delegate<java.lang.Object,java.lang.Object> listener) |
void |
LayerTree.setChangingListener(Delegate<java.lang.Boolean,java.lang.Object> listener) |
Constructor and Description |
---|
NewTopicMapPanel(Wandora wandora,
Delegate<java.lang.Object,NewTopicMapPanel> okDelegate,
Delegate<java.lang.Object,NewTopicMapPanel> cancelDelegate)
Creates new form NewTopicMapPanel
|
NewTopicMapPanel(Wandora wandora,
Delegate<java.lang.Object,NewTopicMapPanel> okDelegate,
Delegate<java.lang.Object,NewTopicMapPanel> cancelDelegate)
Creates new form NewTopicMapPanel
|
Modifier and Type | Field and Description |
---|---|
private Delegate<Delegate.Void,EmailExtractorPanel> |
EmailExtractorPanel.cancelHandler |
private Delegate<Delegate.Void,EmailExtractorPanel> |
EmailExtractorPanel.okHandler |
Constructor and Description |
---|
EmailExtractorPanel(java.awt.Frame parent,
Delegate<Delegate.Void,EmailExtractorPanel> okHandler,
Delegate<Delegate.Void,EmailExtractorPanel> cancelHandler,
java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String pass)
Creates new form EmailExtractorPanel
|
EmailExtractorPanel(java.awt.Frame parent,
Delegate<Delegate.Void,EmailExtractorPanel> okHandler,
Delegate<Delegate.Void,EmailExtractorPanel> cancelHandler,
java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String pass)
Creates new form EmailExtractorPanel
|
EmailExtractorPanel(java.awt.Frame parent,
Delegate<Delegate.Void,EmailExtractorPanel> okHandler,
Delegate<Delegate.Void,EmailExtractorPanel> cancelHandler,
java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String pass,
java.lang.Object[] additionalColumns) |
EmailExtractorPanel(java.awt.Frame parent,
Delegate<Delegate.Void,EmailExtractorPanel> okHandler,
Delegate<Delegate.Void,EmailExtractorPanel> cancelHandler,
java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String pass,
java.lang.Object[] additionalColumns) |
Modifier and Type | Method and Description |
---|---|
static SQLQueryResult |
SQLConsolePanel.executeQueryLowLevel(java.lang.String query,
java.sql.Connection connection,
int resultMaxRows,
Delegate<java.lang.Integer,java.lang.Integer> onOverflow) |
Modifier and Type | Field and Description |
---|---|
private Delegate<?,javax.swing.table.JTableHeader> |
SQLTablePanel.headerListener |
private Delegate<TableView,Delegate.Void> |
SQLTablePage.tableMaker |
Modifier and Type | Method and Description |
---|---|
void |
SQLTablePanel.setHeaderListener(Delegate<?,javax.swing.table.JTableHeader> headerChanged) |
Modifier and Type | Class and Description |
---|---|
static class |
LayeredTopic.TopicKeyMaker |
class |
LayerStack.TopicAndLayerKeyMaker |
Modifier and Type | Field and Description |
---|---|
protected Delegate<? extends java.lang.Object,K> |
KeyedHashMap.keyMaker |
protected Delegate<java.lang.String,E> |
KeyedHashSet.keyMaker |
Modifier and Type | Method and Description |
---|---|
<R> Option<R> |
Option.map(Delegate<R,? super T> f)
Essentially the map operation from functional programming where Option
is a list that contains either 0 or 1 elements.
|
<R> R |
Option.mapOrElse(Delegate<R,? super T> f,
Functional.Fn0<R> g)
Maps the value through f or if no value exists returns the result of g
|
<R> R |
Option.mapOrElse(Delegate<R,? super T> f,
R other)
Maps the value through f or if no value exists returns other
|
Constructor and Description |
---|
KeyedHashMap(Delegate<? extends java.lang.Object,K> keyMaker)
Creates a new instance of TopicMapMap
|
KeyedHashSet(Delegate<java.lang.String,E> keyMaker)
Creates a new instance of KeyedHashSet
|
Modifier and Type | Field and Description |
---|---|
private Delegate<Delegate.Void,java.lang.Boolean> |
WaitNotificationHandler.listener |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotificationHandler.setListener(Delegate<Delegate.Void,java.lang.Boolean> l) |
Constructor and Description |
---|
WaitNotificationHandler(Delegate<Delegate.Void,java.lang.Boolean> l) |
Copyright 2004-2015 Wandora Team