Serialized Form


Package net.sf.magicproject

Class net.sf.magicproject.AbstractMainForm extends javax.swing.JFrame implements Serializable

Serialized Fields

optionMenu

javax.swing.JMenu optionMenu
Comment for optionMenu

Class net.sf.magicproject.DeckBuilder extends AbstractMainForm implements Serializable

Serialized Fields

allListModel

MListModel<T extends MCardCompare> allListModel

rightListModel

MCardTableModel rightListModel

addButton

javax.swing.JButton addButton

rightList

javax.swing.JTable rightList
The right list : cards in the deck.


leftList

javax.swing.JList leftList
The left list : available cards.


qtyTxt

javax.swing.JTextField qtyTxt

cardNameTxt

javax.swing.JTextField cardNameTxt

cardPictureName

javax.swing.JLabel cardPictureName
The label displayed above the card picture


isNew

boolean isNew
Are we working with a new deck?


datasets

ChartSets datasets

keyMapper

java.util.Map<K,V> keyMapper

painterMapper

java.util.Map<K,V> painterMapper

toolBar

javax.swing.JToolBar toolBar
The toolbar containg some filters.


currentDeck

Deck currentDeck

constraintsChecker

ConstraintsChecker constraintsChecker

Class net.sf.magicproject.Magic extends MagicUIComponents implements Serializable


Package net.sf.magicproject.chart.datasets

Class net.sf.magicproject.chart.datasets.BarDataset extends org.jfree.data.category.DefaultCategoryDataset implements Serializable

Serialized Fields

workingKeys

java.util.List<E> workingKeys

provider

IDataProvider provider

filter

ChartFilter filter

Class net.sf.magicproject.chart.datasets.CategoryDataset extends org.jfree.data.category.DefaultCategoryDataset implements Serializable

Serialized Fields

workingKeys

java.util.List<E> workingKeys

provider

IDataProvider provider

filter

ChartFilter filter

Class net.sf.magicproject.chart.datasets.HistogramDataset extends org.jfree.data.statistics.HistogramDataset implements Serializable

Serialized Fields

values

int[] values

provider

IDataProvider provider

filter

ChartFilter filter

Class net.sf.magicproject.chart.datasets.PieDataset extends org.jfree.data.general.DefaultPieDataset implements Serializable

Serialized Fields

workingKeys

java.util.List<E> workingKeys

provider

IDataProvider provider

filter

ChartFilter filter

Package net.sf.magicproject.clickable

Class net.sf.magicproject.clickable.Clickable extends javax.swing.JComponent implements Serializable

Serialized Fields

highLightColor

java.awt.Color highLightColor
color of current highligth color


isHighLighted

boolean isHighLighted
is this card is highlighted


Package net.sf.magicproject.clickable.action

Class net.sf.magicproject.clickable.action.ChoosenCostPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

recordIndex

int recordIndex
The current record index the completed action would obtain.


currentAction

JChoosenAction currentAction
The selected action. Is null if no action is selected.


miniCard

javax.swing.JLabel miniCard

actionsPanel

javax.swing.JPanel actionsPanel
Panel containing card of ability to pay


cancelButton

javax.swing.JButton cancelButton
The cancel button allowing to cancel the current spell.

Class net.sf.magicproject.clickable.action.JChoosenAction extends Clickable implements Serializable

Serialized Fields

context

ActionContextWrapper context
The context associated to this playable action


Package net.sf.magicproject.clickable.mana

Class net.sf.magicproject.clickable.mana.Mana extends Clickable implements Serializable

Serialized Fields

color

int color
color of this mana


restrictionList

java.util.List<E> restrictionList
List of pair [mana, restriction]


reverseImage

boolean reverseImage
Indicates if graphics are reversed (PI rotation)

Class net.sf.magicproject.clickable.mana.ManaPool extends javax.swing.JPanel implements Serializable

Serialized Fields

manaButtons

Mana[] manaButtons
represents all colored mana, and colorless mana The order of MMana objects are stored in this array in this order : COLORLESS,BLACK,BLUE,GREEN,RED,WHITE


