|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
WindowEvent.WINDOW_CLOSING
event
AbstractAppController.helpFrame
, saves the AbstractAppController.frame
's location
and size on the screen to the default user preference node (see
AbstractAppController.owner
), disposes the application frame and notifies all other
threads to catch up (see Object.notifyAll()
).
javax.swing.Action
s and lists
of actions.JxTabbedPaneListener
to the tabbedpane.
Component
represented by a title and no icon.
Component
represented by a title and an icon.
Action
object with the specified name and a
default icon.
Action
object with the specified name, and the
specified command key.
Action
object with the specified name and the
specified icon.
Action
object with the specified name, the
specified command key and the specified icon.
ButtonAreaLayout
behaves in a similar manner to
FlowLayout
.JTable.changeSelection(int, int, boolean, boolean)
, but
also automatically starts editing, if the selected cell is editable.
Checkable
nodes.check*Trusted(...)
, but returns the chain, which has been
validate and the the certificate of the trusted anchor for this chain
at the end of the list (which might be null
if an unexpected
error occured)
'\0'
s
JxDialog.CLOSE_ACTION_CMD
.
getRootPane().getActionMap().get(CLOSE_ACTION_CMD)
.
AbstractActionExt
actions.
AppFrame
.
"LNF_ACTION_" + N
and put them
into an action list with the ID "L_LNF_MENU" , which
might be used to create a JMenu from it.
- createButton(Object, ActionManager, boolean) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates a button based on the action with the given ID.
- createButton(Object, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates a button based on the action with the given ID.
- createButton(Action, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates a button based on the attributes of the given action.
- createButtons(List<Action>, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates an array of buttons using the given list.
- createButtons(String, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates an array of buttons using the possible nested list of action IDs
with the given id.
- createDefaultTableHeader() -
Method in class com.ehsbe.commons.gui.JxTable
- Returns the default table header object, which is a
JxTableHeader
and makes it much easier to provide header
tooltips.
- createDialog(Task, boolean, boolean, JFrame) -
Static method in class com.ehsbe.commons.gui.wizard.Wizard
- Create a new modal, resizable wizard dialog.
- createDialog(TaskControl, boolean, boolean, JFrame) -
Static method in class com.ehsbe.commons.gui.wizard.Wizard
- Create a new modal, resizable wizard dialog.
- createGradient(Color, Color) -
Static method in class com.ehsbe.commons.gui.JxTitledBorder
- Create a default Gradient adjusted to the given width.
- createMenu(Object, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Create a single JMenu from the action with the given id.
- createMenu(List<?>, JComponent, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Create a menu tree from the given list of action IDs and lists of
action IDs.
- createMenuBar(List<?>, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Populate a menubar from a action list.
- createMenuItem(Object, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates a menu item based on the attributes of the action element.
- createMenuItem(Action, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Creates a menu item based on the attributes of the given action.
- createPopup(List<?>, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Constructs a popup menu from a list of action ids.
- createToolBar(List<?>, ActionManager) -
Static method in class com.ehsbe.commons.action.ActionContainerFactory
- Constructs a toolbar from an action-list id.
- createUI(JComponent) -
Static method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
- Create the JVM UI component.
- CrudEvent<E> - Class in com.ehsbe.commons.util
- A Create/Update/Delete event.
- CrudEvent(String, CrudEvent.CrudType, E...) -
Constructor for class com.ehsbe.commons.util.CrudEvent
- Default Constructor.
- CrudEvent(Object, CrudEvent.CrudType, E...) -
Constructor for class com.ehsbe.commons.util.CrudEvent
- Convinience Constructor.
- CrudEvent.CrudType - Enum in com.ehsbe.commons.util
- The type of entity change
- CrudEventList - Class in com.ehsbe.commons.util
- Class to be used to construct/reassemble object modifications on a server
to its clients.
- CrudEventList() -
Constructor for class com.ehsbe.commons.util.CrudEventList
-
- ctrlBusy() -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications the busy state change of the
currently executing task.
- ctrlLocale() -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about the preferred locale to use.
- ctrlNavMode(EnumSet<NavMode>) -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about requested navigation button
state changes.
- ctrlTaskFinshed(NavMode) -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about an active task has finished
its work, i.e. switching to another task is allowed, if the corresponding
navigation buttons are enabled.
- ctrlTasklist() -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about tasklist structure changes.
- ctrlTaskPrepared() -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about the currently active task:
it has finished its preparation and is ready to execute.
- ctrlTaskSwitched() -
Method in class com.ehsbe.commons.gui.wizard.Wizard
- Handles task controller notifications about an active task change.
- ctx -
Variable in class com.ehsbe.commons.gui.EditorPanel
- the context for the given target
StatusTask.doInBackgroundSafe()
.
true
, the underlying table model will be queried for
tooltips first (if it implements the TooltipProvider
).
Task.finish(HashMap, TaskControl, NavMode)
to indicate, that it
is ready and switching to the next action indicated by the user is ok.
TaskControlEvent
.
MessageFormat.format(String, Object[])
,
however, arguments are first checked to be not null
and
format exceptions are caught and logged as an error message prefixed
with the string 'Software bug: '.
MessageFormat.format(String, Object[])
,
however, arguments are first checked to be not null
and
format exceptions are caught and logged as an error message prefixed
with the string 'Software bug: '.
Message.format(ResourceBundle, String, Object[])
, however, if
the property with the given key could not be found, no warning occurs
and null
is returned immediately.
SearchListener
s added to this
SearchPane
with addSearchListener().
actionPerformed(null)
method.
StatusTask.doInBackgroundSafe()
or StatusTask.getSafe()
or
StatusTask.getSafe(long, TimeUnit)
.
-1
.
padding
.
NetAuthenticator.getPasswordAuthentications()
and returns a copy of the
first entry in the returned map.
+ "/res/"
.
SwingWorker.get()
but catches any throwable.
SwingWorker.get(long, TimeUnit)
but catches any throwable.
TableCellEditor
.
Frame
or
Dialog
.
JxStatusBar
.
LocalTrustManager
to accept
e.g.Frame
owner.
Frame
as its owner.
Frame
.
Frame
.
Dialog
as its owner.
WindowEvent.WINDOW_CLOSING
AWT event for the given dialog.JxTextField
,
JxTextNumberField
and
JxTextTimeField
to reflect problems to other
components.JFormattedTextField
JFormattedTextField
JFormattedTextField
InvalidCertHandler
, which
might be used with a LocalTrustManager
to ask the user, what to do
with unknown certificates as well as to store acceptions permanently.JLabel
instance with the specified
text, image, and horizontal alignment.
JLabel
instance with the specified
text and horizontal alignment.
JLabel
instance with the specified text.
JLabel
instance with the specified
image and horizontal alignment.
JLabel
instance with the specified image.
JLabel
instance with
no image and with an empty string for the title.
NetAuthenticator.getPasswordAuthentications()
to let the user enter
username/password and optionally a master password for encryption/decryption
of an external password store.JPanel
with FlowLayout
and
the specified buffering strategy.
JPanel
with a double buffer and a flow
layout.
update
*
methods.JxTabbedPane
JxTabbedPane
.Column.length
definition of
the given entity class and method, to restrict the number of insertable
characters.Column.length
definition of
the given entity class and method, to restrict the number of insertable
characters.JLabel.setLabelFor(java.awt.Component)
JLabel.setLabelFor(java.awt.Component)
LocalHostnameVerifier.verify(String, SSLSession, VerifyResult)
operation wrt. to the first certificate in the peers certificate chain.TrustManager
, which validates client and server
certificates against its own list of certificates (TrustAnchor
s).AbstractAppController.frame
's menubar.
AND
validator.
Authenticator
, which is able to retrieve and store passwords from
a single file.null
PasswordAuthentication
as long as it has no entries.
null
, if it is an empty String (i.e.
/res/
as well as for getting the
default user preference node for this application.
QueueReceiver
when it has received a new JMS message, or a connection/recoinntion to a
message queue has been made.null
value.
TrustAnchor
certificate list.
JxTabbedPaneListener
from the
tabbedpane.
Deprecated
annotation.
null
.
JxInvalidCertHandler.setCertBundle(File)
and a cert bundle path has been set.
String
description for
the action, when it is selected.
String
name for the action,
used for a menu or button, when it is selected.
String
description for
the action, used for tooltip text, when it is selected.
Icon
, such as
ImageIcon
, for the action, when it is selected.
JTextField.setDocument(javax.swing.text.Document)
, but
sets a document size filter, if the corresponding entity has a size limit
and the given document is of type AbstractDocument
.
JTextField.setDocument(javax.swing.text.Document)
, but
sets a document size filter, if the corresponding entity has a size limit
and the given document is of type AbstractDocument
.
JXImagePanel.setImage(Image)
, but waits 'til image loading
is complete.
padding
, or whether the distance between the
buttons is the left space in the container equally distributed to all
button distances.
StatusTask.setProgressString(String)
; SwingWorker.setProgress(int)
.
false
.
selected
gets fired.
JFormattedTextField.setValue(java.lang.Object)
, but
normalizes the given time value.
Task.hasHelp()
returns true
.
JxTitledBorder.getForeground()
AbstractAppController.frame
's toolbar
Action
object with the specified name and a
default icon.
Action
object with the specified name and the
specified icon.
Action
object with the specified name, and the
specified command key.
Action
object with the specified name, the
specified command key and the specified icon.
Action
object with the specified name, the
specified command key and the specified icon.
JxStatusBar.updateProgress(String)
and
JxStatusBar.updateMessage(String)
in this order.
UIManager
that the look and feel
[L&F] has changed.
true
if LocalHostnameVerifier.VerifyResult.commonName
matches the SSL session hostname
setLabelFor
method.
setLabelFor
method.
setLabelFor
method.
setLabelFor
method.
setLabelFor
method.
URLConnection.getAllowUserInteraction()
is true
,
a dialog gets displayed, which asks the user, whether to accept the
connection.
URLConnection.getAllowUserInteraction()
is true
,
a dialog gets displayed, which asks the user, whether to accept the
connection.
LocalHostnameVerifier.verify(String, SSLSession)
, but stores intermediate
results into LocalHostnameVerifier.VerifyResult
for later use.
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |