Package | Description |
---|---|
org.wandora.application.gui | |
org.wandora.application.tools | |
org.wandora.topicmap |
Modifier and Type | Field and Description |
---|---|
private ConfirmResult |
ConfirmDialog.result |
Modifier and Type | Method and Description |
---|---|
private ConfirmResult |
ConfirmDialog.getResult() |
static ConfirmResult |
ConfirmDialog.showConfirmDialog(java.awt.Component parent,
java.lang.String title,
java.lang.String message,
boolean simple) |
static ConfirmResult |
ConfirmDialog.showConfirmDialog(java.awt.Component parent,
java.lang.String title,
java.lang.String message,
boolean yes,
boolean yesToAll,
boolean no,
boolean noToAll) |
static ConfirmResult |
ConfirmResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmResult[] |
ConfirmResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractWandoraTool.forceStop(ConfirmResult result) |
Modifier and Type | Method and Description |
---|---|
static ConfirmResult |
TMBox.checkBaseNameChange(java.awt.Component parent,
Topic topic,
java.lang.String value) |
static ConfirmResult |
TMBox.checkBaseNameChange(java.awt.Component parent,
Topic topic,
java.lang.String value,
boolean multiple)
Checks if the base name of the given topic can be changed to the given value.
|
static ConfirmResult |
TMBox.checkSubjectIdentifierChange(java.awt.Component parent,
Topic topic,
Locator value,
boolean add) |
static ConfirmResult |
TMBox.checkSubjectIdentifierChange(java.awt.Component parent,
Topic topic,
Locator value,
boolean add,
boolean multiple)
Checks if a subject identifier can be added or removed from a topic.
|
static ConfirmResult |
TMBox.checkSubjectLocatorChange(java.awt.Component parent,
Topic topic,
java.lang.String value) |
static ConfirmResult |
TMBox.checkSubjectLocatorChange(java.awt.Component parent,
Topic topic,
java.lang.String value,
boolean multiple)
Like checkBaseNameChange, checks if the subject locator of the topic can be changed.
|
static ConfirmResult |
TMBox.checkTopicRemove(java.awt.Component parent,
Topic topic) |
static ConfirmResult |
TMBox.checkTopicRemove(java.awt.Component parent,
Topic topic,
boolean multiple)
Checks if removing a topic will result in a split and warns the user in that case.
|
Copyright 2004-2015 Wandora Team