reverseImage

boolean reverseImage
Indicates if graphics are reversed (PI rotation)


Package net.sf.magicproject.clickable.targetable

Class net.sf.magicproject.clickable.targetable.Targetable extends Clickable implements Serializable

Serialized Fields

registers

int[] registers
Current regiters of this targetable


registerModifiers

RegisterModifier[] registerModifiers
The registerModifiers on this object


controllerModifier

ControllerModifier controllerModifier
The ControllerModifier on this object


indirections

RegisterIndirection[] indirections
The registerModifiers on this object


privateNamedObjects

java.util.Map<K,V> privateNamedObjects
Accessible objects of this component. Is null while no object has been saved. This map is destroyed when this component move.


creator

MCard creator
The creator of this targetable component.


cachedAbilities

java.util.List<E> cachedAbilities
The cached abilities of this component.


Package net.sf.magicproject.clickable.targetable.card

Class net.sf.magicproject.clickable.targetable.card.AbstractCard extends Targetable implements Serializable

Serialized Fields

database

DatabaseCard database
The database configuration of this card : picture, database properties (credits, language,...)


reversed

boolean reversed
tell if this card is reversed or not, that means this card is controlled by opponent or not. A card in side, stack or under your control is not reversed.


visibility

Visibility visibility
Indicates if this card is returned or not, that means back image is visible or not.


ui

VirtualCard ui
The UI of this card.


controller

Player controller
Player controller

Class net.sf.magicproject.clickable.targetable.card.CardCopy extends MCard implements Serializable

Class net.sf.magicproject.clickable.targetable.card.Damage extends javax.swing.JComponent implements Serializable

Serialized Fields

atImageSpace

java.awt.geom.AffineTransform atImageSpace
The shared scaling transformation for all cards


tapped

boolean tapped
Indicates if this card should be tapped or not


cardSource

MCard cardSource
card dealting this damages


damageType

int damageType
type of damages


damageNumber

int damageNumber
type of damages


highLightColor

java.awt.Color highLightColor
color of current highligth > yellow or red


isHighLighted

boolean isHighLighted
is this card is highlighted


reversed

boolean reversed

Class net.sf.magicproject.clickable.targetable.card.DelayedCard extends javax.swing.JLabel implements Serializable

Serialized Fields

ability

TriggeredAbility ability
The main ability of this delayed card. This ability is registered to the listeners until one of the 'until' abilities unregister it.


abilities

java.util.List<E> abilities
This is the list linked abilities corresponding to the 'until' part of this delayed card. Each one of these abilities is supposed to unregister from the listeners the main ability.


saved

Targetable saved
The saved targetable when this delayed card has been created


saved2

Targetable saved2
The second saved targetable when this delayed card has been created


registers

int[] registers
the registers of this card. These registers must have been fixed previously.

Class net.sf.magicproject.clickable.targetable.card.LastKnownCard extends MCard implements Serializable

Serialized Fields

originalCard

MCard originalCard
The referenced card.

Class net.sf.magicproject.clickable.targetable.card.MCard extends AbstractCard implements Serializable

Serialized Fields

originalDatabase

DatabaseCard originalDatabase
The database configuration of this card


cachedIdCard

int cachedIdCard
The modified idcard.


cachedIdColor

int cachedIdColor
The modified color.


cachedRegisters

int[] cachedRegisters
The modified registers.


originalController

Player originalController
The original player.


owner

Player owner
Player owner


idZone

int idZone
the zone identifiant

See Also:
IdZones

tapped

boolean tapped
Indicates if this card should be tapped or not.


copiedCard

MCard copiedCard
original card wich staid at it's place not really moved to stack.


colorModifier

ColorModifier colorModifier
The colors modifiers on this object.


idCardModifier

IdCardModifier idCardModifier
The idcard modifiers on this object.


abilityModifier

AbilityModifier abilityModifier
The ability modifiers on this object.


propertyModifier

PropertyModifier propertyModifier
The properties modifiers on this object.


playableZoneModifier

PlayableZoneModifier playableZoneModifier
The playable zone modifiers on this object.


lastKnownInstances

java.util.Map<K,V> lastKnownInstances
Represents all referenced instances of this card.
Key is timastamp of this card.
Value is LastKnownCardInfo instance.


timeStamp

int timeStamp
This timestamp corresponds to the amount of card movements.


timestampReferences

int timestampReferences
the reference counter for the current timestamp of this card.


cachedProperties

java.util.Set<E> cachedProperties
List of properties of this card.

Class net.sf.magicproject.clickable.targetable.card.SystemCard extends MCard implements Serializable

Class net.sf.magicproject.clickable.targetable.card.TriggeredCard extends AbstractCard implements Serializable

Serialized Fields

cachedImage

java.awt.Image cachedImage
The cached image. Is null while the associated image of this ability is not loaded.


triggeredAbility

Ability triggeredAbility
Triggered ability


abilityID

long abilityID
Is the ability making this triggered ability to be created.


context

ContextEventListener context
Context of triggered ability

Class net.sf.magicproject.clickable.targetable.card.TriggeredCardChoice extends TriggeredCard implements Serializable

Serialized Fields

either

java.util.List<E> either
List of alternatives of triggered abilities. Is null is there is no choice.


contexts

java.util.List<E> contexts
List of contextes associated to alternatives of triggered abilities. Is null is there is no choice.

Class net.sf.magicproject.clickable.targetable.card.VirtualCard extends javax.swing.JComponent implements Serializable

Serialized Fields

card

MCard card
The real card


cardInfoFilter

TooltipFilter cardInfoFilter

isAutoAlign

boolean isAutoAlign
Is this card is aligned to the layout of container.


angle

double angle
Angle of this card.


untappedSize

java.awt.Dimension untappedSize
The bounds of card when is untapped.


tappedSize

java.awt.Dimension tappedSize
The bounds of card when is tapped.


rotateTransformX

double rotateTransformX
Translation X to do after the rotation


rotateTransformY

double rotateTransformY
Translation Y to do after the rotation


Package net.sf.magicproject.clickable.targetable.player

Class net.sf.magicproject.clickable.targetable.player.AvatarButton extends javax.swing.JButton implements Serializable

Serialized Fields

defaultIcon

javax.swing.ImageIcon defaultIcon

Class net.sf.magicproject.clickable.targetable.player.Opponent extends Player implements Serializable

Serialized Fields

nickName

javax.swing.JLabel nickName
The label containing the nick name of this player.

Class net.sf.magicproject.clickable.targetable.player.Player extends Targetable implements Serializable

Serialized Fields

zoneManager

ZoneManager zoneManager
where all triggered abilities would go before to go to the stack


idPlayer

int idPlayer
id of the player


mana

ManaPool mana
is the manas of this player


playerCard

PlayerCard playerCard
This card is used to represent this player as a card/


avatarButton

AvatarButton avatarButton
The button containig the avatar picture


morePanel

javax.swing.JPanel morePanel
Panel containing some information about player


lifeLabel

javax.swing.JLabel lifeLabel
The label representing player's lives.


poisonLabel

javax.swing.JLabel poisonLabel
The label representing player's poison.


mainPanel

javax.swing.JPanel mainPanel
The panel containing the hand and the play


infoPanel

javax.swing.JPanel infoPanel
The main panel containing player's lives+poison+mana+buttons.


phases

javax.swing.JPanel phases
The panel representing player's phases.


abilitiesPanel

javax.swing.JPanel abilitiesPanel
Abilities panel (not yet implemented)


handSplitter

javax.swing.JSplitPane handSplitter
The splitter of game/hand zones.


togglePanel

javax.swing.JPanel togglePanel
The panel containing all icons representing contact info.


nickNamePanel

javax.swing.JPanel nickNamePanel
Nickname panel : button and label.


realNamePanel

javax.swing.JPanel realNamePanel
real name panel : button and label.


imageIcon

java.awt.Image imageIcon

deck

Deck deck
The deck of this player.

Class net.sf.magicproject.clickable.targetable.player.PlayerCard extends MCard implements Serializable

Serialized Fields

player

Player player
Is the player represented by this card

Class net.sf.magicproject.clickable.targetable.player.You extends Player implements Serializable

Serialized Fields

toggleButtons

javax.swing.JButton[] toggleButtons
The toggle buttons representing the editable string settings.


nickNameBtn

javax.swing.JButton nickNameBtn
The button containing the nick name of this player.


realNameBtn

javax.swing.JButton realNameBtn
The button containing the real name of this player.


Package net.sf.magicproject.database

Class net.sf.magicproject.database.NetworkException extends MpException implements Serializable


Package net.sf.magicproject.deckbuilder

Class net.sf.magicproject.deckbuilder.CardView extends javax.swing.JComponent implements Serializable

Serialized Fields

databaseCard

DatabaseCard databaseCard

Class net.sf.magicproject.deckbuilder.ConstraintsChecker extends javax.swing.JPanel implements Serializable

Serialized Fields

constraints

java.util.List<E> constraints

iconFail

javax.swing.ImageIcon iconFail

iconCheck

javax.swing.ImageIcon iconCheck

deck

Deck deck
The deck attached to this checker.

Class net.sf.magicproject.deckbuilder.DeckRules extends Ok implements Serializable

Class net.sf.magicproject.deckbuilder.ToolbarAction extends javax.swing.AbstractAction implements Serializable


Package net.sf.magicproject.stack

Class net.sf.magicproject.stack.MPhase extends javax.swing.JPanel implements Serializable

Serialized Fields

currentPhase

boolean currentPhase
Indicates if this phase is the current one or not


mask

int mask
Mask used for skip options


idPlayer

int idPlayer
idPlayer of this player


phaseType

PhaseType phaseType
Phase type associated to this phase component


skipThisPhase

boolean skipThisPhase
Indicates if this phase has to be skipped. The beginning_of_... and phase_... events would not be raised. Nevertheless, the before_phase_... trigger the current phase, the the awakened abilities should be mana source and played in the background as abstract abilities.


Package net.sf.magicproject.tools

Class net.sf.magicproject.tools.HistoComboboxModel extends javax.swing.DefaultComboBoxModel implements Serializable

Class net.sf.magicproject.tools.ImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail

file

java.io.File file

Class net.sf.magicproject.tools.IntegerList extends java.util.ArrayList<java.lang.Integer> implements Serializable

Class net.sf.magicproject.tools.MpException extends java.lang.Exception implements Serializable

Serialized Fields

i18nMessage

java.lang.String i18nMessage
The untranslated message to use as resource bundle key.

Class net.sf.magicproject.tools.Picture extends javax.swing.JComponent implements Serializable

Serialized Fields

cardImage

java.awt.Image cardImage
card's image


cardName

java.lang.String cardName
card's name

Class net.sf.magicproject.tools.RevertedArrayList extends java.util.AbstractList<E> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ArrayList instance to a stream (that is, serialize it).

Serial Data:
The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
java.io.IOException
Serialized Fields

size

int size
The size of the ArrayList (the number of elements it contains).

 

Package net.sf.magicproject.ui

Class net.sf.magicproject.ui.HireListener extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

hireComponent

javax.swing.JComponent hireComponent
Hire component used with this HireListener


toRefresh

RefreshableAdd toRefresh
The component to refresh on active selection of an element of this list or on clic on the given JButton.


mappedList

javax.swing.JList mappedList

editor

javax.swing.JTextField editor

hitBackspace

boolean hitBackspace

hitBackspaceOnSelection

boolean hitBackspaceOnSelection

selecting

boolean selecting

Class net.sf.magicproject.ui.MagicUIComponents extends AbstractMainForm implements Serializable

Serialized Fields

langListener

java.awt.event.ActionListener langListener
An ActionListener that listens to the radio buttons menus


lookAndFeels

javax.swing.JRadioButtonMenuItem[] lookAndFeels
all radioButtonMenu of each L&F available

Class net.sf.magicproject.ui.MCardTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

mCardList

MListModel<T extends MCardCompare> mCardList

Class net.sf.magicproject.ui.MListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

delegate

java.util.Vector<E> delegate
The content.


removedDelegate

java.util.List<E> removedDelegate
The original content.


linkedAmount

javax.swing.JLabel linkedAmount
The label reflecting the amount of this list.


deepSum

boolean deepSum
If true the amount lable is updated with the internal amount.

Class net.sf.magicproject.ui.TargetGlassPane extends javax.swing.JPanel implements Serializable

Serialized Fields

composite

java.awt.AlphaComposite composite
Composite for all paints of this component.


stackContext

StackContext stackContext
The active StackElement component. May be null.

Class net.sf.magicproject.ui.TimerGlassPane extends javax.swing.JPanel implements Serializable

Serialized Fields

composite

java.awt.AlphaComposite composite
Composite for all paints of this component.


gifCounter

int gifCounter
The gif counter used to draw some animated pictures.


gifPicture

java.awt.Image[] gifPicture
List of pictures to use for make an animated picture. May be null.


timerPicture

java.awt.Image timerPicture
The picture currently displayed on front of this zone.


Package net.sf.magicproject.ui.component

Class net.sf.magicproject.ui.component.Account extends javax.swing.JDialog implements Serializable

Serialized Fields

pressme

javax.swing.JButton pressme

cancel

javax.swing.JButton cancel

accountTxt

javax.swing.JTextField accountTxt
Account value


isPublic

javax.swing.JCheckBox isPublic
"IS Public" checkBox


accountName

java.lang.String accountName
The account name.

Class net.sf.magicproject.ui.component.CardPropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

taskPane

com.l2fprod.common.swing.JTaskPane taskPane
The task pane root.


card

MCard card
The last card used to display the content of this task pane.

Class net.sf.magicproject.ui.component.ChatArea extends EditorPane implements Serializable

Serialized Fields

color

java.awt.Color color

italic

boolean italic

strikeThrough

boolean strikeThrough

underLine

boolean underLine

bold

boolean bold

fEmoticonMap

java.util.HashMap<K,V> fEmoticonMap

startIndex

java.util.Vector<E> startIndex

endIndex

java.util.Vector<E> endIndex

linkURL

java.util.Vector<E> linkURL

Class net.sf.magicproject.ui.component.EditorPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

dispTime

boolean dispTime

locked

boolean locked
Is this text form is locked (not auto scroll)


you

java.lang.String you
Your name


contact

java.lang.String contact
Contact's name


style

javax.swing.text.SimpleAttributeSet style
The preferred display style of this editor

Class net.sf.magicproject.ui.component.JExpandedPanel extends javax.swing.JPanel implements Serializable

Class net.sf.magicproject.ui.component.JFlipFlapPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

hidden

boolean hidden
Is this panel is hidden.


hiddingPanel

boolean hiddingPanel

componentContainer

javax.swing.JPanel componentContainer

taskBar

javax.swing.JPanel taskBar

Class net.sf.magicproject.ui.component.JLink extends javax.swing.JLabel implements Serializable

Serialized Fields

link

java.lang.String link
The link

Class net.sf.magicproject.ui.component.JPrompt extends javax.swing.JDialog implements Serializable

Serialized Fields

pressme

javax.swing.JButton pressme
The ok [default] button


cancel

javax.swing.JButton cancel
The cancel button


answer

javax.swing.JTextField answer
The text field containing the last answer

Class net.sf.magicproject.ui.component.LoaderConsole extends javax.swing.JDialog implements Serializable

Serialized Fields

loadingText

javax.swing.JTextArea loadingText
The current displayed text

Class net.sf.magicproject.ui.component.LogArea extends EditorPane implements Serializable

Class net.sf.magicproject.ui.component.MessageButton extends javax.swing.JButton implements Serializable

Serialized Fields

enabledPicture1

javax.swing.ImageIcon enabledPicture1

enabledPicture2

javax.swing.ImageIcon enabledPicture2

state

int state

context

ContextEventListener context

ability

Ability ability

action

BackgroundMessaging action

wizard

Wizard wizard

Class net.sf.magicproject.ui.component.MiniCard extends javax.swing.ImageIcon implements Serializable

Serialized Fields

backImage

javax.swing.ImageIcon backImage
OPtional back picture.

Class net.sf.magicproject.ui.component.ProxyConfiguration extends javax.swing.JDialog implements Serializable

Serialized Fields

pressme

javax.swing.JButton pressme

cancel

javax.swing.JButton cancel

clearLoginPwd

java.lang.String clearLoginPwd

proxyAddressTxt

javax.swing.JTextField proxyAddressTxt

proxyPortTxt

javax.swing.JTextField proxyPortTxt

proxyPasswordTxt

javax.swing.JPasswordField proxyPasswordTxt

proxyLoginTxt

javax.swing.JTextField proxyLoginTxt

useProxy

javax.swing.JCheckBox useProxy
Proxy checkBox

Class net.sf.magicproject.ui.component.SplashScreen extends javax.swing.JWindow implements Serializable

Serialized Fields

bKilled

boolean bKilled

Package net.sf.magicproject.ui.component.task

Class net.sf.magicproject.ui.component.task.LinkAction extends TaskAction implements Serializable

Serialized Fields

url

java.lang.String url
The url of this link

Class net.sf.magicproject.ui.component.task.StringAction extends TaskAction implements Serializable

Class net.sf.magicproject.ui.component.task.TaskAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

title

java.lang.String title
The action title. The title will be translated with LanguageManagerMDB.


propertyKey

java.lang.String propertyKey
The associated propety value. This property will interpreted by a JavaBean.


card

MCard card
The card currently used by this action.

Class net.sf.magicproject.ui.component.task.TextAction extends TaskAction implements Serializable


Package net.sf.magicproject.ui.layout

Class net.sf.magicproject.ui.layout.BorderLayout2 extends java.awt.BorderLayout implements Serializable

Class net.sf.magicproject.ui.layout.SectorLayout extends java.lang.Object implements Serializable

serialVersionUID: -8658291919501921765L

Serialized Fields

hgap

int hgap
Constructs a border layout with the horizontal gaps between components. The horizontal gap is specified by hgap.

 
See Also:
SectorLayout.getHgap(), SectorLayout.setHgap(int)

vgap

int vgap
Constructs a border layout with the vertical gaps between components. The vertical gap is specified by vgap.

 
See Also:
SectorLayout.getVgap(), SectorLayout.setVgap(int)

sectors

java.util.Map<K,V> sectors

Package net.sf.magicproject.ui.wizard

Class net.sf.magicproject.ui.wizard.About extends Ok implements Serializable

Class net.sf.magicproject.ui.wizard.AboutMdb extends Ok implements Serializable

Class net.sf.magicproject.ui.wizard.Arrange extends Ok implements Serializable

Serialized Fields

container

DropCardListener container
This is the panel containing the components and is listening drag&drop to make some graphic stufs.


movingCards

java.util.List<E> movingCards
List of component to sort. This list is sorted each time a component has moved.


order

int[] order
The associated component id to the given list of cards. When a card is moved from I to J indexes, we slice all values of order from I to J-1 indexes and we put to J the value of order[I] before the move.

See Also:
Arrange.movingCards

srcPoint

java.awt.Point srcPoint
The point of cursor when the drag has began.


dX

double dX
The distance between the left-top corner and thedragging point.

See Also:
Arrange.srcPoint

dY

double dY
The distance between the left-top corner and thedragging point.

See Also:
Arrange.srcPoint

owner

Player owner
The player arranging the cards

Class net.sf.magicproject.ui.wizard.Bug extends YesNo implements Serializable

Serialized Fields

userNameTxt

javax.swing.JTextField userNameTxt
Textfield containing sourceforge username


messageTxt

javax.swing.JTextArea messageTxt
Textfield containing message


subjectTxt

javax.swing.JTextField subjectTxt
Textfield containing the summary of this report


includeScreenShot

javax.swing.JCheckBox includeScreenShot
Indicates if screenshot will be sent


includeCardProperties

javax.swing.JCheckBox includeCardProperties
Indicates if properties of all cards will be sent


screenShot

sun.awt.image.ToolkitImage screenShot

Class net.sf.magicproject.ui.wizard.Choice extends YesNo implements Serializable

Serialized Fields

actionList

javax.swing.JList actionList
The list of available actions


actions

java.util.List<E> actions
The actions list displayed in List GUI component. This array may contain null objects. These ones are ignored.

Class net.sf.magicproject.ui.wizard.Client extends Network implements Serializable

Class net.sf.magicproject.ui.wizard.DropCardListener extends javax.swing.JPanel implements Serializable

Serialized Fields

movingComponent

java.awt.Component movingComponent
The moving component


separatorIndex

int separatorIndex
Location of rectangle representing insertion index of the moving card.

Class net.sf.magicproject.ui.wizard.Feature extends YesNo implements Serializable

Serialized Fields

userNameTxt

javax.swing.JTextField userNameTxt
Textfield containing sourceforge username


messageTxt

javax.swing.JTextArea messageTxt
Textfield containing message


subjectTxt

javax.swing.JTextField subjectTxt
Textfield containing the summary of this report

Class net.sf.magicproject.ui.wizard.InputColor extends Ok implements Serializable

Serialized Fields

currentButton

javax.swing.AbstractButton currentButton

multiselect

boolean multiselect

Class net.sf.magicproject.ui.wizard.InputNumber extends YesNo implements Serializable

Serialized Fields

intText

javax.swing.JTextField intText
The text field containing the integer answer


defaultValue

int defaultValue
The default value


min

int min

max

int max

strictMax

boolean strictMax

Class net.sf.magicproject.ui.wizard.InputProperty extends Ok implements Serializable

Serialized Fields

propertiesBox

javax.swing.JComboBox propertiesBox

Class net.sf.magicproject.ui.wizard.InputZone extends Ok implements Serializable

Serialized Fields

zoneBox

javax.swing.JComboBox zoneBox

Class net.sf.magicproject.ui.wizard.Log extends Ok implements Serializable

Class net.sf.magicproject.ui.wizard.Network extends YesNo implements Serializable

Serialized Fields

ipTxt

javax.swing.JTextField ipTxt
The textfield containing


deckList

javax.swing.JComboBox deckList
The recent deck lists


constraintList

javax.swing.JComboBox constraintList
The available constraints


deckBtn

javax.swing.JButton deckBtn
The button used to open your file browser


passwordTxt

javax.swing.JPasswordField passwordTxt
The textfiled containing the password to use for connection.


jdeckBuilderBtn

javax.swing.JButton jdeckBuilderBtn
The button used to open the deck builder


validator

javax.swing.JButton validator
The button used to validate the deck.


deck

Deck deck
The validated deck.


portTxt

javax.swing.JFormattedTextField portTxt
The textfield containing the port number used for connection.

Class net.sf.magicproject.ui.wizard.Ok extends Wizard implements Serializable

Serialized Fields

cancelBtn

javax.swing.JButton cancelBtn
The "cancel" button

Class net.sf.magicproject.ui.wizard.Replacement extends Ok implements Serializable

Serialized Fields

container

javax.swing.JPanel container
This is the panel containing the possible replacement abilities

Class net.sf.magicproject.ui.wizard.Server extends Network implements Serializable

Serialized Fields

useMana

javax.swing.JCheckBox useMana
The "use mana" option.


opponentResponse

javax.swing.JCheckBox opponentResponse
The opponent response option.


whoStarts

javax.swing.JComboBox whoStarts
The starting player option.


gameNameTxt

javax.swing.JTextField gameNameTxt
The game name text.

Class net.sf.magicproject.ui.wizard.Settings extends YesNo implements Serializable

Serialized Fields

settingsPanel

javax.swing.JPanel settingsPanel
The panel containing the tabs to display. The current component displayed is currentComponent.


currentComponent

java.awt.Component currentComponent
The current panel displayed in the wizard. Used to add/reove a tab from settingsPanel.


databaseProxies

javax.swing.DefaultListModel databaseProxies

pictureProxies

javax.swing.DefaultListModel pictureProxies

Class net.sf.magicproject.ui.wizard.Wizard extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel
The panel containing the "cancel" button


gameParamPanel

javax.swing.JPanel gameParamPanel
The panel containing all fields related to the connection.


wizardInfo

WizardInfo wizardInfo
Wizard info of this wizard.


backgroundButton

javax.swing.JButton backgroundButton

context

ContextEventListener context

ability

Ability ability

action

BackgroundMessaging action

Class net.sf.magicproject.ui.wizard.WizardImageIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

cardImage

java.awt.Image cardImage
The optional card to display in the icon.

Class net.sf.magicproject.ui.wizard.WizardInfo extends javax.swing.JPanel implements Serializable

Serialized Fields

descrLabel

javax.swing.JLabel descrLabel

wizLabel

javax.swing.JLabel wizLabel

noNewMessage

boolean noNewMessage
Flag indicating a new posted message.

Class net.sf.magicproject.ui.wizard.YesNo extends Ok implements Serializable

Serialized Fields

okBtn

javax.swing.JButton okBtn

Package net.sf.magicproject.zone

Class net.sf.magicproject.zone.DelayedBuffer extends MZone implements Serializable

Serialized Fields

you

boolean you
is this zone is controlled by you.

Class net.sf.magicproject.zone.ExpandableZone extends MZone implements Serializable

Serialized Fields

zoneConfiguration

ZoneConfiguration zoneConfiguration
The configuration attached to this zone.


gatheredParent

javax.swing.JPanel gatheredParent
The panel containing this zone when it is not expanded.

Class net.sf.magicproject.zone.Hand extends MZone implements Serializable

Class net.sf.magicproject.zone.MZone extends javax.swing.JPanel implements Serializable

Serialized Fields

backImage

java.awt.Image backImage
picture displayed in the panel


picHeight

int picHeight
The picture's height


picWidth

int picWidth
The picture's width


doMosaic

boolean doMosaic
Is the backgroud picture is drawn as mosaic. Otherwise, is centered.


reverseImage

boolean reverseImage
Are the images are reversed in this zone.


visibility

Visibility visibility
Indicates all cards of this zone are returned or not. All cards comming into this zone would be returned or not depending this flag.

Since:
0.80 cards are hidden by default, 0.90 use Visibility class instead of boolean

superPanel

javax.swing.JScrollPane superPanel
the parent scrollpane


idZone

int idZone
The zone identifiant.


mousePoint

java.awt.Point mousePoint
The d&d starting point


dragAndDropComponent

MCard dragAndDropComponent
The d&d component.

Class net.sf.magicproject.zone.Play extends MZone implements Serializable

Serialized Fields

sectors

java.util.List<E> sectors

oldReverse

boolean oldReverse

Class net.sf.magicproject.zone.Side extends MZone implements Serializable

Class net.sf.magicproject.zone.Stack extends MZone implements Serializable

Class net.sf.magicproject.zone.TriggeredBuffer extends MZone implements Serializable

Serialized Fields

abstractZone

java.util.List<E> abstractZone
Represents the abstract zone where abstract abilities are placed


abstractLowestZone

java.util.List<E> abstractLowestZone
Represents the abstract zone where abstract abilities with the lowest priority are placed


abstractHighestZone

java.util.List<E> abstractHighestZone
Represents the abstract zone where abstract abilities with the highest priority are placed


you

boolean you
is this zone is controlled by you.



Copyright © 2003-2007 Magic-Project. All Rights Reserved.